一键导入
t1k-watzup
Summarize session progress: git history, task status, skill sync gaps, test coverage. Use at end of session, before standup, or 'what did we do today'.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Summarize session progress: git history, task status, skill sync gaps, test coverage. Use at end of session, before standup, or 'what did we do today'.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Asset Hunter Pro — unused asset detection, dependency graph, duplicate finder, project cleanup automation for Unity
Practical tools and validation methods for game balance — DPS calculators, EHP formulas, spreadsheet layouts, stat audits, difficulty spike detection
GDD structure, templates, and living documentation patterns for game projects — wiki pages, design docs, section layout, sync triggers
Game feel and juice — screen shake, hit stop, particles, animation curves, input responsiveness, feedback timing. Makes actions feel satisfying.
Mobile game design patterns — session design, retention mechanics, notification strategy, portrait/landscape, battery/thermal constraints, FTUE
Create or update TheOneKit agent .md files with canonical structure. Use when adding a new agent, updating maxTurns/model, or fixing frontmatter fields.
| name | t1k:watzup |
| description | Summarize session progress: git history, task status, skill sync gaps, test coverage. Use at end of session, before standup, or 'what did we do today'. |
| version | 1.0.0 |
| argument-hint | |
| effort | low |
| origin | theonekit-core |
| repository | The1Studio/theonekit-core |
| module | null |
| protected | true |
Session wrap-up: git history + state checks + task review. No delegation needed — built-in.
Recent commits:
!git log --oneline -10 2>/dev/null || echo "NOT A GIT REPO"
Module summary:
!cat .t1k-module-summary.txt 2>/dev/null || echo "NO MODULE SUMMARY"
Run all steps in order:
git log --oneline -10 — list recent commits with typesTaskList — list in-progress and pending tasks; flag blockers/t1k:doctor module checks pass? (if installedModules present)features.telemetry enabled) — see Telemetry Section belowWhen telemetry data is available, compare error patterns across sessions:
.claude/telemetry/errors-*.jsonl — sort files by name (date order), take last 5[REGRESSION] {error_type} — not seen in last 5 sessions[SPIKE] {error_type} — {N}x increase vs last session### State section of summary outputIf features.telemetry is enabled in any t1k-config-*.json:
.claude/telemetry/*.jsonl files (skip archived/)### Telemetry sectiont1k-config-*.json → repos.primarygh issue create --repo {repo} --title "[telemetry] Session report {date}" --label "telemetry" --body "{aggregated report}".claude/telemetry/archived/## Session Summary — {date}
### Commits
- {hash} {type}: {description}
### State
- [CLEAN | N errors listed]
### Installed Modules (if installedModules present in metadata.json)
- Module: {module-name} v{version} (kit: {kit-name}, preset: {preset if any})
- Modules: {comma-separated installed module names with versions}
- Available: {comma-separated not-installed module names}
### Tasks
- In-progress: {list or "none"}
- Pending: {list or "none"}
- Blockers: {list or "none"}
### Completion Gates
- Skill sync: [PASS/NEEDS UPDATE — which skills]
- Clean state: [PASS/FAIL]
- Test coverage: [PASS/NEEDS TESTS]
### Telemetry (if enabled)
- Errors: {count} patterns ({top error types})
- Skill usage: {count} activations ({top skills})
- Feature gaps: {count} unmatched queries
- Submission: [PENDING/SUBMITTED/DECLINED]
### Recommended Next Actions
1. {action}