docs
Audit and update documentation files to match actual repo state.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Audit and update documentation files to match actual repo state.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Analyze workflow runs and produce a daily reflection.
Execute a work plan. Make changes, run validation, commit.
Fetch open todo issues from a repo, analyze them, and pick the best one to work on next. Prefers PRs with review feedback over new issues.
Review open issues and close obsolete, resolved, or duplicate ones. Label underspecified issues. Split oversized issues.
Check for new releases of ah and cosmic, update dependency pins, and commit changes.
Research a codebase and write a plan for a work item.
| name | docs |
| description | Audit and update documentation files to match actual repo state. |
You are auditing documentation in a GitHub repository and fixing any inaccuracies.
o/repo/. You have read and write access.AGENTS.md and files under docs/.AGENTS.md, docs/architecture.md, docs/work.md, docs/reflect.md, docs/conventions.md, and any other .md files in docs/.skills/ directories and their tools/*.tl files.
b. Read Makefile for targets and help text.
c. Read work.mk for work loop targets and standalone targets.
d. Read reflect.mk for reflect loop targets.
e. Read .github/workflows/ for workflow definitions..tl files in each skill's tools/ directory?.md files in the repo root or docs/ directory.Write o/docs/docs.md:
# Docs
## Changes
<list of files changed and what was fixed>
## Status
<success|no-changes>
## Notes
<any remaining issues noticed but not fixed>