بنقرة واحدة
adr-done
Mark an ADR as Implemented (or Superseded) and archive it, following INDEX.md conventions.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Mark an ADR as Implemented (or Superseded) and archive it, following INDEX.md conventions.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Bump version, generate changelog draft, tag, and deploy a release.
Create a feature branch, commit changes, push, and open a PR to main.
Check docs/ai/ spec files and ADRs for inconsistencies with the actual codebase. Report only, no modifications.
Check docs/ai/ spec files and ADRs for inconsistencies with the codebase, then fix all discrepancies.
Scan the codebase for security vulnerabilities. Check OWASP top 10, input validation, auth, crypto, and known BACKLOG security items.
Scan the project for refactoring opportunities, then fix them. No behavior/visual changes.
| name | adr-done |
| description | Mark an ADR as Implemented (or Superseded) and archive it, following INDEX.md conventions. |
| argument-hint | <ADR number> [Superseded by NNN] |
| allowed-tools | Read, Glob, Bash(ls *), Bash(mv *), Edit |
Mark ADR $ARGUMENTS as completed and archive it.
Read INDEX.md at docs/ai/adr/INDEX.md to confirm:
Implemented, Proposed, Superseded (never "Done")docs/ai/adr/archive/Find the ADR file: Look in docs/ai/adr/ (top-level) for the matching ADR number.
Determine new status:
ImplementedSupersededUpdate the ADR file:
## Status: Proposed → ## Status: Implemented (or Superseded)Move to archive:
mv docs/ai/adr/{file}.md docs/ai/adr/archive/Update INDEX.md:
Implemented (or Superseded)Implemented, Proposed, Superseded — never "Done", "Complete", etc.archive/docs/ai/adr/ directory