一键导入
session-end
End-of-session audit — verify all repos clean, board current, nothing forgotten
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
End-of-session audit — verify all repos clean, board current, nothing forgotten
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | session-end |
| description | End-of-session audit — verify all repos clean, board current, nothing forgotten |
| user-invocable | true |
| disable-model-invocation | true |
| allowed-tools | Bash, Read, Glob |
Run an end-of-session audit before the human closes the terminal. This is a read-only check.
Check all repos for uncommitted/unpushed changes:
bash ecosystem.sh status
This checks all 14 repos for uncommitted changes and unpushed commits in one command.
If the script is unavailable, fall back to manual iteration over repos in C:\Users\pon00\Projects\.
Check the board for stale items:
"/c/Program Files/GitHub CLI/gh.exe" project item-list 1 --owner pon00050 --format json
Check CHANGELOG.md — was it updated if work was done today? Read the last entry date. If work was committed today but CHANGELOG wasn't updated, flag it.
Display results as a checklist:
Session End Audit
=================
Repos:
[OK] forensic-accounting-toolkit — clean, pushed
[!!] kr-derivatives — 2 uncommitted changes
[OK] kr-beneish — clean, pushed
...
Board:
[OK] No stale In Progress items
[!!] "kr-derivatives Run 2" still Todo — was this worked on?
Documentation:
[OK] CHANGELOG.md updated today
[!!] ECOSYSTEM.md last updated 2026-03-14 — check if current
Action needed: 2 items need attention before closing.
If everything is clean, end with: "All clear. Safe to close." If issues exist, list them clearly so the human can decide what to address.
Uncaptured content review.
Check content/captures/ for files created today. Compare against the session's
work (commits made today across all repos, board items moved to Done).
If significant work was done but no captures exist for it:
Content:
[!!] Session involved notable work with no content capture:
- {repo}: {description of work} ({content-worthy pattern})
Consider: /capture {title}
If captures already cover the session's work, or the session was routine:
Content:
[OK] N captures created this session
Keep this section brief — 2-3 lines max. It's informational, not blocking.
Scan all ecosystem repos for convention deviations. Reports findings; does not fix anything. Use proactively after cross-repo changes.
Validates pipeline parquet outputs for schema compliance, null rates, row count baselines, and freshness. Use after pipeline runs or when triage shows data quality concerns. Fast and read-only (uses haiku).
Run tests across all ecosystem repos and report pass/fail summary. Use when the user wants to verify the ecosystem is healthy or after cross-repo changes.
Runs the krff-shell ETL pipeline with pre/post validation. Use when data needs refreshing, after dependency updates, or when triage shows stale parquets. Reads CLAUDE.md before running.
Research across sibling repos to gather context for cross-project tasks. Use when working in one repo and needing to understand how another repo works, what it exports, or how data flows between them.
Show all open work (board + backlog) with dependency-aware execution order