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

repo-hygiene

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

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

이 저장소의 skills

cleaning-existing-codebase
소프트웨어 개발자

Use when the user asks to "clean up", "apply repo-hygiene to", or "fix the hygiene of" an existing codebase — orchestrates the other hygiene skills in a phased, reviewable order rather than firing a 200-file mega-diff

2026-05-13
gating-commits
소프트웨어 품질 보증 분석가·테스터

Use when about to commit, merge, or push — runs verification (tests, typecheck, lint), confirms focus, and checks sibling hygiene (docs, tests, docstrings) BEFORE the commit lands, so "user said commit" doesn't bypass quality

2026-05-13
keeping-docs-fresh
소프트웨어 개발자

Use when changing a public API surface — renamed export, changed signature/return type, new or removed flag/route/env var, schema migration, deprecation — before committing, so README, docs/, CHANGELOG, and inline references stay coherent with the code

2026-05-13
keeping-files-small
소프트웨어 개발자

Use when about to add lines to an existing source file, when a single file passes ~400 lines, or when proposing where to put new code — prevents files from sprawling into multi-concern god-modules

2026-05-13
orienting-to-repo
소프트웨어 개발자

Use when starting substantive work in an unfamiliar repo, before diving into task-specific grep or edits — especially when the task touches business logic, public API, build, or infra, or you don't yet know the repo's purpose, stack, conventions, or layout

2026-05-13
testing-new-code
소프트웨어 품질 보증 분석가·테스터

Use when adding or modifying business logic, branching code, public API, or fixing a bug in a repo using repo-hygiene — tests for the new code paths must exist before the change is committed, not "later" or "if the user asks"

2026-05-13
using-repo-hygiene
소프트웨어 개발자

Use when starting any conversation in a repo — establishes the repo-hygiene skill set and the moments each sub-skill applies

2026-05-13
writing-commit-messages
소프트웨어 개발자

Use when drafting any commit message — sets format (imperative subject under 72 chars, explanatory body when the why isn't obvious from the diff) and prevents the "Fix X" one-liner reflex for non-trivial fixes

2026-05-13
writing-docstrings
소프트웨어 개발자

Use when writing or modifying any function, method, class, or source file in a repo using repo-hygiene — public API, internal helpers, and new files all require docstrings; only one-line lambdas and trivial accessors are excluded

2026-05-13