Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Production development workflow with TODO tracking, Graphite PRs, GitHub issues, Vercel deploy checks, and SMS notifications. Use when starting a new task, fixing bugs, implementing features, or any development work that needs tracked progress and code review.
Production development workflow with TODO tracking, Graphite PRs, GitHub issues, Vercel deploy checks, and SMS notifications. Use when starting a new task, fixing bugs, implementing features, or any development work that needs tracked progress and code review.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
A 12-step production workflow that keeps context across compaction.
git add -A git diff --staged # Verify changes match request
Branch naming: (issue|feature|fix)/<short-description> gt create "feature/add-dark-mode" -m "Add dark mode toggle" gt submit If this fixes an issue, create the issue first: gh issue create --title "Bug: description" --body "Details..." # Note the issue number gt create "issue/42-fix-login-bug" -m "Fix login bug (#42)" gt submit
Wait for reviewer comments. Address feedback: # Make fixes git add -A gt modify -m "Address review feedback" gt submit
After PR merges: git checkout main && git pull For Vercel projects: # Watch deployment (polls until Ready/Error, auto-fetches logs on failure) vl If build fails โ gh issue create with error logs, restart from step 6.
Report completion format: โ [Project] Task completed PR: <url> Deploy: success/failed
StepCommandPurposeStagegit add -AStage all changesVerifygit diff --stagedReview before commitBranchgt create "type/name" -m "msg"Create branch + commitPRgt submitPush + create/update PRIssuegh issue createTrack bugs/tasksDeployvlWatch build, auto-fetch logs on error
feature/ โ New functionality fix/ โ Bug fixes issue/ โ Linked to GitHub issue (include #number) chore/ โ Maintenance, deps, config
TODO.md โ Active task tracking (survives context compaction) CHANGELOG.md โ Version history PLAN.md โ Architecture decisions (optional)
gt โ Graphite CLI for stacked PRs gh โ GitHub CLI for issues vl โ Vercel deploy watcher (or vercel CLI)
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.