Skip to main content
GitHub 저장소

bookkeeper

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

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

이 저장소의 skills

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

Review code changes from a specific angle or do a general pass. Use when the user wants a code review of their current branch or specific changes. For a thorough review covering all checks, use the @agent-review subagent instead. To review changes against a spec/source of truth (with doc-coverage and duplication checks), use /scoped-review instead.

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

Scoped code review — determines the change scope (explicit, discussion, or git), picks a source of truth (discussion, new docs, or code), then reviews the changes for correctness, doc agreement, doc coverage, convention adherence, duplicated shapes that want a shared abstraction, hand-rolled complex logic that wants a named/shared function, and unit-test coverage of complex logic.

2026-07-10
commit
소프트웨어 개발자

Create a git commit with a well-crafted message. Use proactively whenever the user asks to commit changes or amend a commit.

2026-04-09
review-docs
소프트웨어 개발자

Review documentation for accuracy against the current implementation. Use when documentation files are modified, when code changes may have made docs outdated, or when the user asks about documentation accuracy.

2026-04-09
refactor
소프트웨어 개발자

Refactor outdated patterns in the codebase based on user input

2026-04-05
refactor-frontend
소프트웨어 개발자웹 개발자

Refactor frontend components to follow Mantine coding conventions. Use when asked to refactor, modernize, or clean up UI code.

2026-04-05