kramme:find-bugs

Analyze code diffs to detect bugs, security issues, and quality risks.

2|2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Abildtoft/kramme-cc-workflow --skill kramme-find-bugs
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: kramme:find-bugs
Source: https://github.com/Abildtoft/kramme-cc-workflow/tree/main/skills/kramme%3Afind-bugs
Command: npx skills add https://github.com/Abildtoft/kramme-cc-workflow --skill kramme-find-bugs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Find bugs and security issues in code changes. This skill helps engineers quickly identify defects, vulnerabilities, and quality risks introduced in a feature branch.

Core Features & Use Cases

  • Code change audit: Scans the current branch changes for defects, security vulnerabilities, and quality gaps.
  • Security checklist generation: Produces a prioritized list of issues with risk severity to guide fixes.
  • Use Case: During a local review or PR prep, run this skill to audit the latest commits and assemble a remediation plan.

Quick Start

Run the kramme:find-bugs skill on the current branch to generate a prioritized report of defects, security issues, and quality risks introduced by the latest commits.

Frequently Asked Questions about kramme:find-bugs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find bugs and security issues in my git diff before a code review?▼

To find bugs and security issues in a git diff, you can audit the current branch changes to surface defects, vulnerabilities, and quality risks. This process analyzes modified files and outputs a structured, prioritized report for remediation during PR prep.

What is a code change audit and how does it improve security?▼

A code change audit scans feature branch commits to identify introduced defects and security vulnerabilities. It improves security by applying a checklist to the diff, generating a prioritized list of quality risks and issues to guide your fixes before merging.

Can I generate a security checklist from my current branch changes?▼

Yes, you can generate a security checklist from current branch changes. By analyzing the latest commits, the audit produces a prioritized list of detected vulnerabilities and quality gaps, ranked by risk severity to guide your remediation plan.

What is the best way to prepare a remediation plan for code vulnerabilities in a feature branch?▼

The best way to prepare a remediation plan is to analyze the feature branch diff for vulnerabilities and quality risks. This surfaces defects across modified files and assembles a structured, prioritized report to guide your fixes before the code review.

Does this bug and security audit work without external dependencies?▼

Yes, the bug and security audit operates without external dependencies. It analyzes the current branch changes locally to check for typical security and quality issues, outputting a structured report for remediation without requiring additional environment setup.