From fakoli-claw
Ship phase — re-run fresh tests, then present exactly four options (merge locally, push+PR, keep as-is, discard) and execute only the explicit choice. Never auto-merge, auto-push, or discard without the typed word discard.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fakoli-claw:flow-finishThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Ship work only after fresh verification. Present options, wait for an explicit choice, execute it.
Ship work only after fresh verification. Present options, wait for an explicit choice, execute it.
Never auto-merge or auto-push. Present the 4 options and wait. Per the OpenClaw safety model, pushing, PR creation, and branch deletion are side-effectful — the user must choose explicitly, and irreversible deletion requires the exact typed word `discard`.npx tsc --noEmit && bun test; Py ruff check . && mypy . && pytest; Rust
cargo check && cargo test. If tests fail → STOP, show full output, return control.git branch --show-current; prefer main, else master, else ask.Tests pass. What would you like to do with this branch?
1. Merge back to <base> locally
2. Push and create a Pull Request
3. Keep the branch as-is
4. Discard this work
git branch -d; on fail keep branch + report.git push -u origin <branch> then gh pr create with summary from the plan Goal +
test results. Report the PR URL. (Push/PR require this explicit option — see safety model.)git log <base>..HEAD --oneline, require the user to type exactly
discard (reject "yes"/"ok"); then checkout base + git branch -D. Irreversible.git worktree remove if one exists; for PR/Keep, leave it.Merge without fresh tests · push without option 2 · delete without the typed discard ·
force-push unless explicitly requested · proceed with failing tests.
npx claudepluginhub fakoli/fakoli-claw --plugin fakoli-clawProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.