By yvictor
Drive GitHub or GitLab issues from research to merge using review-driven development. Iterate through planning, worktree setup, coding, testing, PR/MR submission, multi-reviewer feedback fixes, approval, and automated merge for high-quality code delivery.
npx claudepluginhub yvictor/skills --plugin dev-workflowAgent Skills for AI agents. A collection of development workflow skills born from real-world experience building software with AI coding agents.
These skills capture hard-won patterns — the kind of things you learn after watching AI agents produce PRs that look good but aren't merge-ready. Instead of repeating the same review feedback across sessions, encode it once as a skill and let every future session benefit.
| Skill | Description |
|---|---|
| review-driven-development | Issue-to-merge workflow with iterative review cycles that produce merge-ready PRs |
AI agents are great at generating code, but PRs are rarely merge-ready on the first try. Pattern violations, inconsistent error handling, missing edge cases — these slip through because the agent doesn't review its own work against the codebase's actual conventions.
This skill builds an iterative review cycle into the development workflow. The agent reviews its own PR using multiple independent reviewers, posts findings to the PR, fixes issues, and re-reviews until the verdict is APPROVE. By the time you see the PR, it's already been through N rounds of automated review.
Issue → Research → Plan → Implement → PR → Review ⟲ Fix → APPROVE → Merge
↑________________↩ (repeat until clean)
6 phases: Issue Research → Plan + Worktree → Implementation → Commit + PR → Review Cycle → Merge + Cleanup
Supports multiple reviewer strategies (agent, codex exec, claude -p), works with GitHub and GitLab, and composes with TDD, BDD, and other methodology skills.
Installs to all supported agents (Codex, Claude Code, Cursor, Cline, Gemini CLI, Amp, and 30+ more):
npx skills add yvictor/skills --all
claude plugins marketplace add yvictor/skills
claude plugins install dev-workflow@yvictor-skills
git clone https://github.com/Yvictor/skills.git
cp -r skills/skills/<skill-name> ~/.your-agent/skills/
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.