17 lines
637 B
Markdown
17 lines
637 B
Markdown
---
|
|
name: go-ldd-autopilot
|
|
description: Start complete linter-driven autopilot workflow (Phase 1-6)
|
|
---
|
|
|
|
Invoke the @linter-driven-development skill to run the complete autopilot workflow from design through commit-ready.
|
|
|
|
The skill will automatically:
|
|
1. Run Pre-Flight Check (detect intent, find commands, verify Go project)
|
|
2. Execute all 6 phases with 2 quality gates
|
|
3. Use parallel analysis (tests + linter + go-code-reviewer agent)
|
|
4. Generate intelligent combined reports
|
|
5. Auto-fix all issues iteratively
|
|
6. Prepare commit-ready summary
|
|
|
|
This is the full workflow - use for implementing features or fixes from start to finish.
|