Agent skill
sync-check
원본과 생성 파일의 동기화 검증이 필요할 때
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/sync-check
SKILL.md
동기화 상태 검증
개요
원본 데이터(my_career_data.md)와 생성된 파일들 간의 일관성을 검증합니다.
검증 대상 파일 (10개)
Markdown (2개)
docs/career/resume.mddocs/career/career_portfolio.md
Resume HTML (4개)
templates/resume/default.htmltemplates/resume/minimal.htmltemplates/resume/modern.htmltemplates/resume/corporate.html
Career HTML (4개)
templates/career/default.htmltemplates/career/minimal.htmltemplates/career/modern.htmltemplates/career/corporate.html
검증 항목
1. 프로젝트 정보
- 프로젝트명, 기간, 역할
2. 성과 수치
- 정량적 수치 (%, 배, 건수)
- Before/After 값
3. 기술 스택
- 사용 기술 목록
- 프로젝트별 기술 스택
4. STAR+I 형식
상세 기준:
/write-guide스킬 참조
5. 표현 스타일
- "담당했습니다" 사용 금지
- "달성/개선했습니다" 사용
실행 단계
Step 1: 원본 데이터 확인
cat docs/career/my_career_data.md
Step 2: 각 파일 비교
cat docs/career/resume.md
cat docs/career/career_portfolio.md
cat templates/resume/default.html
# ... (모든 템플릿)
Step 3: 불일치 리포트
## 불일치 항목
### 파일: [파일명]
| 항목 | 원본 | 현재값 |
|------|------|--------|
| [항목명] | [원본값] | [현재값] |
Step 4: 결과 요약
## 동기화 상태
- 총 검증: 10개
- 정상: N개
- 불일치: N개
체크리스트
- 프로젝트별 수치 일치
- 기술 스택 일치
- STAR+I 형식 준수
- 시니어 톤 표현 사용
불일치 발견 시
/update-resume 스킬 실행 권장
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?