Skip to content

fix: remove dead tool references (skillView, skillsList) from prompt files - #790

Merged
avoidwork merged 3 commits into
mainfrom
fix/remove-dead-tool-references
Aug 13, 2026
Merged

fix: remove dead tool references (skillView, skillsList) from prompt files#790
avoidwork merged 3 commits into
mainfrom
fix/remove-dead-tool-references

Conversation

@avoidwork

Copy link
Copy Markdown
Owner

Description

Removed dead tool references skillView and skillsList from the CAPABILITIES sections of prompts/CODING.md and prompts/CODE_REVIEW.md. These tools do not exist in the codebase and were confusing agents.

Type of Change

  • Bugfix (non-breaking change which fixes an issue)

Testing

Verified that both prompt files no longer reference skillView or skillsList in their CAPABILITIES sections. Diff confirms only the two dead references were removed.

Coverage

  • Line coverage maintained

Checklist

  • npm run lint passes
  • Tests pass with maintained line coverage
  • No forbidden patterns used
  • Conventional Commit style applied

Related

Fixes #780

@avoidwork
avoidwork merged commit 2bc5a8a into main Aug 13, 2026
2 checks passed
@avoidwork
avoidwork deleted the fix/remove-dead-tool-references branch August 13, 2026 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: remove dead tool references (skillsList, skillView) from CODING.md and CODE_REVIEW.md

1 participant