What problem does it solve?
This Skill streamlines the manual, error-prone process of approving Architectural Decision Records by automating the move from the pending folder to the canonical ADR directory, updating status metadata, modifying the README index, labeling the related pull request, and committing the changes so repository status checks can proceed.
Core Features & Use Cases
- Safe Approval Workflow: Identifies a target ADR file, asks for explicit user confirmation before any destructive action, and then executes the approval steps.
- Repository Automation: Moves ADR from docs/adr/potential-adr to docs/adr, updates frontmatter status and date, updates README sections, adds adr-approved label to the associated PR, and commits and pushes the change.
- Use Case: When an architecture proposal has been reviewed and accepted, use this Skill to finalize the ADR, update documentation and CI status with a single, guided operation.
Quick Start
Approve ADR number 0013 by running the adr-approve skill with the ADR number so it moves the file to docs/adr, updates status and README, labels the PR, commits, and pushes the change.