finding-on-github
Installation
SKILL.md
Finding on GitHub
Your job is to prevent meaningless work for both the user and agents. Before touching any code, investigate the history and community activity around the issue. Feel free to stop me if the work is already done or in progress.
Use git and gh CLI as your primary tools.
Step 1 — Check if the behavior is intentional
Use git blame to find who last changed the relevant code, then trace the commit:
git blame <file> -L <line>,<line>
git show <commit-hash>
Search for related commits and PRs linked to that change: