apply-review

Apply findings from Findings-*.json as isolated commits after schema validation.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/jewzaam/jewzaam-reviews --skill apply-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apply-review
Source: https://github.com/jewzaam/jewzaam-reviews/tree/main/skills/apply-review
Command: npx skills add https://github.com/jewzaam/jewzaam-reviews --skill apply-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jsonschema, and includes scripts (resource) components.

What problem does it solve?

Automates the disciplined application of reviewer findings by turning each Finding into an isolated, auditable commit after validation.

Core Features & Use Cases

  • Applies each finding as a separate, atomic commit with an explicit message to enable precise auditing.
  • Validates findings against the shared schema before any changes and surfaces issues to the user to prevent malformed inputs.
  • Produces a structured apply-report envelope for downstream tooling and auditing.

Quick Start

Provide a Findings-*.json file to begin applying isolated fixes to your project.

Frequently Asked Questions about apply-review

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

FAQPage Schema
How do I automate applying code review findings as isolated commits?

You can automate applying code review findings as isolated commits by feeding a Findings-*.json file into this Skill, which validates the inputs and creates an atomic, one-shot commit for each individual finding.

How does validating JSON findings before applying code changes work?

Validating JSON findings before applying code changes works by checking your input file against a shared JSON schema, surfacing malformed inputs to the user to prevent bad data before any code modifications or commits are executed.

Can I generate a structured audit report after applying code review findings?

Yes, you can generate a structured audit report after applying code review findings because the Skill automatically produces an apply-report envelope designed specifically for downstream auditing and reporting tooling.

Do I need a specific JSON schema to apply code review findings automatically?

Yes, you need a specific JSON schema to apply code review findings automatically, as the Skill uses the jsonschema dependency to validate your Findings-*.json file and surface any issues before creating isolated commits.

What is the best way to create atomic commits for automated code fixes?

The best way to create atomic commits for automated code fixes is to use a structured JSON findings file, which ensures each fix is validated and applied as a separate commit with an explicit message for precise auditing.

Why does applying JSON findings fail before any code changes are made?

Applying JSON findings fails before any code changes are made because the Skill validates the input against a shared schema first, intentionally surfacing malformed data or structural issues to prevent invalid commits from entering your repository.