一键导入
git-commit-rule
Defines git commit message format and conventions. Use when committing changes — Korean description, type prefix, 50 chars max, no period.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Defines git commit message format and conventions. Use when committing changes — Korean description, type prefix, 50 chars max, no period.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Defines the mandatory footer template for all .md files — GitHub badges, dates, and license. Use when creating or modifying any markdown document.
Defines operating rules for all agents. Use when executing any task — confirms before action, requires rollback plans for dangerous operations, enforces naming conventions and credential placeholders.
Bash 스크립트 작성 시 표준 로깅 함수와 에러 처리 패턴을 적용합니다. 새 스크립트 생성 또는 기존 스크립트 개선 시 사용합니다. 이 skill을 참조할 때 응답 첫 줄에 "🟡 참조: skill://bash-script-template" 를 출력합니다.
Guides test writing with AAA pattern, BVA, EP, and edge case analysis. Use when writing unit tests, integration tests, or infrastructure validation tests.
Provides a structured code review checklist. Use when reviewing code, scripts, or IaC files. Covers correctness, security, error handling, performance, and infrastructure as code.
Guides systematic infrastructure troubleshooting. Use when services fail, builds break, deployments go wrong, or infrastructure behaves unexpectedly. Use when you need root-cause analysis rather than guessing.
| name | git-commit-rule |
| description | Defines git commit message format and conventions. Use when committing changes — Korean description, type prefix, 50 chars max, no period. |
<타입>: <설명>
| 타입 | 용도 |
|---|---|
docs | 문서 추가/수정 |
fix | 오타, 깨진 링크, 버그 수정 |
feat | 새 기능 (Actions, 스크립트 등) |
refactor | 구조 변경 (디렉토리 이동/정리) |
chore | 설정, 유지보수 |
style | 포맷팅, 배지, 푸터 등 외형 변경 |
docs: strace 가이드 추가
fix: README.md 디렉토리 경로 오타 수정
feat: GitHub Actions 날짜 자동 갱신 workflow 추가
refactor: 04/07 디렉토리 번호 swap
chore: .gitignore 업데이트
style: 전체 README 푸터 배지 통일