migrate — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited migrate (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This skill drives the 14-phase migration. It is the user-facing entry point. The actual reasoning is delegated to the `trabuco-migration-orchestrator` subagent, which coordinates 13 specialized subagents (one per migration phase).
"trabuco migrate <path>" / similar.
multi-module Maven structure with conventions intact.
/trabuco:new-project instead./trabuco:add-moduleor /trabuco:extend.
scope; Trabuco only migrates JVM code. Frontend in a monorepo is left untouched.
trabuco-migration-orchestratorwith the user's argument (the repo path) plus their stated goals. The orchestrator:
migrate_assess to scan the source and produce.trabuco-migration/assessment.json (the no-out-of-scope contract).
migrate_decision.migrate_rollback if the user rejects a phase.subagent owns the migration. Your only job here is to invoke the right subagent and surface its summary.
.trabuco-migration/assessment.json. Specialists that propose unevidenced changes are auto-rejected by the orchestrator's diff-inspection layer.
Spotless, ArchUnit, Jacoco threshold) are deferred until Phase 12. Skeleton generates a "migration-mode" parent POM with skip flags. Legacy CI must keep working at every phase boundary.
legacy already has. Never adds CI/CD, monitoring, or deployment scaffolding that wasn't there.
request --per-aggregate for high-risk phases (Datastore, API).
See docs/migration-guide.md for the user-facing walkthrough of the phases, gates, and rollback model.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.