一键导入
nazgul-help
Show Nazgul quick reference — all commands, modes, and getting started guide. Use when user says "nazgul help", "what commands", or needs orientation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Show Nazgul quick reference — all commands, modes, and getting started guide. Use when user says "nazgul help", "what commands", or needs orientation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Connect Nazgul task tracking to an external project board (GitHub Projects, Azure DevOps, etc). Use when user says "connect to github projects", "set up board", "track on github", or "nazgul board".
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.
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.
Run one Nazgul automation-heartbeat tick — triages the work inbox and auto-starts the next objective if idle. Opt-in and default-off; fired by an optional Claude Code native scheduled agent (routine) or run by hand. Use when asked to "run a heartbeat tick", "check the inbox", or to test/debug the heartbeat.
View Nazgul run history — iteration timeline, task completions, review verdicts, git commits. Use after an overnight run to see what happened.
Brainstorm a new idea/objective into a Nazgul spec and tasks, then optionally run it. Interactive design front-end — produces a per-idea spec and a ready-to-execute task plan.
| name | nazgul:help |
| description | Show Nazgul quick reference — all commands, modes, and getting started guide. Use when user says "nazgul help", "what commands", or needs orientation. |
| disable-model-invocation | true |
| allowed-tools | [] |
| metadata | {"author":"Jose Mejia","version":"2.7.1"} |
| 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:plan | Brainstorm a new idea into a Nazgul spec + task plan, then run it |
/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:learn | Distill recurring mistakes into numbered, human-approved Learned Rules |
/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: commit