Branch & PR Doctor (/doctor)
When invoked, load and execute the branch-doctor skill:
- Follow all instructions and guidelines in
branch-doctor. - Run the automated diagnostic check:
uv run {SKILLS_DIR}/branch-doctor/scripts/doctor.py. - Inspect the 5 health dimensions: (1) Working tree cleanliness, (2) Git commit history sanity against Conventional Commits & ACP, (3) Local test suite execution, (4) GitHub Actions CI status, (5) PR existence and well-formedness against PR templates and issue references.
- Provide actionable recommendations for any failing or warning health checks.