From dev-loop
This skill should be used when the user asks to "develop this feature", "idea to PR", "dev loop", "implement and review", "build this end to end", "take this from idea to PR", "implement, review, and fix", "full development cycle", "build and review this", "create a PR for this feature", "implement this and open a PR", or when the user describes a feature and wants the full development lifecycle handled automatically including implementation, code review, and iteration.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-loop:dev-loopThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
End-to-end development loop that takes an idea from concept to a reviewed pull request.
End-to-end development loop that takes an idea from concept to a reviewed pull request.
The /dev-loop command orchestrates the full development lifecycle:
/dev-loop Add a utility function that validates email addresses
/dev-loop Refactor the auth middleware to support JWT tokens
/dev-loop Add pagination to the /api/users endpoint
The command works in both interactive mode (Claude Code CLI, where it asks for plan approval) and autonomous mode (SDK agents, where it proceeds with best judgment).
npx claudepluginhub eumemic/claude-plugins --plugin dev-loopOrchestrates full dev cycle in isolated git worktree: task understanding, TDD implementation, quality review, draft PR, CI/CD monitoring to merge-ready PR. Explicit invoke via /developer-workflow:implement-task.
Feature development workflow: design, implement, test, review, and precommit. Automates testing, code review, and documentation sync. Use for implementing features and writing code.
Creates a branch and draft PR before implementation or turns existing work into a PR. Supports issue-driven workflows, review loops, and optional merge. Works on Claude Code web and local environments.