report-format

Validate and consolidate review findings using a standardized JSON schema.

1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/lklimek/claudius --skill report-format
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: report-format
Source: https://github.com/lklimek/claudius/tree/main/skills/report-format
Command: npx skills add https://github.com/lklimek/claudius --skill report-format

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a unified structure and validation mechanism for review findings generated by various agents, ensuring consistency and enabling automated processing of code quality, security, and project-related issues.

Core Features & Use Cases

  • Standardized Schema: Defines a clear JSON schema for reporting findings, including severity, location, and recommendations.
  • ID Management: Manages provisional and consolidated IDs for findings, preventing duplicates.
  • Tooling: Includes scripts for validating, consolidating, and rendering review reports.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically validate the format of reports from security and code quality agents before they are used for triage or documentation.

Quick Start

Validate the report file 'report.json' using the provided validation script.

Frequently Asked Questions about report-format

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

FAQPage Schema
How do I standardize code review findings from multiple agents?

Standardize code review findings from multiple agents by applying a unified JSON schema that defines severity, location, and recommendation fields. This enforces consistency and enables automated processing across security and code quality reports.

What is the best way to validate a JSON schema for automated reporting?

The best way to validate a JSON schema for automated reporting is using Python validation scripts to check report files before triage. This ensures finding IDs, severity levels, and domain-specific details conform to the required structure.

How do I consolidate and manage duplicate finding IDs in CI/CD pipelines?

Consolidate and manage duplicate finding IDs in CI/CD pipelines by using dedicated consolidation scripts to merge provisional IDs into consolidated ones. This prevents duplicates across security and code quality reports during automated validation.

Can I use Python scripts to automate code review report generation?

Yes, you can use Python scripts to automate code review report generation. The provided tooling includes scripts that validate, consolidate, and render findings into standardized reports for triage and documentation.

Does report validation work without external dependencies?

Report validation works without external dependencies because the Skill relies solely on included Python scripts and reference components. It defines its own JSON schema and validation tools to manage finding IDs and severity levels.

When do I need a standardized JSON schema for review findings?

You need a standardized JSON schema for review findings when consolidating outputs from multiple agents into a single format. It is required to manage severity levels, locations, and domain-specific details for security and code quality reports.