infra-status

Read pyproject.toml and .infra-audit/history.json to report infrastructure audit score and history.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/vossiman/python-infra-audit-cc --skill infra-status
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: infra-status
Source: https://github.com/vossiman/python-infra-audit-cc/tree/main/skills/infra-status
Command: npx skills add https://github.com/vossiman/python-infra-audit-cc --skill infra-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a lightweight, read-only view of a project's infrastructure audit status and score, enabling teams to quickly assess compliance without making changes.

Core Features & Use Cases

  • Read the project name from pyproject.toml [or fallback to the current directory name].
  • Retrieve the latest audit score and last audit/fix timestamps from .infra-audit/history.json.
  • Display staleness warnings and present a concise status report for quick decision making.

Quick Start

Run in the project root to display the current infrastructure audit status.

Frequently Asked Questions about infra-status

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

FAQPage Schema
How do I check my project's infrastructure audit status?▼

To check your infrastructure audit status, run the tool in your project root. It reads the project name from pyproject.toml and parses .infra-audit/history.json to display the latest audit score and timestamps.

What is an infra-audit status report?▼

An infra-audit status report is a read-only summary of your project's infrastructure compliance score. It extracts timestamps from history.json to calculate time deltas and provides staleness warnings for quick decision making.

How do I view my latest infrastructure audit score and history?▼

You can view your latest audit score and history by running the command in your project directory. It retrieves data from .infra-audit/history.json to report the last audit and last fix timestamps.

Does the infrastructure audit check modify my project files?▼

The infrastructure audit check does not modify your project files. It provides a lightweight, read-only view of your current audit status and score without making any changes to your active project directory.

Can I check the infra-audit status without a pyproject.toml file?▼

You can check the infra-audit status without a pyproject.toml file. The tool will fall back to using the current directory name to identify the project before reading the audit history.

Why does my infra-audit status report show a staleness warning?▼

Your infra-audit status report shows a staleness warning when the tool computes time deltas from your last audit and last fix timestamps in history.json and determines the data is outdated for quick decision making.