Usage
Actions
prompt list
Show all available prompts with their titles and descriptions.prompt create
Create a new prompt template with scaffolded frontmatter..drevon/prompts/deploy-checklist.md:
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List and create reusable workflow prompts.
drevon prompt <action> [arguments]
drevon prompt list
Available prompts:
code-review Thorough code review checklist covering correctness, security, and performance
debug Structured debugging workflow
new-feature Feature implementation guide with requirements, design, and testing
refactor Safe refactoring methodology with incremental execution
write-tests Test writing methodology using AAA structure
drevon prompt create <name>
drevon prompt create deploy-checklist
.drevon/prompts/deploy-checklist.md:
---
title: Deploy Checklist
description: ""
tags: []
---
## Steps
1.