code-review-audit

Review code and tests for bugs, regressions, and configuration drift.

2|1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Remaker-Digital/groundtruth-kb --skill code-review-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-audit
Source: https://github.com/Remaker-Digital/groundtruth-kb/tree/main/.claude/skills/code-review-audit
Command: npx skills add https://github.com/Remaker-Digital/groundtruth-kb --skill code-review-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code Review Audit helps teams prevent bugs, regressions, security issues, weak tests, and configuration/KB drift by systematically re-checking changes with evidence-focused findings.

Core Features & Use Cases

  • Regression-focused review: Prioritizes correctness and behavioral regressions, including subtle reintroductions of prior defects.
  • Security and control verification: Evaluates security, tenancy, and safety controls for unsafe assumptions or missing safeguards.
  • Evidence-driven output: Produces ordered, severity-ranked findings with line-referenced evidence, and explicitly calls out unverified areas when tests/claims can’t be proven.

Quick Start

Ask the AI to perform a code-review audit for your PR and to produce a severity-ordered findings report using the default code-review-audit deliverable template.

Frequently Asked Questions about code-review-audit

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

FAQPage Schema
How do I perform a regression-focused code review on a pull request?

Security audit code review identifies unsafe assumptions and missing safeguards in your code by evaluating security, tenancy, and safety controls. It produces severity-ranked findings with explicit residual-risk statements for areas where tests or claims cannot be proven.

What is the best way to check for configuration drift during a change audit?

Checking for configuration drift during a change audit involves reviewing code modifications against knowledge base and document consistency. It systematically flags misalignments and missing verification across correctness, security controls, and test strength using evidence-first analysis.

How do I audit test coverage to find missing verification in my code?

Auditing test coverage for missing verification requires evaluating test strength and checking for unverified areas where claims cannot be proven. It produces evidence-driven, severity-ordered findings that explicitly call out areas lacking sufficient test support.

Can I use evidence-based code review for remediation re-audits?

Evidence-based code review supports remediation re-audits by re-checking changes across correctness, security controls, and test strength. It requires line-referenced evidence for every finding and explicit residual-risk statements when no issues are present to ensure comprehensive verification.

Why does my code review report lack explicit residual-risk statements?

Code review reports require explicit residual-risk statements when no findings are present to document unverified areas. Evidence-first code review mandates severity-ordered findings with line-referenced support and explicit acknowledgment of areas where tests or claims cannot be proven.