production-audit

Audit application production readiness using local evidence without external data transfer.

12|4|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/TeiNam/kiro-with-harness --skill production-audit-teinam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: production-audit
Source: https://github.com/TeiNam/kiro-with-harness/tree/main/skills/production-audit
Command: npx skills add https://github.com/TeiNam/kiro-with-harness --skill production-audit-teinam

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a quick, local-evidence-based readiness audit for applications, helping users determine if an app is ready for production, what potential issues could arise in production, or what needs to be fixed before launch without relying on external services.

Core Features & Use Cases

  • Local Evidence: Utilizes local and user-authorized evidence for the audit.
  • Avoids External Execution: Does not run unpinned remote code or upload repository contents to third-party services.
  • Use Cases: Ideal for post-merge checks, pre-launch reviews, and shipping readiness audits.

Quick Start

Run the production-audit skill with the following command:

production-audit --app <app-name>

Frequently Asked Questions about production-audit

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

FAQPage Schema
How do I run a local evidence production readiness audit without uploading my code?

A local evidence production readiness audit evaluates application deployment risks without external data transfer. It uses local evidence to identify and mitigate potential issues before launch, avoiding unpinned remote code execution and third-party uploads.

What is the best way to check application security and shipping readiness post-merge?

Checking application security and shipping readiness post-merge involves auditing local evidence for production risks. This process identifies potential deployment issues and highlights what needs mitigation before launching the application to ensure safe shipping.

Can I use a local audit for pre-launch application security checks?

Yes, you can use a local audit for pre-launch application security checks. It supports pre-launch reviews, post-merge checks, and shipping readiness audits by evaluating risks using only local, user-authorized evidence without external services.

Does a production readiness audit require external dependencies or remote code execution?

A production readiness audit does not require external dependencies or remote code execution. It operates entirely on local evidence and avoids uploading repository contents to third-party services to ensure data privacy during risk assessment.

When should I perform a production readiness audit for my application?

You should perform a production readiness audit during post-merge checks, pre-launch reviews, and shipping readiness evaluations. It helps identify what needs to be fixed before launch by analyzing local application evidence for potential risks.

How do I start a production audit using local evidence?

To start a production audit using local evidence, run the audit command with your target application name. This initiates a local evaluation to identify deployment risks and necessary mitigations without external data transfer or third-party services.