sea-last-mile

Enforce a post-codegen last-mile workflow for generated adapters.

1|Updated Oct 1, 2025
One-click install
npx skills add https://github.com/GodSpeedAI/SEA --skill sea-last-mile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sea-last-mile
Source: https://github.com/GodSpeedAI/SEA/tree/main/.claude/skills/sea-last-mile
Command: npx skills add https://github.com/GodSpeedAI/SEA --skill sea-last-mile

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enforces a post-codegen last-mile workflow to guarantee production-ready adapters.

Core Features & Use Cases

  • Enforces after codegen: triggers and guarantees adapters are generated with fully functioning production code.
  • Guards against hand-written edits in generated zones and ensures adapters align with generated specs.
  • Use Case: After running the codegen pipeline for SEA-Forge, ensure all required adapters are generated and validated before deployment.

Quick Start

Use the SEA last-mile guardrail after the codegen pipeline:

  • Run: just pipeline <CTX>
  • Then run: just last-mile <CTX>
  • If a gap is reported, run: just gap-report <CTX>, fix specs, then re-run last-mile

Frequently Asked Questions about sea-last-mile

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

FAQPage Schema
How do I ensure generated adapters are production-ready after codegen?

To ensure production-ready adapters after codegen, enforce a last-mile workflow that guides through gap analysis, adapter generation, testing, and semantic validation before deployment.

What is the last-mile contract in automated code generation?

The last-mile contract is a post-codegen guardrail ensuring generated outputs remain untouched in generated zones while adapters align with generated specs before work is declared complete.

How do I fix a reported gap in my generated adapter specs?

To fix a reported gap in generated adapter specs, run a gap report, update the specifications, and then re-run the last-mile workflow to validate the changes.

Can I hand-edit generated code zones when implementing adapters?

No, you cannot hand-edit generated code zones; the last-mile workflow guards against hand-written edits in generated zones to ensure adapters align with generated specs.

When do I need to run the last-mile validation in a codegen pipeline?

You need to run the last-mile validation immediately after the codegen pipeline has generated outputs or when implementing adapters for generated ports to guarantee production-ready code.