Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

goat-fable

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

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

이 저장소의 skills

deep-debug
소프트웨어 개발자

Structured root-cause debugging protocol. Use when a bug has survived one or two fix attempts, when a failure is described as weird, flaky, or impossible, or when you notice you are guessing instead of diagnosing. Also invoked manually via /deep-debug.

2026-07-06
plan-first
소프트웨어 개발자

Explore-then-plan protocol for complex work. Use before implementing anything that spans multiple files, changes architecture, touches shared interfaces, or has ambiguous requirements. Produces a reviewable plan with acceptance criteria before any code is written. Also invoked manually via /plan-first.

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

Quality review of your own diff before handing it over. Use after completing any multi-file or non-trivial change, before reporting it done. Catches AI-accent code (noise comments, debug leftovers, scope creep, orphan files) and diff-level bugs. Complements verify-done, which checks that the work RUNS; this checks that the code is CLEAN. Also invoked manually via /self-review.

2026-07-06
verify-done
소프트웨어 개발자

Evidence check before claiming completion. Use before telling the human a task is done, fixed, or working, especially at the end of long or multi-part tasks. Verifies the work actually runs and every requirement is demonstrably met, then formats an honest report. Complements self-review, which checks code cleanliness; this checks truth. Also invoked manually via /verify-done.

2026-07-06