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

officialunofficial

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

수집된 skills
39
저장소
2
업데이트
2026-07-27
저장소 탐색

저장소와 대표 skills

dependency-update-loop
소프트웨어 개발자

Recurring maintenance pass over automated dependency-bump PRs (Dependabot, Renovate, or similar) — rebase, relock, verify, and report what's ready to merge. Meant to be handed to a time-based loop or schedule, not run once.

2026-07-07
deploy-verify-loop
소프트웨어 개발자

Post-deploy verification loop — poll a rollout until every instance is on the new version and healthy, then run one smoke check against a real user path. Meant to be handed to a time-based loop with a timeout, not polled by hand.

2026-07-07
designing-loops
소프트웨어 개발자

Reference for designing agent loops — cycles of work that repeat until a stop condition is met. Covers the four loop shapes, writing completion criteria, carrying state and isolating work across cycles, and what running unattended still leaves on you.

2026-07-07
stacked-pr-loop
소프트웨어 개발자

Recurring check-in on a stack of dependent PRs — rebase children onto updated parents, surface CI state, flag anything waiting on a human-only gate, and report only what changed since last time. Meant to be handed to a time-based loop, not run once.

2026-07-07
which-skill
기타 컴퓨터 관련 직업

Pick the skill or flow that fits your situation. A router over the skills in this repo.

2026-07-07
code-review
소프트웨어 품질 보증 분석가·테스터

Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".

2026-07-07
codebase-design
소프트웨어 개발자

Shared vocabulary and principles for designing deep modules. Use when the user wants to design or refine a module's interface, hunt for deepening opportunities, decide where a seam belongs, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.

2026-07-07
diagnosing-bugs
소프트웨어 개발자

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

2026-07-07
이 저장소에서 수집된 skills 38개 중 상위 8개를 표시합니다.
저장소 2개 중 2개 표시
모든 저장소를 표시했습니다