Agent skill
check-team-codex
Validate code against Team Codex standards. Use when (1) before creating commits, (2) during verification phase, (3) quality gate enforcement.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/check-team-codex
SKILL.md
๐ ์์คํ ๋ฉ์์ง: ์ด Skill์ด ํธ์ถ๋๋ฉด
[SEMO] Skill: check-team-codex ํธ์ถ - {๊ฒ์ฆ ๋์}์์คํ ๋ฉ์์ง๋ฅผ ์ฒซ ์ค์ ์ถ๋ ฅํ์ธ์.
Check Team Codex Skill
@./../_shared/quality-gates.md @./../_shared/nextjs-commands.md
์ฝ๋๋ฅผ Semicolon ํ ํ์ค์ ๋ง๊ฒ ์๋ ๊ฒ์ฆ
๊ท์น ์ฐธ์กฐ (SoT)
๋ชจ๋ Team Codex ๊ท์น์ semo-core/TEAM_RULES.md์์ ๊ด๋ฆฌ๋ฉ๋๋ค.
# ๋ก์ปฌ ์ฐธ์กฐ
.claude/semo-core/TEAM_RULES.md
# ์๊ฒฉ ์ฐธ์กฐ
gh api repos/semicolon-devteam/semo-core/contents/TEAM_RULES.md --jq '.content' | base64 -d
์ฐธ์กฐ ์น์ :
2. Code Quality (Team Codex)- ๊ฒ์ฆ ํญ๋ชฉ, ๊ธ์ง ์ฌํญ, Severity Levels6. Quality Gates- Pre-commit, Pre-PR ๊ฒ์ฆ
Quick Start
# Pre-commit ํ์ ์ฒดํฌ
npm run lint && npx tsc --noEmit
# Debug ์ฝ๋ ํ์ธ
grep -r "console\.log\|debugger" src/ --exclude-dir=node_modules
# any ํ์
ํ์ธ
grep -r ":\s*any\|as any" src/
When to Use
- Before creating commits
- During verification phase
- After implementation completion
- Quality gates in v0.4.x CODE phase
Severity Levels
| Level | ํญ๋ชฉ | ์กฐ์น |
|---|---|---|
| ๐ด CRITICAL | ESLint/TS ์๋ฌ, hook ์ฐํ, ์ํคํ ์ฒ ์๋ฐ | PR ์ฐจ๋จ |
| ๐ก WARNING | Debug ์ฝ๋, any ํ์ , TODO ์ฃผ์ | ์์ ๊ถ์ฅ |
| ๐ข INFO | ์คํ์ผ ์ ์, ์ฑ๋ฅ ํํธ | ์ ํ์ |
Related Skills
verify- ์ข ํฉ ๊ฒ์ฆ์์ ์ฌ์ฉimplement- v0.4.x CODE phase์์ ์ฌ์ฉgit-workflow- ์ปค๋ฐ ์ ํ์ง ๊ฒ์ฌ
References
- Check Items - Detailed check items
- Output Format - Report format
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?