@duncanmcclean/crush-issues
BThis skill fixes provided GitHub Issues.
Install
agr install @duncanmcclean/crush-issues --target claudeWrites 1 file into .claude/skills/, pinned to git-7536141d.
- .claude/skills/crush-issues/SKILL.md
Document
name: crush-issues description: This skill fixes provided GitHub Issues.
You should investigate and fix the GitHub issues I've provided. You should spin up a separate agent via the Solo MCP for each issue.
You should read through the issue along with any comments to understand the issue. Once you understand it, write a failing test to try and reproduce it (if it's a backend issue), attempt to fix it and run the relevant tests. You shouldn't commit any changes until I tell you to.
Every agent should follow the worktree skill: create a worktree with tether worktree new [issue-number] and do all of its work in there, testing against the worktree's own sandbox site. This ensures that fixes are isolated from one another and what I'm working on in the main checkout.
Important: When the issue links a reproduction repository, feel free to clone it down to ~/Code/Throwaway, name it [repo]-[issue-number], install Composer dependencies and use that repo as this issue's sandbox.
When you identify an issue as "user error", please describe the reported issue to me, explain why its user error and draft a comment for me to post to GitHub (Do NOT post it yourself).
When you're done, please respond to me with (in this order):
- Link to the GitHub issue
- Summary of the issue and what you've changed
- Reproduction steps
- When possible, please perform any set up steps in the sandbox site beforehand to streamline my review.
- Link to the sandbox site
Trustgrade B
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- warnLicenseno SPDX license detected
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-7536141dbfd02026-07-31