Review
A battle-tested Claude Code skill collection that enforces Plan→Execute→Verify→Handoff workflow. Auto-triggers brainstorming, planning, debugging, UI/UX, security, and review skills.
npx -y skills add kjhk3082/master-assistant-skill --skill reviewAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
[EN] You MUST use this when reviewing code changes, pull requests, or verifying implementations against requirements. Enforces quality standards and best practices. [KO] 코드 변경 사항, 풀 리퀘스트를 검토하거나 요구사항에 대한 구현을 확인할 때 반드시 사용해야 합니다. 품질 기준과 모범 사례를 강제합니다.
SKILL.md
1.3 KB, 202 tokens by cl100k_base, as published. Nobody here has run it
Code Review & Verification
Guidelines for reviewing code and ensuring it meets quality standards.
<HARD-GATE> Do NOT approve or merge code without a thorough review. Always verify that the code solves the problem, follows best practices, and includes necessary tests. </HARD-GATE>Review Checklist
- Functionality: Does the code solve the intended problem? Are there any edge cases missed?
- Readability: Is the code easy to understand? Are variable and function names descriptive?
- Maintainability: Is the code modular and reusable? Does it follow the project's architecture?
- Performance: Are there any obvious performance bottlenecks or inefficient algorithms?
- Security: Does the code handle user input securely? Are there any potential vulnerabilities?
- Testing: Are there adequate tests for the new functionality? Do all tests pass?
- Documentation: Is the code well-documented? Are complex logic or workarounds explained?