Find Bugs in Branch Changes
Summary
Audit the changes on your current branch for bugs, security vulnerabilities, and quality problems before you push.
Features
- Audits the current branch's diff for real defects
- Covers security vulnerabilities and code quality
- Scoped to changes rather than the whole codebase
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
A focused pre-push audit. Rather than reviewing an entire codebase, this skill examines what has changed on the current branch and looks for defects introduced by those changes.
It covers logic errors, unhandled edge cases, security vulnerabilities such as injection and improper input handling, resource leaks, and quality problems that will become maintenance debt. Because it is scoped to the diff, it is fast enough to run every time rather than occasionally.
The best use is immediately before opening a pull request — catching the obvious problems while you still have full context, instead of in review two days later. Published by Sentry.
Related Skills
Deno Guidance
by Deno
Deno's official foundational skill — project setup, package choices, configuration, and CLI commands done the current way.
Gradio App Builder
by Hugging Face
Build Gradio web UIs and ML demos in Python with the current API — components, layouts, events, and chat interfaces.
Cloudflare Platform
by Cloudflare
Cloudflare's official platform skill — Workers, Pages, storage, AI, networking, security, and IaC in one reference.
Verification Before Completion
by Jesse Vincent
Never claim work is complete, fixed, or passing without running the check and reading the output first.