verify-test-cases
Installation
SKILL.md
Verify the quality and correctness of test cases in all test files modified since branching out from the base branch.
Usage:
/verify-test-cases- Verify test files modified since branching from base branch
Instructions:
- Determine the base branch:
- Check if a
.agentfile exists in the current directory - If it exists, read it and look for a
baseBranch=<value>line to extract the base branch - If no
.agentfile or nobaseBranchkey, default tomain
- Check if a