Loading...
Loading...
Run /check-docs, then create GitHub issues for all findings. Issues are created with priority labels and structured format. Use /fix-docs instead if you want to fix issues immediately.
npx skill4agent add phrazzld/claude-config log-doc-issues/check-docs/fix-docs/check-docsgh issue list --state open --label "domain/docs" --limit 50gh issue create \
--title "[P1] README missing Installation section" \
--body "$(cat <<'EOF'
## Problem
README.md exists but lacks Installation section. New developers cannot set up the project.
## Impact
- Contributor onboarding blocked
- Time wasted figuring out setup
- Potential contributors give up
## Location
`README.md`
## Suggested Fix
Run `/fix-docs` or add manually:
- Prerequisites (Node version, etc.)
- Package manager commands
- Environment setup steps
---
Created by `/log-doc-issues`
EOF
)" \
--label "priority/p1,domain/docs,type/chore"[P{0-3}] Documentation gap descriptionpriority/p0priority/p1priority/p2priority/p3domain/docstype/chore## Problem
What documentation is missing or broken
## Impact
Who is affected (new devs, users, contributors)
## Location
File path or expected file location
## Suggested Fix
Skill to run or manual action
---
Created by `/log-doc-issues`| Gap | Priority |
|---|---|
| Missing README.md | P0 |
| Missing .env.example (with env vars used) | P0 |
| README missing key sections | P1 |
| Undocumented env vars | P1 |
| Missing architecture docs | P1 |
| Stale documentation (90+ days) | P2 |
| Missing CONTRIBUTING.md | P2 |
| Missing ADR directory | P2 |
| Broken links | P2 |
| Polish improvements | P3 |
Documentation Issues Created:
- P0: 0
- P1: 3 (README sections, env vars)
- P2: 2 (stale docs, ADRs)
- P3: 1 (link checking)
Total: 6 issues created
View: gh issue list --label domain/docs/check-docs/fix-docs/documentation/groom