공모전 검수 banner
moo1024 moo1024

공모전 검수

Development community

Description

--- description: validate.py를 다시 돌려 제출 가능 여부를 판정하고 지적사항 리포트를 낸다 --- # /공모전-검수 <공모전 제목 또는 슬러그> 작성이 끝난 지원서를 요강과 기계적으로 대조한다. 수정 후 재확인할 때마다 쓴다. ## 사용법 ``` /공모전-검수 특허-산업 융합데이터 /공모전-검수 20260831-특허산업융합데이터-아이디어 /공모전-검수 --all # 진행 중인 전체 공모전 일괄 검수 ``` ## 절차 1. 슬러그를 찾는다. 제목만 줬으면 부분 일치로 찾고, 여러 개면 사용자에게 고르게 한다. ```bash ls -d contests/*/ | sed 's|contests/||;s|/||' ``` 2. **반드시 스크립트를 실행한다.** 이 exit code가 판정이다. ```bash .venv/bin/python scripts/validate.py <슬러그>; echo "exit=$?"

Installation

Installs to ~/.claude/commands/moo1024-contest-auto-engine-------.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/moo1024/contest-auto-engine/HEAD/.claude/commands/공모전-검수.md -o ~/.claude/commands/moo1024-contest-auto-engine-------.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository