pilinux
- 20 skills
- 0 followers
- 17 hours ago last updated
- ▌ Build Run · pilinuxBuild and run the project locally to reproduce compile/runtime issues in a safe, non-production way.
- ▌ File Reader · pilinuxPrecisely read source files or snippets and return concise, citation-backed facts needed for decisions or edits.
- ▌ Test Runner · pilinuxRun and triage Go tests with correct environment handling; produce compact, actionable failure summaries.
- ▌ Explain Code · pilinuxProduce concise, citation-backed explanations of module behavior, data flow, and important types/APIs.
- ▌ Fix Suggester · pilinuxDiagnose failures and propose minimal, test-backed fixes with verification and rollback instructions.
- ▌ Linter Runner · pilinuxExecute repository linters and surface highest-priority issues with minimal, targeted fixes.
- ▌ Patch Applier · pilinuxDraft and apply small, atomic patches; always present a preview diff and appropriate verification commands.
- ▌ Source Search · pilinuxFast, repository-wide search to locate symbols, routes, env vars, error codes, and other artifacts (read-only).
- ▌ Code Formatter · pilinuxApply repository-standard formatting to minimize diff noise and meet linter expectations.
- ▌ DB Infra Mocks · pilinuxPropose minimal seams and local substitutes so tests run without real RDBMS/Redis/Mongo infrastructure.
- ▌ CI Orchestrator · pilinuxRun a CI-like pipeline locally (format, lint, vet, static-analysis, tests) and summarize per-step results with remediation guidance.
- ▌ Code Navigation · pilinuxRapid, focused navigation to locate definitions/usages and map the impact of proposed changes.
- ▌ QA Orchestrator · pilinuxOrchestrate multi-step change workflows (search, analyze, propose, implement, verify) with explicit evidence and gate checks.
- ▌ Static Analysis · pilinuxRun CI-aligned static analysis (vet, gosec, govulncheck) and convert findings into prioritized remediation steps.
- ▌ Migration Helper · pilinuxAnalyze GORM model changes, estimate resulting schema (DDL) differences, and propose safe migration steps with verification guidance.
- ▌ Ast Introspection · pilinuxUse Go AST-aware analysis to enumerate symbols, extract signatures, and propose mechanically safe refactors (read-only by default).
- ▌ Dependency Auditor · pilinuxInspect Go module dependencies, detect outdated or vulnerable modules, and recommend safe updates or pinning strategies.
- ▌ Logs Repro Harness · pilinuxReduce flaky or environment-dependent failures to a minimal, reproducible script and capture the exact logs and error lines.
- ▌ Safe Edit Simulator · pilinuxProduce a dry-run diff plus a risk checklist and rollback plan for any potentially disruptive change.
- ▌ Config Loader Helper · pilinuxDiagnose configuration-related failures, enumerate required env vars, and guide safe local test setup (no secrets).