Skip to content

Skills

Skills are Markdown files that tell Warden what to look for. They are review specialists: one skill can focus on AppSec, another on API contracts, another on performance, and another on your local architectural rules.

Warden ships with two baseline skills:

SkillPurpose
security-reviewBaseline application security coverage.
code-reviewCorrectness bugs and behavioral regressions.

Add them by name:

Terminal window
warden add security-review
warden add code-review

Custom skills live in a directory with a SKILL.md file:

Skill directory
.agents/skills/
└── api-review/
└── SKILL.md

The directory name and frontmatter name should match.