docs
Update documentation to reflect recent code changes.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Update documentation to reflect recent code changes.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
Interactive agent builder: guides the user through defining a new agent as a behavioral spec, then generates the agent .md and installs it.
Cross-repo investigation: research planning issues, break down into sub-issues, generate ralph session prompts per repo.
Three-phase QA orchestrator: parallel scan, interactive triage, guided fix.
Interactive feature builder with subagent delegation and approval gates.
Interactive rule builder: guides the user through defining a new rule as a constraint doc, then generates the rule .md and installs it.
Interactive skill builder: guides the user through defining a new skill as a structured SOP, then generates the SKILL.md and installs it.
| name | docs |
| description | Update documentation to reflect recent code changes. |
Spawns the doc-updater agent to find and update documentation affected by recent changes.
Gather context — detect what changed and what docs may be stale:
git diff --name-only HEAD~1..HEAD (or broader range if specified)Spawn the agent — use the Task tool:
Task tool with subagent_type="doc-updater"
Pass in the prompt:
Present findings — relay the agent's update report:
Offer follow-up actions: