What problem does it solve?
This Skill helps capture session discoveries, persist concise project rules, and produce a clean, conventional commit so knowledge is retained and repository state is recorded reliably.
Core Features & Use Cases
- Session reflection: Guides the agent to review recent actions, surface gotchas, and identify misleading documentation or recurring pitfalls.
- Rule management: Reads existing .claude/rules/, decides whether to append to an existing rule or create a new concise rule file with optional globs, and follows guidelines to avoid rule sprawl.
- Safe committing: Stages changes, runs configured pre-commit hooks via wt step commit, and creates a conventional commit message while allowing selective staging when unrelated edits must be excluded.
- Use case: After a refactor, summarize noteworthy findings, persist relevant rules, and commit the changes so future sessions inherit project knowledge.
Quick Start
Reflect on recent edits, optionally persist notable findings to .claude/rules/, and run wt step commit --yes to stage, lint, and commit the changes.