Laginho
- 5 skills
- 0 followers
- 5 hours ago last updated
- ▌ Audit · laginhoWhole-repo code audit that ends in a verdict (Approved / Approved with cleanup / Not approved) and a written report in docs/audits/. Use when the user invokes /audit, optionally with a path to restrict scope.
- ▌ Foreman · laginhoRuns a sweatshop run with someone watching — launches the driver as a background task, checks in every 30 minutes, cleans up after a crash, and hands the human a summary at the end. Use when asked to "run the foreman", "supervise the sweatshop", "babysit the loop", or with /foreman.
- ▌ Standup · laginhoProject-state brief at the start of a work session: what was done recently, what is open, what to pick up next. Use when the user asks for a standup, "where were we", "what's the state of the project", or invokes /standup. Reads the repo's local issue tracker (.scratch/) and git; not a daily/calendar brief.
- ▌ Sweatshop · laginho bundleThe unattended driver for the ticket-flow loop — feeds ticket ids to claude one at a time, collects every merged ticket of a run on one session branch, and opens a single PR for the human. Use when asked to start the driver ("roda o loop", "start the unattended run", "/sweatshop"), or to explain the run log or the session PR.
- ▌ Ticket Flow · laginhoThe one-ticket-at-a-time build loop — stage 1 specifies, stage 2 implements test-first, stage 3 reviews and merges. Use when a session receives a bare ticket ID, or when asked to run a stage of the ticket flow. The unattended driver is the `sweatshop` skill.