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

rpikit

rpikit には bostonaholic から収集した 16 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
16
Stars
20
更新
2026-03-23
Forks
0
職業カバレッジ
5 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

brainstorming
広告・プロモーションマネージャー

Collaborative design methodology for creative work. Use before research or planning when requirements are unclear, multiple approaches exist, or the idea needs exploration. Refines ideas through progressive questioning.

2026-03-23
implementing-plans
ソフトウェア開発者

Disciplined plan execution with checkpoint validation, progress tracking, and verification at each step. Follows an approved plan strictly, running verification criteria before proceeding.

2026-03-23
research-plan-implement
ソフトウェア開発者

End-to-end Research-Plan-Implement pipeline using parallel subagents. Each phase (research, plan, implement) runs in its own context window with file artifacts as the communication channel between phases.

2026-03-23
documenting-decisions
ソフトウェア開発者

Record architectural decisions as ADRs from design documents. Use after brainstorming or planning to capture what was decided, why, and what alternatives were considered. Produces sequentially numbered ADR files in docs/decisions/.

2026-03-23
researching-codebase
コンピュータシステムアナリスト

Thorough codebase exploration that builds understanding through collaborative dialogue. Investigates architecture, patterns, and implementation details before planning or making changes.

2026-03-23
reviewing-code
ソフトウェア品質保証アナリスト・テスター

Code review methodology for evaluating implementation changes. Use when reviewing code changes for quality, design, correctness, and maintainability. Focuses on changes made during implementation using Conventional Comments for clear, actionable feedback.

2026-03-23
security-review
情報セキュリティアナリスト

Security review methodology for evaluating implementation changes. Use when reviewing code changes for vulnerabilities, insecure patterns, and security best practices. Focuses on changes made during implementation rather than full codebase audits.

2026-03-23
synthesizing-research
ソフトウェア開発者

Consolidate multiple parallel research documents into a single unified report. Produces a self-contained document that a reader with no prior context can understand completely.

2026-03-23
writing-plans
ソフトウェア開発者

Transform research findings into actionable implementation plans with granular steps, verification criteria, and stakes-based enforcement. Plans serve as contracts between human and AI.

2026-03-23
finishing-work
ソフトウェア開発者

Structured completion workflow for implementation work. Use when implementation is complete, all tests pass, and you need to decide how to integrate the work. Guides merge, PR creation, or cleanup decisions.

2026-03-23
git-worktrees
ソフトウェア開発者

Isolated workspace creation for parallel development work. Use when starting feature work that needs isolation from the current workspace. Creates git worktrees with proper setup and safety verification.

2026-03-23
parallel-agents
ソフトウェア開発者

Concurrent agent dispatch for independent problems. Use when facing multiple independent tasks that can be worked on simultaneously. Reduces total time by parallelizing work that has no shared state.

2026-03-23
receiving-code-review
ソフトウェア品質保証アナリスト・テスター

Verification-first approach to code review feedback. Use when receiving review comments during the implement phase. Evaluate suggestions rigorously before implementing - no performative agreement.

2026-03-23
systematic-debugging
ソフトウェア開発者

Root cause investigation methodology for bugs and failures. Use when encountering test failures, unexpected behavior, or errors during research or implement phases. Find the cause before attempting fixes.

2026-03-23
test-driven-development
ソフトウェア品質保証アナリスト・テスター

Rigorous TDD methodology enforcing RED-GREEN-REFACTOR discipline. Use when implementing features or fixing bugs during the implement phase. Tests must be written before production code - no exceptions.

2026-03-23
verification-before-completion
ソフトウェア品質保証アナリスト・テスター

Evidence-before-claims discipline for implementation completion. Use before claiming any work is complete, fixed, or passing. Run verification commands and confirm output before making success claims.

2026-03-23