一键导入
wrap-up
End-of-session automation. Creates a journey and evolves skills based on session learnings.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
End-of-session automation. Creates a journey and evolves skills based on session learnings.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | wrap-up |
| updated | "2026-03-03T00:00:00.000Z" |
| description | End-of-session automation. Creates a journey and evolves skills based on session learnings. |
| argument-hint | ["title"] |
| user-invocable | true |
| allowed-tools | Read, Edit, Write, Glob, Grep, Bash |
Captures what was learned and feeds it back into the skill system.
/wrap-up {session title}
$0 - Session title describing the main work done (e.g., "DRep Dashboard Charts")Run git commands to capture ALL session changes:
git status
git diff HEAD
git ls-files --others --exclude-standard
Build a list of modified/created/deleted files and the nature of changes.
Do not proceed until git output is reviewed.
Create .claude/journeys/{date}-{slug}.md with:
Read skills from .claude/skills/*/SKILL.md and compare against journey learnings.
For each skill, check:
Update affected skills and bump their updated date.
Check if any learnings apply across multiple skills.
.claude/skills/_patterns.md_patterns.mdAdd a "Skills Evolved" section to the journey:
## Skills Evolved
| Skill | Changes |
|-------|---------|
| add-chart | Added overflow clipping pattern |
| _patterns | Updated theming rules |
| Session Content | Action |
|---|---|
| New component pattern | Add to relevant skill |
| Bug fix with root cause | Add to gotchas/checklist |
| Theme styling learned | _patterns.md Theming |
| New data convention | _patterns.md Data Conventions |
| Recharts gotcha | _patterns.md Recharts |
| i18n pattern | _patterns.md i18n |
Scaffold a new dashboard chart component with registry, types, and proper theme integration.
Create a new customizable dashboard with its own chart registry, provider, and page. Use when adding dashboards like DRep or SPO dashboard.
Context window conservation rules. Invoke when approaching context limits or before large tasks.
Deep reflection on the skill learning system itself. Analyzes what's working, what's stale, and proposes structural improvements. The meta-skill.
Run the build and intelligently fix TypeScript errors with guardrails. Stops if fixes introduce more errors or the same error persists after 3 attempts.
Security and quality review of uncommitted changes. Checks for vulnerabilities, code smells, and best practice violations. Use before committing.