code-issue-reviewer

Analyze repository code across 13 stability dimensions and generate a prioritized findings report.

1|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/wangbinquan/skills --skill code-issue-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-issue-reviewer
Source: https://github.com/wangbinquan/skills/tree/main/.claude/skills/code-issue-reviewer
Command: npx skills add https://github.com/wangbinquan/skills --skill code-issue-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps teams rapidly surface stability, reliability, and quality issues in a codebase from an SRE perspective without modifying any source code.

Core Features & Use Cases

  • Scan the repository to identify risks across 13 stability dimensions including null safety, resource leaks, concurrency, performance, memory, error handling, external calls, boundary conditions, observability, config/env, data consistency, time/encoding, and API compatibility.
  • Generate a prioritized findings report with severity buckets (blocker, critical, major, minor, info), along with actionable remediation TODOs and a consolidated pattern-level view for faster triage.
  • Support breakpoint-resume workflows, batch-dispatch of review tasks to subagents, and final report generation for governance, incident reviews, and knowledge capture.

Quick Start

Run this skill at the repository root to generate the pending code-review issues and findings report.

Frequently Asked Questions about code-issue-reviewer

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

FAQPage Schema
How do I perform an SRE code review to identify stability issues?

An SRE code review evaluates codebase stability across 13 dimensions including null safety, resource leaks, concurrency, and error handling. It outputs a prioritized findings matrix with severity buckets and remediation TODOs without modifying any source code.

Can I scan a repository for reliability risks without modifying the source code?

Yes, you can scan a repository for reliability risks without modifying source code. The tool evaluates the codebase from an SRE perspective and generates a prioritized findings report with actionable remediation guidance, ensuring no edits are made during evaluation.

What stability dimensions are analyzed during an SRE code health check?

An SRE code health check analyzes 13 stability dimensions including null safety, resource leaks, concurrency, performance, memory, error handling, external calls, boundary conditions, observability, config/env, data consistency, time/encoding, and API compatibility.

How do I generate a prioritized findings report for incident reviews and governance?

Generate a prioritized findings report by running this skill at your repository root. It produces a consolidated pattern-level view with severity buckets including blocker, critical, major, minor, and info, alongside actionable remediation TODOs for governance and incident reviews.

Does the code review process support batch-dispatch of tasks and resuming interrupted scans?

Yes, the code review process supports breakpoint-resume workflows and batch-dispatch of review tasks to subagents. This allows large repository evaluations to pause and resume without losing progress, culminating in a final generated report.