An agentic software-development methodology: composable skills that push a coding agent through spec, plan, TDD and review instead of straight into code.
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
Tencent's skill-evolution harness: it rewrites a whole skill folder — SKILL.md, scripts and references together — and lands every decision as a real Git issue, PR and wiki entry you can review.
Take an OpenSearch search application from requirements to a running cluster — BM25, dense and sparse vectors, hybrid retrieval, agentic search and RAG, with relevance evaluation built in.
Auth0's official agent skill: a router that detects your framework and intent, then loads the right Auth0 guidance for login, MFA, Organizations, tenant audits, debugging or provider migration.