Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

chachi-shell

chachi-shell には p2kmgcl から収集した 30 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 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