Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:02:42 +08:00
commit 34a2423d78
33 changed files with 12105 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
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.