Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By penkzhou
Multi-stack workflow plugin with unified 3-layer architecture. Features 6-phase Bugfix, 8-phase PR Review, 7-phase CI Job Fix, and 6-phase Execute Plan workflows. 47 agents including 4 master-coordinators and shared review-coordinator for fully closed-loop execution.
npx claudepluginhub penkzhou/swiss-army-knife-plugin --plugin swiss-army-knife执行实施计划(六阶段流程)
执行标准化 Backend Bugfix 工作流(六阶段流程)
执行标准化 E2E Bugfix 工作流(六阶段流程)
修复失败的 GitHub Action job(7 阶段流程,Phase 0-6)
执行标准化 Frontend Bugfix 工作流(六阶段流程)
Analyzes backend test failures (Python/pytest, Node.js/Jest). Parses, classifies, and matches historical fixes.
Initializes backend bugfix workflow. Loads config, captures test output, collects project context.
Verifies quality gates after fix implementation. Checks coverage, lint, typecheck, regressions.
Performs root cause analysis for backend test failures with confidence scoring.
Generates structured bugfix documentation from root cause analysis and solution design. Used in Phase 3 of bugfix workflows.
This skill should be used when the user asks to "debug backend tests", "fix pytest failures", "analyze Python errors", "fix FastAPI bugs", or mentions keywords like "pytest", "IntegrityError", "ValidationError", "SQLAlchemy", "FastAPI". It provides the complete bugfix workflow knowledge including error classification, confidence scoring, and TDD best practices for Python/FastAPI backends.
通用 Bugfix 工作流知识库,包含 TDD 流程、输出格式规范、置信度评分标准和通用最佳实践。适用于所有技术栈(backend/frontend/e2e)。
CI Job 失败分析知识库,包含失败类型分类、置信度评估、技术栈识别和常见错误模式
master-coordinator 和 review-coordinator 共享的通用模式,包括 Phase 验证、错误处理、TodoWrite 管理和状态说明。所有 coordinator agents 应引用此 skill 以保持一致性。
This skill should be used when the user asks to "debug E2E tests", "fix Playwright failures", "fix Cypress tests", "analyze timeout errors", or mentions keywords like "Playwright", "Cypress", "Timeout exceeded", "locator", "selector", "flaky test". It provides the complete bugfix workflow knowledge including error classification, confidence scoring, and E2E-specific debugging techniques.
Executes bash commands
Hook triggers when Bash tool is used
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Multi-agent orchestration framework for Claude Code, Gemini CLI, and Codex CLI — 19 agents, 13 skills, 15 commands, quality gates, TDD enforcement
Persona-driven AI development team: orchestrator, team agents, review agents, skills, slash commands, and advisory hooks for Claude Code
Software engineering workflows with skills for planning, implementation, quality review, and structured thinking, plus a suite of specialist agents
Task-focused agents for test, review, debug, docs, CI, security, refactoring, research, performance, and search-replace — with teammate and subagent role guidance
Unified spec-to-execution workflow system. Combines spec rigor, autonomous execution, and native task orchestration with parallel agent dispatch. Swarms-ready architecture.
agent-flow — Claude Code plugin for automated bug-fix, feature, and scaffold workflows. Issue tracker to merged PR via a pipeline of specialized AI agents.
This repository is a Claude Code plugin marketplace containing specialized plugins for development workflows.
| Plugin | Description |
|---|---|
| swiss-army-knife | Standardized frontend bugfix workflow with 6-phase process |
# Add this marketplace
/plugin marketplace add https://github.com/penkzhou/swiss-army-knife-plugin
# Install plugin
/plugin install swiss-army-knife@swiss-army-knife-plugin
swiss-army-knife-plugin/ # Marketplace root
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
└── swiss-army-knife/ # Plugin directory
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── agents/ # Specialized agents
├── commands/ # Slash commands
├── hooks/ # Event handlers
└── skills/ # Agent skills
MIT