ci-formats-reviewer

Validate SARIF, CodeClimate, Compact, Markdown, and Badge CI output formats.

4.3k|147|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/fallow-rs/fallow --skill ci-formats-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ci-formats-reviewer
Source: https://github.com/fallow-rs/fallow/tree/main/.agents/skills/ci-formats-reviewer
Command: npx skills add https://github.com/fallow-rs/fallow --skill ci-formats-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill unit ensures that the output formats produced by fallow's CI-oriented tools comply with the respective specifications and integrate correctly with CI systems.

Core Features & Use Cases

  • Format Compliance: Checks that SARIF, CodeClimate, Compact, Markdown, and Badge output formats are in line with their specifications.
  • CI Integration: Validates that the formats integrate correctly with CI systems like GitHub and GitLab.
  • Use Case: When reviewing changes to fallow's CI-oriented output formats, this Skill unit helps maintain the quality and consistency of CI outputs.

Quick Start

Run the ci-formats-reviewer skill on the modified codebase to check the output formats.

Frequently Asked Questions about ci-formats-reviewer

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

FAQPage Schema
How do I validate SARIF output for CI integration compliance?

To validate SARIF output for CI integration, you need to check it against the official specification, ensuring deterministic output, correct severity mapping, and proper path handling. This process verifies that CI outputs integrate correctly.

What is the best way to check CodeClimate format compliance in a CI pipeline?

The best way to check CodeClimate format compliance is to validate the output against its official specification, ensuring severity mapping and path handling are correct so it integrates properly with CI systems like GitLab.

Does this CI output reviewer support Markdown and Compact formats?

Yes, this CI output reviewer supports Markdown and Compact formats. It validates them alongside SARIF, CodeClimate, and Badge formats to ensure they meet specification compliance and integrate correctly with CI systems.

How do I verify CI output formats against official specifications?

You verify CI output formats by analyzing the scripts directory to check outputs like SARIF and Markdown for adherence to official specifications. This ensures deterministic output, correct severity mapping, and proper path handling for CI integration.

When do I need to validate CI output formats for GitHub and GitLab?

You need to validate CI output formats for GitHub and GitLab whenever you modify CI-oriented tools. Validating outputs like SARIF and CodeClimate ensures they meet specification compliance and integrate correctly with the target CI systems.