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

chachi-shell

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

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

이 저장소의 skills

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

Reviews a GitHub PR and creates a pending review with editorially gated inline/body findings. Use when the user asks to review a PR or create a draft GitHub review.

2026-07-01
local-rules
소프트웨어 개발자

Load machine-local rule overrides for a given skill from the shared ~/.agents skills directory.

2026-06-02
commit
소프트웨어 개발자

Create one or more atomic commits from current changes, grouping by logical unit

2026-06-02
create-ticket
소프트웨어 개발자

Create a JIRA ticket interactively — gathers requirements through conversation, proposes the ticket, and creates it after approval

2026-06-02
grill-with-docs
소프트웨어 개발자

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.

2026-06-02
handoff
기술 작가

Compact the current conversation into a handoff document for another agent to pick up.

2026-06-02
improve-codebase-architecture
소프트웨어 개발자

Find deepening opportunities in a codebase, informed by the domain language in .agent-state/CONTEXT.md and the decisions in .agent-state/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

2026-06-02
issue-done
소프트웨어 개발자

Mark the issue currently being worked on as done. Use ONLY when the user explicitly says "/issue-done", "mark done", or "this issue is done". Do not auto-invoke when the user merely finishes a task or says "done" in passing.

2026-06-02
push
소프트웨어 개발자

Push current branch to remote and create or update a draft PR

2026-06-02
rebase
소프트웨어 개발자

Complete a git rebase, resolving conflicts along the way

2026-06-02
slowdown
통역사·번역가

Switch the assistant to a slower, more deliberate communication mode — short questions, no long messages, one thing at a time. Use when user says "slow down", "slowdown", "/slowdown", "ask one question at a time", "shorter messages", or asks for less verbose interaction.

2026-06-02
to-issues
소프트웨어 개발자

Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.

2026-06-02
to-prd
소프트웨어 개발자

Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.

2026-06-02
write-code
특수 효과 아티스트 및 애니메이터그래픽 디자이너

Coding standards to follow when writing or modifying code in any project

2026-06-02
write-docs
기술 작가

Documentation standards to follow when creating or updating component docs in any project

2026-06-02
write-tests
소프트웨어 품질 보증 분석가·테스터

Testing standards to follow when writing or modifying tests in any project

2026-06-02
zoom-out
소프트웨어 개발자

Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.

2026-06-02
caveman
기술 작가

Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman.

2026-06-02
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-06-02
grill-me
프로젝트 관리 전문가

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

2026-06-02
grill-with-docs
소프트웨어 개발자

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.

2026-06-02
handoff
프로젝트 관리 전문가

Compact the current conversation into a handoff document for another agent to pick up.

2026-06-02
improve-codebase-architecture
소프트웨어 개발자

Find deepening opportunities in a codebase, informed by the domain language in .agent-state/CONTEXT.md and the decisions in .agent-state/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

2026-06-02
issue-done
소프트웨어 개발자

Mark the issue currently being worked on as done. Use ONLY when the user explicitly says "/issue-done", "mark done", or "this issue is done". Do not auto-invoke when the user merely finishes a task or says "done" in passing.

2026-06-02
slowdown
기술 작가

Switch the assistant to a slower, more deliberate communication mode — short questions, no long messages, one thing at a time. Use when user says "slow down", "slowdown", "/slowdown", "ask one question at a time", "shorter messages", or asks for less verbose interaction.

2026-06-02
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-06-02
to-issues
소프트웨어 개발자

Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.

2026-06-02
to-prd
소프트웨어 개발자

Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.

2026-06-02
write-a-skill
소프트웨어 개발자

Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.

2026-06-02
zoom-out
소프트웨어 개발자

Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.

2026-06-02