Skip to main content
GitHub 저장소

dotfiles

dotfiles에는 debugloop에서 수집한 skills 11개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
11
Stars
11
업데이트
2026-07-25
Forks
1
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

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 the user's request, PRD, or explicit spec?). 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-25
diagnose
소프트웨어 개발자

Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.

2026-07-25
explain-html
소프트웨어 개발자

Use when the user asks for a rich explanation of a code change, diff, branch, or PR. Produces HTML output.

2026-07-25
explain-nvim
소프트웨어 개발자

Walk the user through the changes since a fixed point (commit, branch, tag, or merge-base) as a guided, interactive code tour — the live Neovim counterpart to the `explain-html` skill. Drives the user's Neovim (scroll, highlight, virtual-text annotations) when connected, and degrades to prose with file:line references otherwise. Advances one stop at a time and waits for the user to say "next". Use when the user wants to be walked through a diff/branch/PR, asks for a guided tour or walkthrough of changes, or says "tour since X" / "lead me through the changes".

2026-07-25
implement
소프트웨어 개발자

Implement a tightly scoped piece of work from the current conversation, an explicit request, or a spec file.

2026-07-25
prototype
소프트웨어 개발자

Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.

2026-07-25
resolving-merge-conflicts
소프트웨어 개발자

Use when you need to resolve an in-progress git merge/rebase conflict.

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

Alias for the code-review skill. Use when you want to review a branch, PR, or changes since a fixed point.

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

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

2026-07-25
to-spec
소프트웨어 개발자

Turn the current conversation into a spec document — no interview, no issue tracker publishing, just synthesis of what has already been discussed.

2026-07-25
to-tasks
소프트웨어 개발자

Break a plan, spec, or current conversation into a short, human-owned task checklist. No issue tracker, labels, queue, or publishing ceremony.

2026-07-25