Skip to main content
catRiceY
GitHub 제작자 프로필

catRiceY

1개 GitHub 저장소에서 수집된 15개 skills를 저장소 단위로 보여줍니다.

수집된 skills
15
저장소
1
업데이트
2026년 8월 1일
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

저장소 탐색

저장소와 대표 skills

add-tracing
소프트웨어 개발자

Instrument code with structured logging or tracing to diagnose a runtime issue — spans around suspect calls, correlation IDs, timing, and key state at boundaries. Use when a bug only reproduces at runtime and the cause is unclear, when diagnosing why…

2026년 8월 1일
api-docs
소프트웨어 개발자

Generate reference documentation for a project's public API or HTTP endpoints directly from the source — signatures, parameters, return values, status codes, and examples. Use when the user says "document the API", "write API docs", "document these…

2026년 8월 1일
changelog
소프트웨어 개발자

Generate or update a CHANGELOG entry from git history since the last release, grouped by change type. Use when the user says "update the changelog", "add a changelog entry", "generate release notes", or is cutting a release and needs the CHANGELOG filled in.

2026년 8월 1일
code-review
소프트웨어 품질 보증 분석가·테스터

Review a code diff or pull request for correctness, security, and style, reporting findings ranked by severity with concrete failure scenarios and fixes. Use when the user says "review this", "code review", "look over my PR", or asks to check a diff before…

2026년 8월 1일
commit
소프트웨어 개발자

Create well-formed git commits with clear, conventional messages from the current changes. Use when the user says "commit", "commit this", "make a commit", or asks to save/record staged or unstaged changes to git.

2026년 8월 1일
dockerize-app
소프트웨어 개발자

Write a correct, minimal multi-stage Dockerfile and matching .dockerignore for the project. Use when the user asks to dockerize, containerize, or add a Dockerfile to an app.

2026년 8월 1일
explain-codebase
소프트웨어 개발자

Map an unfamiliar repository from the ground up — locate entry points, reconstruct the architecture, and trace how data flows through the layers. Use when the user says "explain this codebase", "how does this project work", "give me an overview", "where do I…

2026년 8월 1일
git-bisect-bug
소프트웨어 개발자

Find the exact commit that introduced a bug or regression using git bisect, automated with a test command when possible. Use when the user says "find the commit that broke X", "this used to work", "bisect this regression", or wants to pinpoint when a bug was…

2026년 8월 1일
수집된 skill 15개 중 8개를 표시합니다.
저장소 1개 중 1개 표시
모든 저장소를 표시했습니다