post-task-verification
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Post-Task Verification
Verify that all requirements are met and no similar patterns were missed.
Context
- Issue/PR: {{ARG1}} (issue number, PR number, or omit for current branch)
- Current branch: !
git branch --show-current - Recent commits: !
git log --oneline -5 - Changed files: !
git diff $(git rev-parse --abbrev-ref origin/HEAD | sed 's@origin/@@') --name-only
Step 1: Gather Requirements
Fetch the original requirements:
- If issue number:
gh issue view {{ARG1}} - If PR number:
gh pr view {{ARG1}} - If omitted: Use current branch's associated PR/issue