← Back to list

code-standards-enforcer
by JustineDevs
Starter Pack Template that synthesizes end-to-end execution playbooks, frameworks, and blueprints from practitioners who've generated measurable ROI.
⭐ 1🍴 0📅 Jan 21, 2026
SKILL.md
name: code-standards-enforcer description: Ensure code quality or perform code reviews through comprehensive checklists and standards enforcement.
Code Standards Enforcer Skill
Auto-activated when user asks about code review, quality standards, or "code review checklist".
Purpose
Ensures code quality through comprehensive checklists, standards enforcement, and review guidance.
Activation Triggers
- "Code review"
- "Quality standards"
- "Code review checklist"
- "What should I check in code review?"
Output
Provides:
- 40+ item code review checklist
- Quality standards
- Best practices
- Common issues to catch
- Review process guidance
Connected To
- Section 9: Execution Strategy
- Section 5: Technical Execution Workflow (PART 3)
- Coding standards documentation
Code Review Checklist
When activated, provides comprehensive checklist:
Functionality
- Code works as intended
- Edge cases handled
- Error handling appropriate
- Input validation present
Code Quality
- Follows coding standards
- No code duplication
- Functions are focused (single responsibility)
- Variable names are clear
- Comments explain "why" not "what"
Testing
- Unit tests included
- Tests cover edge cases
- Test coverage maintained
- Integration tests updated
Security
- No hardcoded secrets
- Input sanitized
- SQL injection prevented
- XSS vulnerabilities addressed
- Authentication/authorization correct
Performance
- No N+1 queries
- Database indexes used
- Caching implemented where appropriate
- No memory leaks
Documentation
- README updated if needed
- API docs updated
- Code comments added for complex logic
Usage
Ask: "What should I check in this code review?"
The skill will:
- Provide relevant checklist items
- Explain each item
- Suggest improvements
- Link to standards documentation
Score
Total Score
70/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon