mint-phase-audit

Execute predefined gate checklists and report PASS/FAIL for Flutter P8 phases.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/MINT-IA/MINT --skill mint-phase-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mint-phase-audit
Source: https://github.com/MINT-IA/MINT/tree/main/.claude/skills/mint-phase-audit
Command: npx skills add https://github.com/MINT-IA/MINT --skill mint-phase-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits Flutter-based P8 phase implementations by running a fixed gate checklist and returning PASS/FAIL per gate, ensuring consistent quality gates after code changes.

Core Features & Use Cases

  • Automated gate execution
  • Exact output verification
  • Deterministic audit reports

Quick Start

Run /mint-phase-audit after a phase commit to generate the PASS/FAIL gate report.

Frequently Asked Questions about mint-phase-audit

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

FAQPage Schema
How do I automate Flutter phase gate audits after a git commit?

Automate Flutter phase gate audits by triggering the /mint-phase-audit command after a code commit to execute a predefined gate checklist and generate a structured PASS/FAIL report per gate.

How do I verify P8 phase execution outputs against expected results in a Flutter project?

Verify P8 phase execution by running shell commands defined in docs/P8_EXECUTION.md and validating the command outputs against expected results to produce deterministic audit reports.

Can I run automated gate checklist verification for both Flutter mobile apps and backend services?

Automated gate checklist verification supports Flutter-based projects across both apps/mobile and services/backend, executing mechanical gate checks and reporting PASS/FAIL status without modifying code.

What is the best way to run deterministic quality gate checks for a Flutter P8 phase implementation?

The best way to run deterministic quality gate checks is executing a fixed gate checklist via the /mint-phase-audit trigger, which performs exact output verification and returns a structured audit summary.

Does the P8 phase audit modify my Flutter project source code during verification?

The P8 phase audit does not modify source code during verification, as it only executes shell commands to validate outputs against expected results and produces a read-only structured audit summary.

Do I need a specific execution document to run phase gate audits in my Flutter repository?

You need the docs/P8_EXECUTION.md file in your repository, as the phase gate audit executes predefined shell commands directly from this document to verify implementation outputs.