Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

rpiv-pi

rpiv-pi 收录了来自 juicesharp 的 17 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
17
Stars
8
更新
2026-04-17
Forks
1
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

explore
软件开发工程师

Analyze solution options for features or changes. Compares approaches with pros/cons and provides recommendations. Produces documents in thoughts/shared/solutions/. Use when multiple valid approaches exist.

2026-04-17
design
软件开发工程师

Design features through iterative vertical-slice decomposition and progressive code generation with developer micro-checkpoints. For complex multi-component features touching 6+ files across multiple layers. Produces design artifacts in thoughts/shared/designs/. Always requires a research artifact from discover → research, or a solutions artifact from explore.

2026-04-14
discover
软件开发工程师

Generate trace-quality research questions from codebase discovery. Spawns discovery agents and reads key files for depth, then synthesizes into dense question paragraphs for the research skill. Produces question artifacts in thoughts/shared/questions/. First stage of the research pipeline.

2026-04-14
implement
软件开发工程师

Execute approved implementation plans phase by phase. Implements changes with verification against success criteria. Use when a plan is ready for implementation.

2026-04-14
plan
项目管理专家

Create phased implementation plans from design artifacts. Decomposes designs into parallelized atomic phases with success criteria in thoughts/shared/plans/. Use after design.

2026-04-14
research
软件开发工程师

Answer structured research questions via targeted parallel analysis agents. Consumes question artifacts from discover. Produces research documents in thoughts/shared/research/. Second stage of the research pipeline — always requires a questions artifact.

2026-04-14
revise
软件开发工程师

Update existing implementation plans based on feedback. Makes surgical edits while preserving structure and quality. Use when plans need adjustments after review or during implementation.

2026-04-14
validate
软件质量保证分析师与测试员

Verify that an implementation plan was correctly executed. Runs success criteria checks and generates validation reports. Use after implementation is complete.

2026-04-14
code-review
软件质量保证分析师与测试员

Conduct comprehensive code reviews by analyzing changes in parallel. Produces review documents in thoughts/shared/reviews/. Use when changes are ready for review.

2026-04-14
create-handoff
秘书和行政助理(法律、医疗和高管除外)

Create context-preserving handoff documents for session transitions. Compacts essential context into concise documents. Use when context is getting large or before starting a fresh session.

2026-04-14
outline-test-cases
软件质量保证分析师与测试员

Discover testable features via Frontend-First Discovery and create a folder outline under .rpiv/test-cases/ with per-feature metadata. Incremental runs use existing outlines as context for smarter discovery and diff-based checkpoints. Use before write-test-cases to map project scope.

2026-04-14
write-test-cases
软件质量保证分析师与测试员

Generate manual test case specifications for a single feature by analyzing code in parallel. Consumes outline-test-cases _meta.md when available for warm-start. Produces flow-based test cases with regression suite and project-wide coverage map. Outputs to .rpiv/test-cases/{feature}/ in the target project.

2026-04-14
annotate-guidance
软件开发工程师

Generate architecture.md guidance files in .rpiv/guidance/ by analyzing architecture and patterns in parallel. Auto-detects architecture, proposes locations, and batch-writes compact documentation. Use for onboarding or improving AI assistant context.

2026-04-11
annotate-inline
软件开发工程师

Generate CLAUDE.md files across a project by analyzing architecture and patterns in parallel. Auto-detects architecture, proposes locations, and batch-writes compact documentation. Use for onboarding or improving AI assistant context.

2026-04-11
migrate-to-guidance
软件开发工程师

Migrate existing CLAUDE.md files to .rpiv/guidance/ system. Finds all CLAUDE.md files, transforms references, and creates architecture.md files in the guidance shadow tree.

2026-04-11
resume-handoff
软件开发工程师

Resume work from a handoff document. Reads handoff, verifies current state, and continues implementation. Use at the start of a new session to pick up where you left off.

2026-04-11
commit
软件开发工程师

Create structured git commits. Groups related changes logically with clear, descriptive messages. Use when code changes are ready to commit.

2026-04-10