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

bradtraversy

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

수집된 skills
52
저장소
7
업데이트
2026년 8월 6일
저장소 탐색

저장소와 대표 skills

adopt
소프트웨어 개발자

Bring the blueprint into an existing (brownfield) codebase. Surveys the real repo, interviews you for the intent code can't reveal, then generates the two plans you own (project-plan.md with shipped features, build-plan.md as a checklist with existing…

2026년 7월 16일
audit
소프트웨어 품질 보증 분석가·테스터

Read-only code quality audit for a Blueprint project. Reviews the code up to the current point for maintainability issues such as duplication, dead code, DRY violations, inconsistent patterns, overgrown files or functions, unused exports, missing tests for…

2026년 7월 16일
autopilot
소프트웨어 개발자

Optional explicit Blueprint mode for one bounded spec/build/check pass. It can pick or resume the current feature, write the spec when needed, create or reuse the branch, implement small steps, run build/tests/checks, create checkpoint commits after passing…

2026년 7월 16일
check
미분류

Prove the current work actually does what its spec says by running the real app and observing behavior against the "done when" criteria in current-feature.md. Drives the app (browser, CLI, or server), captures evidence (screenshots, output, console/network…

2026년 7월 16일
complete
소프트웨어 개발자

Wrap up a finished feature or fix. Archives its spec to blueprint/history/features/ (feature) or blueprint/history/fixes/ (fix), checks features off the build plan, resets blueprint/context/current-feature.md to its stub, makes one feature-level commit, then…

2026년 7월 16일
doctor
기타 컴퓨터 관련 직업

Run a read-only Blueprint health check for setup, onboarding, required files, tool adapters, commands, Blueprint visibility, ignore rules, planning readiness, overview freshness, and workflow drift. Use when the user runs /doctor, asks whether the Blueprint…

2026년 7월 16일
feature
소프트웨어 개발자

Turn a feature from build-plan.md into a buildable spec. With no argument, specs the next unchecked item in the build plan; given a number or name, specs that one. Sizes the feature and splits anything too big into smaller sub-features (4a, 4b, ...), writes…

2026년 7월 16일
fix
소프트웨어 개발자

Document an ad-hoc bug fix or small change (one not in the build plan) into blueprint/context/current-feature.md so it runs through the same build loop. Writes a short fix spec and stops; then /implement builds it and /complete logs it to…

2026년 7월 16일
수집된 skill 15개 중 8개를 표시합니다.
audit
소프트웨어 품질 보증 분석가·테스터

Code quality audit for a Blueprint project, read-only except the findings ledger it maintains at blueprint/context/findings.md. Reviews the active feature, changed files, a selected path, or the full project for maintainability issues such as duplication,…

2026년 7월 26일
autopilot
소프트웨어 개발자

Optional explicit Blueprint mode for one bounded spec/build/check/audit pass. It can pick or resume the current feature, write the spec when needed, create or reuse the branch, implement small steps, run build/tests/checks, create checkpoint commits after…

2026년 7월 26일
complete
소프트웨어 개발자

Wrap up a finished feature, fix, or rollback. Runs a final safety pass, archives its spec to blueprint/history/features/, blueprint/history/fixes/, or blueprint/history/rollbacks/, updates the build plan for features and rollbacks, resets…

2026년 7월 26일
doctor
소프트웨어 개발자

Run a read-only Blueprint health check for setup, onboarding, required files, tool adapters, commands, Blueprint visibility, ignore rules, planning readiness, overview freshness, and workflow drift. Use when the user runs /doctor, asks whether the Blueprint…

2026년 7월 26일
feature
미분류

Turn a feature from build-plan.md into a buildable spec. With no argument, specs the next unchecked item in the build plan; given a number or name, specs that one. If a clearly new feature does not match the plan, proposes a reviewed plan addition, refreshes…

2026년 7월 26일
fix
미분류

Document an ad-hoc bug fix or small change (one not in the build plan) into blueprint/context/current-feature.md so it runs through the same build loop. Writes a short fix spec and stops; then /implement builds it and /complete logs it to…

2026년 7월 26일
implement
소프트웨어 개발자

Build the feature, fix, or rollback spec'd in blueprint/context/current-feature.md, one small reviewable step at a time. Creates the matching branch, implements each step, shows the diff and explains it in plain English, tests, and iterates until it works.…

2026년 7월 26일
onboard
소프트웨어 개발자

Set up the Blueprint after overlaying it onto a freshly scaffolded or early project. Detects the stack, relocates the copied Blueprint README when needed, updates AGENTS.md commands, sets the CLAUDE.md project title when present, tunes coding-standards.md,…

2026년 7월 26일
수집된 skill 13개 중 8개를 표시합니다.
editorial-argument-reviewer
편집자

Review an article for thesis support, reasoning, definitions, counterarguments, evidence boundaries, recommendations, limits, and conclusions. Use when an agent needs an independent logic review for opinion, comparison, analysis, case study, or…

2026년 8월 3일
editorial-fact-reviewer
편집자

Review an article, essay, guide, comparison, case study, or analysis for factual accuracy, source support, quotation integrity, freshness, and overclaiming. Use when an agent needs an independent fact check before revision or publication packaging.

2026년 8월 3일
editorial-reader-reviewer
편집자

Review an article for reader usefulness, clarity, structure, progression, examples, unanswered questions, skimmability, and reading flow. Use when an agent needs an independent audience-focused review before revision.

2026년 8월 3일
editorial-seo-reviewer
시장조사 분석가·마케팅 전문가

Review search-led writing for intent satisfaction, accurate titles and headings, query coverage, metadata, links, structured-data fit, originality, and refresh needs. Use when organic search discovery matters to an article, guide, comparison, case study, or…

2026년 8월 3일
editorial-technical-reviewer
편집자

Review technical writing for correct code, commands, terminology, completeness, security, privacy, compatibility, and documented or observed product behavior. Use when an article, tutorial, guide, comparison, or case study includes implementation steps or…

2026년 8월 3일
editorial-voice-reviewer
편집자

Review an article for author voice, humanity, personal grounding, and resistance to generic AI copy. Use when an agent needs an independent voice check against a supplied voice packet, author-written sources, exact notes, or approved firsthand material.

2026년 8월 3일
editorial-workflow
기술 작가

Develop articles, essays, guides, comparisons, case studies, and timely analysis from intake through research, angle selection, outline, draft, independent review, revision, and publication-ready packaging. Use when an agent needs a rigorous writing workflow…

2026년 8월 3일
mentor-init
기타 중등 후 교사

Enable Mentor Mode on this repository. Use when the user runs /mentor-init, asks to set up mentor mode, enable learning mode, or initialize the guided learning workflow on a project.

2026년 8월 6일
mentor-wrap
기타 중등 후 교사

End a Mentor Mode session with the explain-back gate, ledger and curriculum updates, a session log, and a next-session preview. Use when the user runs /mentor-wrap, says wrap up, end session, or done for today in a Mentor Mode repo.

2026년 8월 6일
mentor
기타 중등 후 교사

Start a Mentor Mode learning session. Use when the user runs /mentor, says start a session, begin today's lesson, or let's learn in a Mentor Mode repo.

2026년 8월 6일
explain
기타 중등 후 교사

Deep-dive one concept at the learner's level in a Mentor Mode repo, using their own code for examples. Use when the user runs /explain or asks how something works conceptually during a session.

2026년 8월 4일
mentor-quiz
기타 중등 후 교사

On-demand recall drill from the Mentor Mode ledger. Use when the user runs /mentor-quiz, asks to be quizzed, wants a drill, or wants to test recall between sessions.

2026년 8월 4일
mentor-review
기타 중등 후 교사

Teaching review of code the learner just wrote in a Mentor Mode repo. Use when the user runs /mentor-review, asks to review what I wrote, or finishes an attempt on the active objective.

2026년 8월 4일
reveal
기타 중등 후 교사

Reveal the solution for the active Mentor Mode objective after the learner explicitly asks. Use only when the user runs /reveal or explicitly asks to be shown the solution code.

2026년 8월 4일
저장소 7개 중 7개 표시
모든 저장소를 표시했습니다