원클릭으로
battle-test
Deep audit of a skills directory against the Skill Creator standard. Produces a scored report and phased remediation plan.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Deep audit of a skills directory against the Skill Creator standard. Produces a scored report and phased remediation plan.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Enforce Red-Team verification and adversarial protocol audit. Use when verifying tasks, performing self-scans, or checking for protocol violations. Load as composite for all sessions.
Probe for hardcoded secrets, injection surfaces, unguarded routes, business logic flaws, and platform-specific weaknesses across backend (Node, Go, Java, Python, Rust), frontend (React, Angular, Vue), and mobile (iOS, Android, Flutter) codebases. Use when performing security audits, vulnerability scans, secrets detection, or penetration testing.
Clarify a rough product or engineering idea into a BRD-lite brief (Why) with measurable business value.
Run an AI-assisted PR code review using multi-layer lenses with confidence scoring.
Review an entire codebase against framework best practices and generate a prioritized improvement plan.
Prepare and verify a staged or production deployment with rollback and smoke checks.
| name | battle-test |
| description | Deep audit of a skills directory against the Skill Creator standard. Produces a scored report and phased remediation plan. |
| metadata | {"triggers":{"keywords":["battle test","workflow"]}} |
[!IMPORTANT] Deep audit of a skills directory against the Skill Creator standard. Produces a scored report and phased remediation plan.
Optional args: slug=, ticket=<id/url>, mode=interactive|autonomous|channel, channel=, auto_continue=true|false.
When the user asks to perform this workflow, execute the following steps:
Goal: Evaluate every
SKILL.mdin the target directory againstcommon-skill-creator. Deliver a quantified health report and prioritized remediation plan.
Identify the tech stack and all skill files.
# Count total skills per category
find . -name "SKILL.md" | sed 's|/[^/]*/SKILL.md||' | sort | uniq -c
Run scans to detect format and structure violations.
grep -rL "triggers:\|priority:\|Anti-Patterns" <SKILLS>/grep -r "src/\*\*" <SKILLS>/find . -name "SKILL.md" -exec awk 'END{if(NR>100) print FILENAME": "NR" lines"}' {} \;Pick every P0 (CRITICAL) and a random sample of P1/P2 skills. Evaluate them against the Grading Rubric in:
<SKILLS>/common/common-skill-creator/references/rubric.md when synced.
**No X**: Do Y. anti-patterns?Scoring Algorithm: Start at 100 points for each category. Apply deductions for findings (🔴-15 / 🟠-8 / 🟡-3 / 🔵-1).
Output the report using the Battle Test Report and Phased Plan templates in:
<SKILLS>/common/common-skill-creator/references/rubric.md when synced.
task.md for Phase 1 remediation?"security)?"