skill: add mygo-api-repo-review skill.
This commit is contained in:
@@ -16,6 +16,12 @@
|
||||
5. Verify: `go vet ./... && go test ./...`
|
||||
6. Update `docs/roadmap.md`, `docs/decisions.md`, or `docs/architecture.md` if anything changed
|
||||
|
||||
## Repository Review
|
||||
|
||||
- Explicitly invoke `$mygo-api-repo-review` for repository-wide or scoped architecture, design, security, resilience, data-consistency, performance, and implementation audits.
|
||||
- Repository reviews are read-only unless the user separately requests fixes.
|
||||
- Use `diff`, `main`, or `full` review mode and optionally limit any mode with a target path, Go package, or logical component.
|
||||
|
||||
## Go Conventions
|
||||
|
||||
- **Format**: `go fmt ./...` before every commit
|
||||
|
||||
Reference in New Issue
Block a user