design-pattern-adopter
No SKILL.md available for this skill.
View on GitHubMore from mguinada/agent-skills
create-pr
Creates GitHub pull requests with properly formatted titles, a body matching the project's PR template, and appropriate type/scope labels. Automatically creates labels if they don't exist. Use when creating PRs, submitting changes for review, or when the user says /pr or asks to create a pull request. **PROACTIVE ACTIVATION**: Auto-invoke when a branch has commits ahead of main and the user signals the work is ready. **DETECTION**: Run git log origin/main..HEAD - if commits exist and user signals readiness, offer to open a PR. User says \"open a PR\", \"ready for review\", \"this is done\", \"let's merge\", \"submit this\". **USE CASES**: Feature or fix complete, user finished a series of commits and mentions review or merging.
11debug
Systematic bug investigation using a root-cause-first methodology. Use PROACTIVELY when encountering any bug, test failure, unexpected behavior, or performance problem—before proposing any fix. **PROACTIVE ACTIVATION**: Invoke immediately when the user shares an error message, stack trace, failing test, or says something is 'broken', 'not working', or 'acting weird'. **USE CASES**: Reproducing errors, tracing failures in multi-component systems, debugging flaky tests, diagnosing performance regressions, investigating unexpected output.
1