arrive-resident-check

Validate ARRIVE resident-check gates in advance files for governance compliance.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/srswart/good-control --skill arrive-resident-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arrive-resident-check
Source: https://github.com/srswart/good-control/tree/main/.cursor/skills/arrive-resident-check
Command: npx skills add https://github.com/srswart/good-control --skill arrive-resident-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate that all required gates are satisfied when resident components are touched.

Core Features & Use Cases

  • Enforce Owner Approval, Invariant Impact Statement, Rollback Plan, and Evidence Links for touched components.
  • Inspect the advance files under arrive/systems/*/advances to ensure required sections exist.
  • Generate guidance to address missing gates and document remediation steps.

Quick Start

Run arrive check --strict to verify gates for touched resident components.

Frequently Asked Questions about arrive-resident-check

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

FAQPage Schema
How do I verify resident-check governance gates before merging an advance?

To verify resident-check governance gates, run arrive check --strict to inspect advance files under arrive/systems/*/advances and validate Owner Approval, Invariant Impact, Rollback, and Evidence links for touched resident components.

What is an ARRIVE resident-check gate?

An ARRIVE resident-check gate is a compliance validation step that ensures touched resident components have documented Owner Approval, Invariant Impact Statements, Rollback Plans, and Evidence links before merging.

How do I check compliance for touched resident components in ARRIVE advances?

Check compliance by inspecting advance files within arrive/systems/*/advances to confirm required governance sections exist, then generate guidance to address missing gates and document remediation steps.

Do I need specific dependencies to run resident-check verification?

No specific dependencies are required to run resident-check verification, as the Skill operates independently to inspect advance files and validate required governance sections for touched resident components.

What limitations exist when validating gates for ARRIVE resident components?

Validation is limited to inspecting advance files under arrive/systems/*/advances and requires the SKILL.md frontmatter to declare name and description, with the body describing gate checks and recommended remediation actions.

Can I use strict mode to enforce governance compliance for resident component changes?

Yes, you can use strict mode by running arrive check --strict to enforce governance compliance, which verifies that all required gates are satisfied when resident components are touched during an advance.