bugfix-workflow
π―Skillfrom penkzhou/swiss-army-knife-plugin
Guides developers through a structured 6-phase process for systematically identifying, analyzing, and resolving software bugs with precision and efficiency.
Installation
npx skills add https://github.com/penkzhou/swiss-army-knife-plugin --skill bugfix-workflowSkill Details
Overview
# Swiss Army Knife Plugin Marketplace
This repository is a Claude Code plugin marketplace containing specialized plugins for development workflows.
Available Plugins
| Plugin | Description |
|--------|-------------|
| [swiss-army-knife](./swiss-army-knife/) | Standardized frontend bugfix workflow with 6-phase process |
Installation
```bash
# 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
```
Structure
```text
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
```
License
MIT
More from this repository8
elements-of-style skill from penkzhou/swiss-army-knife-plugin
Automates backend code debugging and repair using a systematic, multi-step troubleshooting workflow for identifying and resolving software defects.
Guides developers through a systematic 6-phase process for systematically diagnosing, analyzing, and resolving frontend software bugs with structured workflow steps.
Analyzes continuous integration job logs and configurations to identify potential bottlenecks, performance issues, and optimization opportunities in CI/CD pipelines.
Analyzes pull request changes, providing detailed code review insights, potential issues, and improvement recommendations for developers.
Logs and tracks detailed workflow events, steps, and performance metrics during development processes to provide comprehensive audit trails and diagnostic insights.
Coordinates complex development workflows by providing predefined interaction patterns and orchestration strategies for agent collaboration.
Automates end-to-end testing bug resolution by systematically diagnosing, reproducing, and providing targeted fixes for test failures across different testing environments.