在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用refine
星标0
分支0
更新时间2026年2月23日 01:41
Review and refine patterns, promote to ADRs
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Review and refine patterns, promote to ADRs
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Manage architecture decisions, gaps, and suggestions
Manage inter-team communication, issues, and coordination
Load relevant ADRs, patterns, and memory before implementation
Manage the extended memory vault
Capture learnings after implementation phase
| name | refine |
| description | Review and refine patterns, promote to ADRs |
| argument-hint | [patterns|promote|{pattern-name}] |
Periodic review and refinement of patterns and ADRs.
/refine # Full refinement cycle
/refine patterns # Review patterns only
/refine promote # Review promotion candidates
/refine {pattern-name} # Refine specific pattern
/refine)Pattern Health Check
memory/patterns/ by usage_count (desc)Promotion Review
Gap Analysis
Output
## Refinement Report
### Promotion Candidates
| Pattern | Uses | Recommendation |
|---------|------|----------------|
| {name} | {n} | Promote / Keep / Review |
### Stale Patterns
- {name}: Last used {date}, consider archiving
### Coverage Gaps
- {work-type}: Only {n} patterns, consider adding {suggestions}
### Actions Available
1. Promote {pattern} to ADR
2. Archive {pattern}
3. Create pattern for {gap}
/refine promote {pattern})Extract ADR Content
Create ADR Draft
dev_communication/shared/architecture/templates/adr-template.mddev_communication/shared/architecture/decisions/Update Pattern
promoted_to: ADR-XXX-NNN/refine archive {pattern})memory/patterns/ to memory/patterns/archived/Recommended triggers: