Skip to content

feat(skills): add code-design-review and test-coverage-review skills - #543

Open
milindsrivastava1997 wants to merge 1 commit into
mainfrom
add-code-design-review-skills
Open

feat(skills): add code-design-review and test-coverage-review skills#543
milindsrivastava1997 wants to merge 1 commit into
mainfrom
add-code-design-review-skills

Conversation

@milindsrivastava1997

@milindsrivastava1997 milindsrivastava1997 commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Summary

  • These skills are not exhaustive. We will add more in the future. Please check these for sanity.
  • Adds code-design-review and test-coverage-review Claude Code skills under .claude/skills/, codifying recurring PR review guidance: fail loud instead of silently defaulting, no magic numbers / scattered config defaults, precise naming (including units), no half-built abstractions or duplicated logic, and negative-path test coverage.
  • Adds a repo-root CLAUDE.md with PR-hygiene process notes (keep PRs small/single-purpose, PR titles follow Conventional Commits) and pointers to the two skills.

Codify recurring PR review guidance (fail loud, no magic numbers, precise
naming, no half-built abstractions, negative-path test coverage) as Claude
Code skills, plus a CLAUDE.md with PR-hygiene process notes.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@milindsrivastava1997
milindsrivastava1997 marked this pull request as ready for review August 18, 2026 15:09
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.

1 participant