vibe-sdlc-dev

Automate GitHub issues into code changes, tests, and pull requests.

6|3|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/robin-li/vibe-money-book --skill vibe-sdlc-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vibe-sdlc-dev
Source: https://github.com/robin-li/vibe-money-book/tree/main/.claude/skills/vibe-sdlc-dev
Command: npx skills add https://github.com/robin-li/vibe-money-book --skill vibe-sdlc-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the repetitive and error-prone parts of turning a tracked issue into a validated code change and pull request, eliminating manual branch management, local test orchestration, and PR creation while enforcing project branch and review policies.

Core Features & Use Cases

  • Issue claiming and tracking: read Issue content, update project status to In Progress, and publish a standardized claim comment for cross-session visibility.
  • Branching and worktree management: create feature or chore branches from origin main, protect the dev/main-agent snapshot branch, and follow strict branch naming and lifecycle rules.
  • Implementation and Vibe Check: implement changes guided by SRD/API specs, run local unit tests, handle flaky or unrelated failures, and only proceed to push when Vibe Check passes.
  • PR automation and reporting: push branches, create PRs with required body and reviewer, include Closes #N when applicable, and publish a Vibe Check report with PR link.
  • Collaboration and safety: manage Sub Agent isolation, coordinate via Issue and PR comments, propose worktree/branch cleanup lists for developer confirmation, and optionally send Telegram notifications for key events.
  • Use Cases: end-to-end feature delivery for a claimed Issue, quick chore fixes during integration testing, and automated fixes discovered during code review workflows.

Quick Start

Ask the AI to claim issue #123 from the Projects board, implement the task end-to-end, run Vibe Check, and open a PR with the test results and link.

Frequently Asked Questions about vibe-sdlc-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub issue execution into pull requests?

To automate GitHub issue execution into pull requests, this Skill claims a Todo issue, creates a feature or chore branch from origin main, implements changes based on specs, runs local tests, and opens a PR with a Vibe Check report.

What is a Vibe Check in automated pull request workflows?

A Vibe Check in automated pull request workflows is a validation gate that runs local unit tests and handles flaky or unrelated failures before allowing the AI agent to push changes and create a PR.

Can I use an AI agent to create feature branches and manage worktrees for GitHub issues?

Yes, you can use an AI agent to create feature branches and manage worktrees for GitHub issues. The agent enforces strict branch naming rules, creates branches from origin main, protects snapshot branches, and proposes worktree cleanup lists for developer confirmation.

How do I handle branch conflicts when automating GitHub pull requests?

When handling branch conflicts during automated GitHub pull requests, the Skill follows strict worktree and conflict policies, isolates Sub Agents, and protects the dev/main-agent snapshot branch. It coordinates via Issue and PR comments to manage branch lifecycles safely.

Does automated issue execution support Telegram notifications for PR creation?

Yes, automated issue execution supports optional Telegram notifications for PR creation and other key workflow events. This keeps developers informed when the AI agent claims issues, passes Vibe Check, or opens pull requests.