Skip to content

warden improve

Terminal window
warden improve <skill> [options]

Revises an existing generated skill from an improvement brief using the generated-skill reviewer loop.

ArgumentPurpose
skillGenerated skill name or skill root path.
OptionPurpose
-C, --cwd <path>Run as if invoked from this directory.
--config <path>Path to warden.toml.
-m, --model <model>Model fallback when warden.toml does not specify one. See Models and Runtimes.
--jsonOutput results as JSON.
-p, --prompt <value>Improvement brief. Prefix with @ to read from a file.
--quietErrors and final summary only.
-v, --verboseIncrease verbosity. Repeat as -vv or combine with --debug.
--debugEnable debug output.
--logUse log output mode.
--color / --no-colorOverride color detection.
-h, --helpShow help for this command.
Terminal window
warden improve security -p "Deepen source provenance and reference routing"
warden improve security -p @feedback.md
warden improve ./skills/security -p @feedback.md