用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/AttuneLearning/ai_team_config --skill refine命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| 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: