cloverink
- 12 skills
- 0 followers
- 6 hours ago last updated
- ▌ Push · cloverinkSmart commit + push + auto-create PR. Blocks push to main. Runs pre-flight gate checks before pushing.
- ▌ Ship · cloverinkFull pipeline — audit, review+fix, docs, push PR. One command to go from "done coding" to "PR ready for review." Does NOT deploy — your CI/CD handles that after merge.
- ▌ Merge Pr · cloverinkMerge current PR after CI passes. Waits for all checks, squash merges, deletes branch, switches to main.
- ▌ Audit Full · cloverinkBranch-aware audit orchestrator. On main — scans whole project, opens tracker issue. On feature branch — scopes to diff, auto-fixes, stages changes.
- ▌ Review Docs · cloverinkVerify Phase D doc updates are accurate. Binary pass/fail gate — checks stat accuracy, file path validity, code-doc sync, completeness. Runs after /update-docs.
- ▌ Review Full · cloverinkSmart review dispatcher. Auto-detects scope from diff (frontend/backend/docs/both), runs the right fix loops until all gates pass. Used as Phase R entry point in /ship.
- ▌ Update Docs · cloverinkSync documentation with code changes. Auto-detects scope from git diff, updates tier 1-4 docs (core, architecture, journey, config), verifies stats. Phase D of /ship pipeline.
- ▌ Review UX Fix · cloverinkAutomated UX review → fix → re-review loop. Target is perfection (10/10). Fixes ALL severities including Suggestions — because UX polish compounds.
- ▌ Skill Creator · cloverinkMeta-skill that teaches how to create effective Claude Code skills. Covers anatomy, progressive disclosure, validation, and packaging.
- ▌ Frontend Design · cloverinkCreate distinctive, production-grade frontend interfaces. Rejects generic AI aesthetics (purple gradients, Inter font, glassmorphism). Design direction first, then implementation.
- ▌ Review Code Fix · cloverinkAutomated code review → fix → re-review loop. Runs until score >9 or max 3 rounds. Fixes Critical/Major/Warnings only — Suggestions are deferred.
- ▌ Parallel Builder · cloverinkBuild multiple files/pages in parallel using subagents. Handles task division, shared file coordination, and build verification. Conflict-free by design.