skills/adr-review/SKILL.md
Ensure architectural decisions are recorded and linked (create/update ADRs) at work item level.
npx skillsauth add rafaie/codex_home adr-reviewInstall 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.
spec/features/<work-id>-<slug>/ and any related code changes (diff).
<work-id> must use S-<stream>-<nnn> (example: S-core-001).spec/features/.spec/decisions/:
spec/templates/adr.md if present.feature.md (or the legacy single-file spec) links to the ADR(s) in a “Decisions/ADRs” section.docs-index-refresh or docs-update.testing
Add or improve tests based on a work item folder's acceptance criteria and test plan.
testing
Run quick/full checks consistently, include smoke, and summarize failures into actionable buckets.
testing
Create a work item test plan from acceptance criteria and add it to the work item docs.
development
Review a work item documentation folder for clarity, testability, and completeness before implementation.