find-bugs
Sécurité & Conformité"Find bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked to review changes, find bugs, security review, or audit code on the current branch."
Documentation
Find Bugs
Review changes on this branch for bugs, security vulnerabilities, and code quality issues.
When to Use This Skill
Use this skill when:
Phase 1: Complete Input Gathering
git diff $(gh repo view --json defaultBranchRef --jq '.defaultBranchRef.name')...HEADPhase 2: Attack Surface Mapping
For each changed file, identify and list:
Phase 3: Security Checklist (check EVERY item for EVERY file)
Phase 4: Verification
For each potential issue:
Phase 5: Pre-Conclusion Audit
Before finalizing, you MUST:
Output Format
Prioritize: security vulnerabilities > bugs > code quality
Skip: stylistic/formatting issues
For each issue:
If you find nothing significant, say so - don't invent issues.
Do not make changes - just report findings. I'll decide what to address.
Compétences similaires
Explorez d'autres agents de la catégorie Sécurité & Conformité
incident-runbook-templates
Create structured incident response runbooks with step-by-step procedures, escalation paths, and recovery actions. Use when building runbooks, responding to incidents, or establishing incident response procedures.
Windows Privilege Escalation
This skill should be used when the user asks to "escalate privileges on Windows," "find Windows privesc vectors," "enumerate Windows for privilege escalation," "exploit Windows misconfigurations," or "perform post-exploitation privilege escalation." It provides comprehensive guidance for discovering and exploiting privilege escalation vulnerabilities in Windows environments.
azure-keyvault-keys-ts
Manage cryptographic keys using Azure Key Vault Keys SDK for JavaScript (@azure/keyvault-keys). Use when creating, encrypting/decrypting, signing, or rotating keys.