← Back to list

audit-code
by dthompson-jti
⭐ 0🍴 0📅 Jan 15, 2026
SKILL.md
name: audit-code description: Technical code review (architecture, type safety, patterns). Use for pre-merge review or general code quality audit.
Audit Code
Technical code review for architecture and quality.
When to Use
- Pre-merge review
- General code quality check
- Architecture assessment
Approach
Step 1: Project Invariants (Required)
Before auditing, check docs/knowledge-base/ for project-specific constraints:
AGENTS.md— code patterns and prohibitionsRULES-*.md— behavioral rules- Flag any violation of documented invariants as Critical priority.
Step 2: Technical Review Checklist
- Architectural soundness
- Dependency hygiene
- Type safety (
as any, missing guards) - AGENTS.md violations
- Edge cases: loading, empty, error states
- Accessibility: keyboard nav, screen reader
Priority Scale
- Critical (9-10): Crashes, data loss, security
- High (7-8): Major UX issue, breaks functionality
- Medium (4-6): Inconsistent UI, minor debt
- Low (1-3): Minor stylistic issue
Output
Structured findings by priority with evidence citations.
Score
Total Score
50/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