Skip to main content
Run any Skill in Manus
with one click
GitHub repository

gorest

gorest contains 20 collected skills from pilinux, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
20
Stars
502
updated
2026-06-24
Forks
63
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

ci-orchestrator
software-developers

Run a CI-like pipeline locally (format, lint, vet, static-analysis, tests) and summarize per-step results with remediation guidance.

2026-06-24
linter-runner
software-developers

Execute repository linters and surface highest-priority issues with minimal, targeted fixes.

2026-06-24
ast-introspection
software-developers

Use Go AST-aware analysis to enumerate symbols, extract signatures, and propose mechanically safe refactors (read-only by default).

2026-02-19
build-run
software-developers

Build and run the project locally to reproduce compile/runtime issues in a safe, non-production way.

2026-02-19
code-formatter
software-developers

Apply repository-standard formatting to minimize diff noise and meet linter expectations.

2026-02-19
code-navigation
software-developers

Rapid, focused navigation to locate definitions/usages and map the impact of proposed changes.

2026-02-19
config-loader-helper
software-developers

Diagnose configuration-related failures, enumerate required env vars, and guide safe local test setup (no secrets).

2026-02-19
db-infra-mocks
software-developers

Propose minimal seams and local substitutes so tests run without real RDBMS/Redis/Mongo infrastructure.

2026-02-19
dependency-auditor
software-developers

Inspect Go module dependencies, detect outdated or vulnerable modules, and recommend safe updates or pinning strategies.

2026-02-19
explain-code
software-developers

Produce concise, citation-backed explanations of module behavior, data flow, and important types/APIs.

2026-02-19
file-reader
software-developers

Precisely read source files or snippets and return concise, citation-backed facts needed for decisions or edits.

2026-02-19
fix-suggester
software-developers

Diagnose failures and propose minimal, test-backed fixes with verification and rollback instructions.

2026-02-19
logs-repro-harness
software-quality-assurance-analysts-and-testers

Reduce flaky or environment-dependent failures to a minimal, reproducible script and capture the exact logs and error lines.

2026-02-19
migration-helper
software-developers

Analyze GORM model changes, estimate resulting schema (DDL) differences, and propose safe migration steps with verification guidance.

2026-02-19
patch-applier
software-developers

Draft and apply small, atomic patches; always present a preview diff and appropriate verification commands.

2026-02-19
qa-orchestrator
software-developers

Orchestrate multi-step change workflows (search, analyze, propose, implement, verify) with explicit evidence and gate checks.

2026-02-19
safe-edit-simulator
software-developers

Produce a dry-run diff plus a risk checklist and rollback plan for any potentially disruptive change.

2026-02-19
source-search
software-developers

Fast, repository-wide search to locate symbols, routes, env vars, error codes, and other artifacts (read-only).

2026-02-19
static-analysis
software-quality-assurance-analysts-and-testers

Run CI-aligned static analysis (vet, gosec, govulncheck) and convert findings into prioritized remediation steps.

2026-02-19
test-runner
software-quality-assurance-analysts-and-testers

Run and triage Go tests with correct environment handling; produce compact, actionable failure summaries.

2026-02-19