skills/help/SKILL.md
Show Nazgul quick reference — all commands, modes, and getting started guide. Use when user says "nazgul help", "what commands", or needs orientation.
npx skillsauth add OrodruinLabs/nazgul nazgul:helpInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
| Command | Description |
|---------|-------------|
| /nazgul:init | Set up Nazgul for this project |
| /nazgul:init --local | Set up without tracking files in git |
| /nazgul:init --force | Reinitialize (archives current state) |
| Command | Description |
|---------|-------------|
| /nazgul:start | Auto-detect state and continue work |
| /nazgul:start "objective" | Start a specific objective |
Flags for /nazgul:start: --afk (autonomous), --yolo (no reviews), --hitl (human-in-the-loop, default), --max N (iteration limit)
| Command | Description |
|---------|-------------|
| /nazgul:status | Loop progress, task counts, review board |
| /nazgul:log | Iteration history, commits, reviews |
| /nazgul:task list | List all tasks with status |
| Command | Description |
|---------|-------------|
| /nazgul:task add "desc" | Add a new task |
| /nazgul:task skip <id> | Skip a blocked task |
| /nazgul:task unblock <id> | Unblock a task |
| /nazgul:task info <id> | Show task details |
| /nazgul:task prioritize <id> | Move task to top of queue |
| Command | Description |
|---------|-------------|
| /nazgul:pause | Pause loop at next iteration boundary |
| /nazgul:reset | Archive state and start fresh |
| /nazgul:review | Manually trigger review for a task |
| /nazgul:clean | Fully remove Nazgul from this project |
| Command | Description |
|---------|-------------|
| /nazgul:discover | Re-run codebase discovery |
| /nazgul:context | Collect context for an objective type |
| /nazgul:simplify | Post-loop cleanup pass |
| /nazgul:docs | View or regenerate project documents |
| /nazgul:board | Connect to GitHub Projects / Azure DevOps |
| /nazgul:config | View and change settings (models, formatter, notifications) |
| /nazgul:gen-spec | Interactively build a project specification |
| Mode | Description |
|------|-------------|
| hitl | Human-in-the-loop (default) — confirms before major actions |
| afk | Autonomous — runs unattended, commits per iteration |
| yolo | Full auto — no reviews, no confirmations, maximum speed |
plan.md first — the Recovery Pointer tells you where you arenazgul: committesting
Human acceptance testing — structured verification that work actually works. Run standalone or integrated in HITL review cycle.
devops
Task lifecycle management — skip, unblock, add, prioritize, info, and list tasks. Use when you need to manage individual tasks in the Nazgul pipeline.
development
Check the current state of a Nazgul autonomous loop. Use when asked about loop progress, task status, iteration count, review board status, or how the Nazgul loop is going.
development
Start or resume a Nazgul autonomous development loop. Use when user says "start nazgul", "run nazgul", "begin development", "resume the loop", or passes an objective for new work. Auto-detects project state — no arguments needed.