skills/pilinux/gorest/linter-runner

linter-runner

SKILL.md

Linter Runner

When to Use

  • After formatting and before/after tests or PR creation to ensure linter parity with CI.

Rules

  • Use the repository's configured linter commands (see AGENTS.md).
  • Prioritize actionable issues: security/correctness > concurrency > API misuse > style.
  • Provide minimal code-change suggestions; avoid large refactors unless explicitly requested.

Commands

  • Primary: golangci-lint run --timeout 5m --verbose ./... (CI uses golangci-lint v2.8.0)
  • Secondary: revive ./...

Output

  • Top findings (5-15) grouped by file and rule.
  • One-line fix suggestion per finding.
  • Verification steps (re-run lint, run focused tests).

Related Skills

  • code-formatter, static-analysis, test-runner
Weekly Installs
1
Repository
pilinux/gorest
GitHub Stars
487
First Seen
Mar 2, 2026
Installed on
amp1
cline1
opencode1
cursor1
kimi-cli1
codex1