Marketplace for sbox-bugfix-pipeline plugin
npx claudepluginhub quynhlx/sbox-bugfix-pipelineComplete bug fix workflow: Sentry or ClickUp issue investigation, code fix, ClickUp task tracking, and PR creation
A Claude Code plugin that automates the complete bug fix lifecycle:
Sentry Issue → Root Cause Analysis → Dev Confirmation → ClickUp Task → Branch → Code Fix → Commit → Dev Review → PR → Status Update
When you encounter a Sentry error, this plugin guides Claude through:
Configure these MCP servers in ~/.claude/settings.json:
{
"mcpServers": {
"sentry": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@sentry/mcp-server"],
"env": {
"SENTRY_AUTH_TOKEN": "<your-sentry-token>"
}
},
"clickup": {
"type": "stdio",
"command": "npx",
"args": ["-y", "clickup-mcp-server"],
"env": {
"CLICKUP_API_TOKEN": "<your-clickup-token>"
}
}
}
}
gh): brew install gh && gh auth login# Clone the plugin
git clone <repo-url> ~/Sources/sbox-bugfix-pipeline
# Register as a local marketplace in Claude Code settings
# Add to ~/.claude/settings.json:
{
"pluginMarketplaces": [
"file:///Users/<you>/Sources/sbox-bugfix-pipeline"
]
}
Then in Claude Code, run: /install-plugin bugfix-pipeline
Copy the skills/ and commands/ directories into your existing plugin cache or ~/.claude/skills/.
/fix-sentry 6704185624
Check Sentry issue 6704185624, fix it, create a ClickUp task, and make a PR.
The skill bugfix-pipeline:sentry-to-pr is automatically available and will be suggested when you mention Sentry issues.
| Convention | Format |
|---|---|
| Branch naming | bugfix/<CustomID>-<short-kebab-description> |
| Commit prefix | [b] [<CustomID>] <description> |
| PR title | [b] [<CustomID>] <ClickUp Task Title> |
| ClickUp task name | [Feature] [Screen] Bug description |
Add to your project's CLAUDE.md:
## Git Remotes
- `origin`: your fork
- `upstream`: main repository (PR target)
The plugin asks the developer to choose the workspace, space, and sprint/folder before creating a task — no assumptions are made.
sbox-bugfix-pipeline/
├── .claude-plugin/
│ └── marketplace.json # Plugin metadata
├── skills/
│ └── sentry-to-pr/
│ └── SKILL.md # Main workflow skill
├── commands/
│ └── fix-sentry.md # /fix-sentry slash command
└── README.md
| Skill | Description |
|---|---|
fix-from-clickup | Read bug details directly from a ClickUp task, understand the issue context, and fix the bug — skipping Sentry investigation |
fix-from-email | Parse bug reports from email, create a ClickUp task for tracking, then investigate and fix the bug |
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.