What problem does it solve?
When working on code branches, teams often lack standardized, up-to-date documentation for setting up and validating changes, leading to inconsistent testing, onboarding delays for other developers, and missed edge cases during code review.
Core Features & Use Cases
- Branch Change Analysis: Automatically reviews commit history and modified files relative to main to understand what functionality the branch introduces or modifies.
- Structured Guide Generation: Creates a consistent MANUAL_VALIDATION.md document with all required sections including prerequisites, setup steps, validation checklists, and rollback procedures.
- Use Case: For a branch adding a new slash command to the AI Task Manager, this skill generates a guide that tells reviewers exactly how to set up the branch, test the new command, and verify edge cases like invalid input handling.
Quick Start
Use the setup-validation skill to generate a MANUAL_VALIDATION.md guide for the current code branch.