standards

Audit a repository against a personal standards library and generate Findings-standards.json.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill audits a repository for conformance with the user's personal standards library located at ~/source/standards/CLAUDE.md, helping you identify deviations and improve code quality.

Core Features & Use Cases

  • Spawns one agent per standards subdomain and reads every standards file to determine applicability and gaps.
  • Reports gaps as Findings-standards.json consumable by /apply-review and renders human-readable markdown reports.
  • Validates findings against the shared findings schema and aggregates per-subdomain notes, strengths, and non-applicable standards for a comprehensive review.

Quick Start

Audit a repository against your personal standards library and generate Findings-standards.json with accompanying Markdown reports.

Frequently Asked Questions about standards

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

FAQPage Schema
How do I audit my repository for coding standards compliance?▼

To audit a repository for coding standards compliance, this Skill reads your personal standards library and spawns one agent per subdomain to identify deviations, outputting a structured findings file for automated review.

How does automated code review against personal standards work?▼

Automated code review against personal standards works by parsing your standards files, evaluating the repository in read-only mode, and generating a JSON report of gaps validated against a shared findings schema.

Can I generate a JSON report of standards violations for my codebase?▼

Yes, you can generate a JSON report of standards violations. The Skill produces Findings-standards.json containing aggregated per-subdomain notes, strengths, and non-applicable standards.

Do I need a specific directory structure to automate a code standards audit?▼

Yes, automating a code standards audit requires your personal standards library to be located at ~/source/standards/CLAUDE.md so the agents can read every standards file to determine applicability.

What is the best way to prepare standards audit findings for automated code review?▼

The best way to prepare standards audit findings is to generate a schema-validated JSON file. This Skill outputs Findings-standards.json specifically designed to be consumed by automated code review processes.

Are there limitations to read-only repository standards audits?▼

A limitation of read-only repository standards audits is that the Skill evaluates conformance without modifying code, producing only JSON findings and rendered markdown reports for you to act on.