This is a structured workflow for reproducing bugs from GitHub issues without needing to know the codebase upfront. It fetches the issue with gh CLI, extracts the problem details, and walks you through a hypothesis-driven investigation. The framework-agnostic approach means it works whether you're debugging a React app, a Python service, or anything else. It's useful when you inherit a bug report and need to methodically narrow down what's actually broken before you start proposing fixes. The skill has passed Gen Agent Trust Hub and Socket audits but has a Snyk warning, so check dependencies if that matters for your setup.
npx skills add https://github.com/everyinc/compound-engineering-plugin --skill reproduce-bug