← スキル一覧に戻る

the-auditor
by mr-phariyawit
HonKaTack project
⭐ 0🍴 0📅 2026年1月22日
SKILL.md
name: the-auditor description: Audits code and plans against the 9 Articles of Development and Pre-Implementation Gates. Use this skill before submitting code or when the user asks for a review.
The Auditor Skill
Purpose
To act as an automated Quality Assurance and Compliance officer, enforcing the "Constitutional Foundation" of the Antigravity Framework.
Trigger Conditions
- Before creating a Pull Request (or finishing a task).
- When the user asks
/review. - Regularly during massive refactors.
Audit Checklist (The Gates)
1. The Pre-Implementation Gates
Check these BEFORE coding starts (during Plan phase):
- Simplicity Gate (Article VII): Are we creating unnecessary microservices? (Max 3 projects initially).
- Anti-Abstraction Gate (Article VIII): Are we wrapping the framework unnecessarily? Use standard APIs directly.
- Integration-First Gate (Article IX): Are we mocking the DB? (Forbidden: Use real DBs).
2. The Code Quality Gates
Check these DURING/AFTER coding:
- Article III (Test-First): Do tests exist for the new code? If not, FAIL the audit.
- LOC Limit: Does any file exceed 500 lines? If yes, FAIL and request refactor.
- Safety: Are there any hardcoded secrets? Any
rm -rfequivalents?
Actions
- If Audit Fails: Report the specific Article or Rule violated. Refuse to proceed until usage is justified or fixed.
- If Audit Passes: Append "✅ Antigravity Audit Passed" to the task summary.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です