Validate CI and app config files against upstream JSON schemas before merge
Use check-jsonschema when an agent needs to catch broken GitHub Actions, Renovate, Azure Pipelines, and other schema-backed config files before they hit CI. The agent picks the right schema hook, validates the changed files, and reports the exact key or structure that drifted fro
What it does
Validate CI and app config files against upstream JSON schemas before merge
Use check-jsonschema when an agent needs to catch broken GitHub Actions, Renovate, Azure Pipelines, and other schema-backed config files before they hit CI. The agent picks the right schema hook, validates the changed files, and reports the exact key or structure that drifted from the contract.
Prerequisites
Python 3.10+, pipx or pre-commit
Installation
Use the upstream install or setup path that matches your environment:
- pipx install check-jsonschema
- brew install check-jsonschema
Requirements and caveats from upstream:
- A JSON Schema CLI and pre-commit hook built on jsonschema.
Basic usage or getting-started notes:
-
check-jsonschema can be installed and run as a CLI tool, or via pre-commit.
-
Example pre-commit config
-
The following configuration uses check-jsonschema to validate Github Workflow
-
Source: https://github.com/python-jsonschema/check-jsonschema
-
Extracted from upstream docs: https://raw.githubusercontent.com/python-jsonschema/check-jsonschema/HEAD/README.md
Documentation
Source
Capabilities
Install
Quality
deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 8 github stars · SKILL.md body (1,786 chars)