review-seq

Community

Disk-persisted batched code review pipeline

Authoraxel-kaliff
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Provides a resilient, disk-backed code review orchestration that prevents findings from being lost to context overflow by persisting per-tool outputs, compacting context between waves, and supporting resume after interruptions. It ensures every automated analysis gets full attention and that large or long-running reviews remain deterministic and recoverable.

Core Features & Use Cases

  • Batched analysis with persistence: Run analysis tools in parallel batches or sequentially while writing findings to a claude_session directory so no results depend on ephemeral context.
  • Resume and compaction points: Recover interrupted runs and compact context between batches to avoid context-window loss while preserving a full audit trail.
  • Scoring, root-cause, and fix plan generation: Aggregate findings, deduplicate and score them, run root-cause analysis waves, and produce a prioritized fix plan with anchors for safe automated fixes in review-fix mode.
  • Practical scenarios: Use for pre-merge gate checks, automated review-and-fix workflows, or multi-session reviews on large Python changesets where tools like ruff, ty, semgrep, and pytest are used.

Quick Start

Run the review-seq pipeline on the current branch in review-fix mode to persist findings, score and analyze root causes, and produce a prioritized fix plan.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: review-seq
Download link: https://github.com/axel-kaliff/dotfiles/archive/main.zip#review-seq

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.