Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

veloria

veloria contém 13 skills coletadas de PeterBooker, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
13
Stars
22
atualizado
2026-03-07
Forks
1
Cobertura ocupacional
6 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

benchmark
Desenvolvedores de software

Run Go benchmarks and compare results to detect performance regressions. Use before and after performance-related changes.

2026-03-07
check
Analistas de garantia de qualidade de software e testadores

Run pre-push quality checks (vet + lint + tests with race detector). Use before pushing code.

2026-03-07
coverage
Analistas de garantia de qualidade de software e testadores

Run tests with coverage analysis and identify untested code paths. Use to find gaps before releases.

2026-03-07
deps
Desenvolvedores de software

Check and tidy Go module dependencies. Use after adding/removing imports or before releases.

2026-03-07
generate
Desenvolvedores de software

Run go generate to build templ templates and frontend assets. Use after changing templates or CSS/JS.

2026-03-07
integration-test
Analistas de garantia de qualidade de software e testadores

Run integration tests that require Docker (Postgres, MinIO via testcontainers). Use to validate database and storage behavior.

2026-03-07
lint
Analistas de garantia de qualidade de software e testadores

Run golangci-lint and static analysis on Go code. Use before pushing or to check code quality.

2026-03-07
migrate
Administradores de banco de dados

Create and manage database migrations using goose. Use for schema changes, new tables, or index optimization.

2026-03-07
profile
Desenvolvedores de software

Run CPU and memory profiling with pprof to identify performance hotspots. Use when investigating high resource usage.

2026-03-07
race-check
Programadores de computador

Run Go race detector to find data races in concurrent code. Use after any change to mutexes, goroutines, or channels.

2026-03-07
reindex
Administradores de redes e sistemas de computador

Trigger reindexing of a specific WordPress extension. Use to rebuild the search index for a plugin, theme, or core version.

2026-03-07
security-scan
Analistas de segurança da informação

Run gosec and govulncheck to find security vulnerabilities. Use before releases or after dependency changes.

2026-03-07
test
Analistas de garantia de qualidade de software e testadores

Run Go unit tests. Use after code changes to verify correctness.

2026-03-07