chore: add Claude Code skills and unignore .claude/skills#20142
Merged
Conversation
vbudhram
reviewed
Mar 5, 2026
| @@ -0,0 +1,151 @@ | |||
| --- | |||
| name: check-smells | |||
Contributor
There was a problem hiding this comment.
Nice, wouldn't have thought about a "smells" skill.
vbudhram
approved these changes
Mar 5, 2026
Contributor
vbudhram
left a comment
There was a problem hiding this comment.
I dig it, lets give it a try 👍🏽
|
|
||
| --- | ||
|
|
||
| ### 4. Dependency Smells |
Contributor
There was a problem hiding this comment.
I'd suggest adding something to the effect of "colliding exports". Confirming that a newly exported member doesn't have a naming collision elsewhere within the the parent directory (e.g. /libs or /packages). This would prevent bugs where someone incorrectly assumes that they've imported the right version of FooType, when the rest of the surrounding code is using a different definition of FooType.
Contributor
Author
There was a problem hiding this comment.
Good suggestion 👍. I'll update shortly.
Adds six Claude Code slash command skills: - security-review: OWASP, secrets, XSS/injection, CORS, crypto, OTP/TOTP, session replay, rate limiting, PII, Docker, CI - check-docs: grammar, typos, JSDoc, README, API docs, changelog summary - check-smells: design, implementation, test, and dependency smells - check-react: component design, hooks, performance, a11y, state management - check-githistory: cross-references current changes against git history for regressions - explain-code: architecture, annotated walkthrough, gotchas for experienced engineers Also unignores .claude/skills/ in .gitignore so skills are tracked in version control. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Because
This pull request
Issue that this pull request solves
Closes: (issue number)
Checklist
Put an
xin the boxes that applyScreenshots (Optional)
Please attach the screenshots of the changes made in case of change in user interface.
Other information (Optional)
Any other information that is important to this pull request.