autonomy--runtime-auditor

Audit clean-checkout to runnable local runtime readiness.

57|3|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/patterninc/code-mint --skill autonomy-runtime-auditor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autonomy--runtime-auditor
Source: https://github.com/patterninc/code-mint/tree/main/.agents/skills/autonomy--runtime-auditor
Command: npx skills add https://github.com/patterninc/code-mint --skill autonomy-runtime-auditor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Audit whether an AI agent can go from a clean checkout to a runnable application or local runtime equivalent, without unsafe provisioning or destructive setup. Use when evaluating development or staging-like runtime readiness, onboarding a new project, or checking whether the agent can install dependencies, start services, and perform smoke checks. Do not use when evaluating test strategy and coverage depth (use autonomy--test-readiness-auditor) or when debugging a live production issue (use autonomy--sre-agent).

Core Features & Use Cases

Evaluate whether an agent can go from a clean checkout to a safe local runtime or staging-like equivalent, or to the closest safe local simulation of that environment. This skill focuses on install, setup, local services, startup, smoke checks, and infrastructure inspection. It does not require cloud provisioning.

Quick Start

Run the runtime auditor on the target repository to verify local runnable setup.

Frequently Asked Questions about autonomy--runtime-auditor

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

FAQPage Schema
How do I verify local runtime readiness from a clean checkout?

Validate local runtime readiness by auditing whether an AI agent can install dependencies, start local services, and execute smoke checks from a clean checkout without triggering unsafe provisioning or destructive setup operations.

What is a local runtime audit for development environments?

A local runtime audit evaluates development and staging readiness by documenting dependency management, environment handling, local service startup, and infrastructure inspection to ensure a project can run safely after a clean checkout.

Does this runtime auditor require cloud provisioning to perform smoke tests?

No, this runtime auditor does not require cloud provisioning. It focuses on evaluating safe local runtime equivalents or the closest safe local simulation of the environment to perform smoke checks and infrastructure inspection.

How to audit local dev setup for a new project onboarding?

Audit local dev setup for new project onboarding by running the runtime auditor on the target repository to verify dependency installation, environment handling, local service startup, and safe smoke path execution.

When should I not use a local runtime auditor?

You should not use a local runtime auditor when evaluating test strategy and coverage depth, or when debugging a live production issue. Use specialized test readiness or SRE agents for those specific scenarios instead.