← all publishers

pilinux

@pilinux source repo

20 published skills

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