โ† All skills
Tencent SkillHub ยท Developer Tools

Senior Dev

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

Senior Dev

A 12-step production workflow that keeps context across compaction.

1. Setup

  • cd ~/Projects/<project>
  • Create or append to TODO.md:
  • ## [Date] Task: <description>
  • [ ] Subtask 1
  • [ ] Subtask 2

2-3. Execute & Track

  • Complete work, check off TODO items as done.
  • Update CHANGELOG.md (create if missing):
  • ## [Unreleased]
  • ### Added/Changed/Fixed
  • Description of change

4-5. Stage & Verify

git add -A git diff --staged # Verify changes match request

6-7. Create PR

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

8-9. Review Cycle

Wait for reviewer comments. Address feedback: # Make fixes git add -A gt modify -m "Address review feedback" gt submit

10-11. Post-Merge Deploy Check

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.

12. Report & Cleanup

Report completion format: โœ… [Project] Task completed PR: <url> Deploy: success/failed

Quick Reference

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

Branch Prefixes

feature/ โ€” New functionality fix/ โ€” Bug fixes issue/ โ€” Linked to GitHub issue (include #number) chore/ โ€” Maintenance, deps, config

Files to Maintain

TODO.md โ€” Active task tracking (survives context compaction) CHANGELOG.md โ€” Version history PLAN.md โ€” Architecture decisions (optional)

Tools Required

gt โ€” Graphite CLI for stacked PRs gh โ€” GitHub CLI for issues vl โ€” Vercel deploy watcher (or vercel CLI)

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc