aaddrickaaddrickCommunityยท21 Agent Skills Included

claude-pipeline

Automated issue-to-PR development pipeline with quality gates

Automates the full development cycle from GitHub issue to merged pull request, including planning, implementation, testing, and code review. Eliminates manual branch management, repetitive code reviews, and inconsistent testing through orchestration scripts and quality gates. Adapts to any tech stack with a guided setup skill and improves itself over time through a built-in feedback loop.
npx skills add aaddrick/claude-pipeline --all -g -y
Available:

Tells the agent to automatically load the bulletproof-frontend skill before writing or modifying any CSS, HTML, or Blade template code, and lists known frontend pitfalls to avoid.

All Skills in This Repository (21)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
aaddrickaaddrick

handle-issues

Orchestrate batch GitHub issue processing with gh CLI and batch-orchestrator.sh.

Community
Advanced
๐Ÿ“ฆ In Repo
aaddrickaaddrick

using-git-worktrees

Create isolated Git worktrees under .worktrees/ for parallel feature development.

Community
Intermediate
๐Ÿ“ฆ In Repo
aaddrickaaddrick

investigating-codebase-for-user-stories

Extract user stories with acceptance criteria from codebase analysis.

Community
Advanced
๐Ÿ“ฆ In Repo
aaddrickaaddrick

bulletproof-frontend

Evaluates and improves CSS, HTML, and Blade templates using semantic design patterns.

Community
Intermediate
๐Ÿ“ฆ In Repo
aaddrickaaddrick

test-driven-development

Enforce a fail-first red-green-refactor workflow with automated test verification.

Community
Basic
๐Ÿ“ฆ In Repo
aaddrickaaddrick

review-ui

Automate UI/CSS quality reviews for Blade templates and component libraries.

Community
Advanced
๐Ÿ“ฆ In Repo
aaddrickaaddrick

systematic-debugging

Guide systematic debugging through four phases from root cause to implementation.

Community
Intermediate
๐Ÿ“ฆ In Repo
aaddrickaaddrick

ui-design-fundamentals

Analyze UI screens for color, spacing, typography, and layout weaknesses.

Community
Basic
๐Ÿ“ฆ In Repo
aaddrickaaddrick

dispatching-parallel-agents

Dispatch parallel agents to handle independent failures concurrently.

Community
Basic
๐Ÿ“ฆ In Repo
aaddrickaaddrick

executing-plans

...

Community
Basic
๐Ÿ“ฆ In Repo
aaddrickaaddrick

process-pr

Processes GitHub PRs by evaluating comment-based review status and executing CLI actions.

Community
Advanced
๐Ÿ“ฆ In Repo
aaddrickaaddrick

write-docblocks

Generate PHPDoc blocks for multiple PHP files in batches.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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โ†’