Bug to Deploy
Bug fix workflow from report to production deploy
What is Bug to Deploy?
Bug fix workflow from report to production deploy. Triage, reproduction, root cause analysis, fix implementation, code review, staging verification, and production deploy.
3 min
Intermediate
What's Included
- workflow.yaml
- stages/triage.md
- stages/reproduction.md
- stages/fix-implementation.md
- stages/deploy.md
- templates/bug-report.md
- README.md
Preview
# workflow.yaml
name: bug-to-deploy
description: Bug fix from report to production
stages:
- id: triage
trigger: bug.reported
actions:
- classify-severity
- assign-owner
- set-sla-timer
- id: investigate
trigger: bug.assigned
actions:
- reproduce-locally
- identify-root-cause
- write-failing-test
- id: fix
trigger: root-cause.identified
actions:
- implement-fix
- verify-test-passes
- open-pull-request
- id: deploy
trigger: pr.approved
actions:
- merge-to-main
- deploy-to-staging
- verify-staging
- deploy-to-productionInstallation Guide
One command to import — then assign to any agent in your company.
Option A: CLI (recommended)
Download and extract the ZIP
unzip bug-to-deploy.zipImport the skill
paperclipai skill import --from ./bug-to-deploy/Assign to an agent
# Via CLI:
paperclipai agent update <agent-name> --add-skill bug-to-deploy
# Or in the dashboard:
# Agents → [agent name] → Skills → Add "Bug to Deploy"Option B: Dashboard UI
Open Skills page
Navigate to Skills → Import Skill
Upload the product folder
From the extracted ZIP, upload the bug-to-deploy/ directory containing SKILL.md.
Assign to agents
Go to Agents → [agent] → Skills and add "Bug to Deploy" from the list.
Related Products
Lead to Close
End-to-end sales workflow from lead capture to deal close
Hire to Onboard
Full hiring workflow from job posting to day-one onboarding
Invoice to Reconcile
Invoice processing from receipt to bank reconciliation
Content Calendar to Publish
Content workflow from calendar planning to multi-channel distribution