issue-slice-autopilot
Issue Slice Autopilot
Drive a complex issue to completion across multiple PRs with minimal or no user intervention.
This skill is for long-running tasks where one giant PR is too risky. It repeatedly:
- selects the largest sane slice with no overlap with in-flight work,
- implements and validates the slice,
- runs
$commit-and-push, - runs
$enter-merge-queueuntil merged, - refreshes state and repeats.
Core Rules
- Keep exactly one active PR at a time.
- Always avoid overlap with open PRs touching the same area.
- Prefer the largest independent slice that has clear done criteria.
- Do not leave a slice half-shipped; either finish it or skip it for now.
- After each merged PR, re-evaluate the issue from current
main.
More from a2f0/tearleads
commit-and-push
Commit staged changes and push to the remote using conventional commits with GPG signing. Use when you need to commit and push work, create a PR if missing, and wait for Gemini review before addressing feedback.
33rebase
Rebase the current branch onto the latest main branch, resolving conflicts by preferring upstream changes.
2preen
Stateful preening across all preen skills. Lands focused improvements, opens a PR, and enters merge queue.
1serena-bootstrap
Serena Bootstrap
1preen-knip
Proactively reduce knip findings by removing unused dependencies, exports, and files in coherent, low-risk slices. Use when maintaining code quality or during slack time.
1infra-bootstrap
Run staged Terraform and Ansible bootstrap flows for staging/prod clusters and VPN with retries and clear failure output.
1