← Back to list

code-quality
by mway
⭐ 4🍴 0📅 Jan 22, 2026
SKILL.md
name: code-quality description: Code quality and safety standards. Activates when editing or reviewing code. Use for quality priorities, safety checks, and code correctness verification. allowed-tools: ["shell", "read_file", "apply_patch"] metadata: short-description: Enforce code quality and safety
Code Quality
Read these references:
references/quality.md- Quality priorities (correctness, safety, performance)references/safety.md- Runtime and security safety guidelines
Instructions
Apply all guidance from references when writing or reviewing code.
Quality Priority Order
Per quality.md:
- Correctness - Does it work? Handle all cases?
- Safety - Runtime safety (no crashes, race conditions)
- Security - No vulnerabilities, input validation
- Performance - Efficient use of resources
- Maintainability - Clear, consistent, documented
Safety Checks
Per safety.md:
- Runtime safety: nil checks, bounds checking, race conditions
- Error handling: All errors checked and handled appropriately
- Resource management: Proper cleanup, no leaks
- Input validation: Sanitize and validate all external input
- Thread safety: Mutex usage, data races, concurrent access
Language-Specific Guidance
For Go projects, also reference:
~/.config/agent/domain/coding/go/style.md~/.config/agent/domain/coding/go/idioms.md~/.config/agent/domain/coding/go/concurrency.md~/.config/agent/domain/coding/go/safety.md
For other languages, check ~/.config/agent/domain/coding/<language>/ if available.
All Steps Blocking
Quality and safety checks are blocking - code must pass all requirements before proceeding. Never compromise on correctness or safety for speed.
Score
Total Score
40/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon