Survey a codebase as a senior advisor, find the highest-value improvement opportunities, present them for acceptance, and create GitHub issues for accepted findings. Strictly read-only on source code — never implements, fixes, or refactors anything itself.
travisennis/cake
SkillsMP has collected 7 skills from travisennis/cake. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 7
- GitHub stars
- 1
- GitHub forks
- 0
Skills in this repository
Showing 7 of 7 collected skills.
Go through Backlog, Ready, and Blocked issues in the GitHub backlog and make sure all decisions are made, dependencies are correct, and no open questions remain. The goal is to get issues into a ready state for work.
Run a focused review-readiness pass on a nearly finished change before commit. Scales the review to change size (XS/S = one pass, M = two passes, L/XL = three sequential passes covering rules conformance, correctness/source-of-truth, and overengineering).…
Triage a recent cake CLI failure. Use only for reactive, user-reported failures: - The CLI returned `None`, empty output, or a clearly truncated response - The CLI reported "Tool error:" with no further detail - A task crashed, hung, or was interrupted…
Analyze a persisted cake CLI session file (`~/.local/share/cake/sessions/{uuid}.jsonl`) to find issues and recommend project improvements, optionally also scoring how well cake performed. Use when asked to read, review, audit, evaluate, assess, analyze, or…
Diagnose sandbox denials in cake. Use when a command fails inside the cake sandbox with `Operation not permitted (os error 1)`, when `cargo`/`flock`/`fcntl` operations mysteriously fail under cake but succeed outside, or when the user mentions sandbox…
Analyze and audit the release binary size to identify what's contributing to bloat. Use when asked to check binary size, audit binary bloat, investigate why the binary is large, or monitor binary size over time.