claude-pipeline
Automated issue-to-PR development pipeline with quality gates
All Skills in This Repository (21)
Pure Emerald Level Indicatorshandle-issues
Orchestrate batch GitHub issue processing with gh CLI and batch-orchestrator.sh.
using-git-worktrees
Create isolated Git worktrees under .worktrees/ for parallel feature development.
investigating-codebase-for-user-stories
Extract user stories with acceptance criteria from codebase analysis.
bulletproof-frontend
Evaluates and improves CSS, HTML, and Blade templates using semantic design patterns.
test-driven-development
Enforce a fail-first red-green-refactor workflow with automated test verification.
review-ui
Automate UI/CSS quality reviews for Blade templates and component libraries.
systematic-debugging
Guide systematic debugging through four phases from root cause to implementation.
ui-design-fundamentals
Analyze UI screens for color, spacing, typography, and layout weaknesses.
dispatching-parallel-agents
Dispatch parallel agents to handle independent failures concurrently.
executing-plans
...
process-pr
Processes GitHub PRs by evaluating comment-based review status and executing CLI actions.
write-docblocks
Generate PHPDoc blocks for multiple PHP files in batches.
Frequently Asked Questions
FAQPage SchemaHow to install claude-pipeline?โผ
Run `npx skills add aaddrick/claude-pipeline --all -g -y` in your terminal to install all skills in this collection globally.
How to automate GitHub issue implementation?โผ
Use the handle-issues or implement-issue skills to fetch issues, plan the work, write code, run tests, and open pull requests automatically.
Does claude-pipeline work with non-Laravel projects?โผ
Yes. The adapting-claude-pipeline skill audits your tech stack and customizes or replaces the Laravel and PHP-specific parts for any project.
How does the pipeline enforce code quality?โผ
Every change passes through spec compliance review, code quality review, test validation, and automated simplification before a PR is created.
Can I use claude-pipeline without coding experience?โผ
Basic familiarity helps, but the agent handles implementation details from plain-English issue descriptions once the pipeline is set up.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core