chore: remove unreferenced skill files, fix broken GEMINI.md import#1899
Open
stbenjam wants to merge 1 commit into
Open
chore: remove unreferenced skill files, fix broken GEMINI.md import#1899stbenjam wants to merge 1 commit into
stbenjam wants to merge 1 commit into
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
e21b7f7 to
6cdc309
Compare
4 tasks
This was referenced Jul 11, 2026
|
Supporting evidence for removing the two document-reviewer prompts: they became orphans in |
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Who is submitting this PR? (required)
What problem are you trying to solve?
While running skillsaw lint, it flagged 7 files that are never referenced from their respective SKILL.md (directly or transitively). I investigated each one and confirmed they are genuinely orphaned — leftover from earlier skill development or refactors that replaced subagent dispatch with inline self-review.
Separately,
GEMINI.mdimportsreferences/gemini-tools.md, which doesn't exist.Happy to restore or re-reference any of these files if the findings aren't valid.
What does this PR change?
Removes 6 unreferenced files from 3 skills and fixes a broken import in GEMINI.md. Pure deletion, no behavior change.
skills/systematic-debugging/CREATION-LOG.mdskills/systematic-debugging/test-academic.mdskills/systematic-debugging/test-pressure-1.mdskills/systematic-debugging/test-pressure-2.mdskills/systematic-debugging/test-pressure-3.mdskills/brainstorming/spec-document-reviewer-prompt.mdskills/writing-plans/plan-document-reviewer-prompt.mdGEMINI.mdreferences/gemini-tools.mdIs this change appropriate for the core library?
Yes — this is housekeeping on existing core skill directories. No new functionality, no third-party dependencies.
What alternatives did you consider?
Could re-reference these files from their SKILL.md instead of deleting, but they serve no runtime purpose — the test prompts were one-time dev artifacts and the reviewer prompts were superseded by inline self-review.
Does this PR contain multiple unrelated changes?
The changes are related: all are dead/broken file references. The GEMINI.md fix is the same category (referencing a nonexistent file).
Existing PRs
Environment tested
Evaluation
uvx skillsaw lint --rule instruction-imports-valid --rule agentskill-unreferenced-filesbefore and after. 7 warnings → 1 warning (CREATION-LOG.md, intentionally kept, can be allowlisted if repo onboarded to skillsaw).Rigor
Human review