Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
go-build - Prompt - OpenSmartRoute
Promptv1.0.0
go-build
Fix Go build errors, go vet warnings, and linter issues incrementally with minimal changes.
Incrementally fix Go build errors with minimal changes.
Steps
Run Diagnostics: Execute go build ./..., go vet ./..., staticcheck ./...
Parse Errors: Group by file and sort by severity
Fix Incrementally: One error at a time
Verify Each Fix: Re-run build after each change
Report Summary: Show what was fixed and what remains
Diagnostic Commands
go build ./...go vet ./...staticcheck ./...golangci-lint rungo mod verifygo mod tidy -v
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# Go Build and Fix
Incrementally fix Go build errors with minimal changes.
## Steps
1. **Run Diagnostics**: Execute `go build ./...`, `go vet ./...`, `staticcheck ./...`
2. **Parse Errors**: Group by file and sort by severity
3. **Fix Incrementally**: One error at a time
4. **Verify Each Fix**: Re-run build after each change
5. **Report Summary**: Show what was fixed and what remains
## Diagnostic Commands
```bash
go build ./...
go vet ./...
staticcheck ./...
golangci-lint run
go mod verify
go mod tidy -v
```
Manifest
The prompt text and its fill-in variables. Copy it or fetch it by URL from your own code.
{
"prompt": "# Go Build and Fix\n\nIncrementally fix Go build errors with minimal changes.\n\n## Steps\n\n1. **Run Diagnostics**: Execute `go build ./...`, `go vet ./...`, `staticcheck ./...`\n2. **Parse Errors**: Group by file and sort by severity\n3. **Fix Incrementally**: One error at a time\n4. **Verify Each Fix**: Re-run build after each change\n5. **Report Summary**: Show what was fixed and what remains\n\n## Diagnostic Commands\n\n```bash\ngo build ./...\ngo vet ./...\nstaticcheck ./...\ngolangci-lint run\ngo mod verify\ngo mod tidy -v\n```",
"variables": [],
"notes": "Fix Go build errors, go vet warnings, and linter issues incrementally with minimal changes. Tools: codebase, search, editFiles, runInTerminal.",
"metadata": {
"source": {
"provider": "github-prompts",
"repository": "https://github.com/AndyHsuTW/everything-llm-workspace",
"path": ".github/prompts/go-build.prompt.md",
"ref": "51c8b137f0d3890b6b8b578065928fe4f59af123",
"url": "https://github.com/AndyHsuTW/everything-llm-workspace/blob/51c8b137f0d3890b6b8b578065928fe4f59af123/.github/prompts/go-build.prompt.md",
"key": "AndyHsuTW/everything-llm-workspace/.github/prompts/go-build.prompt.md"
}
}
}
Fetch it by URL: GET /api/v1/registry/andyhsutw-everything-llm-workspace-go-build-prompt/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.