Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

veloria

veloria 收录了来自 PeterBooker 的 13 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
13
Stars
22
更新
2026-03-07
Forks
1
职业覆盖
6 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

benchmark
软件开发工程师

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

2026-03-07
check
软件质量保证分析师与测试员

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

2026-03-07
coverage
软件质量保证分析师与测试员

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

2026-03-07
deps
软件开发工程师

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

2026-03-07
generate
软件开发工程师

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

2026-03-07
integration-test
软件质量保证分析师与测试员

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

2026-03-07
lint
软件质量保证分析师与测试员

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

2026-03-07
migrate
数据库管理员

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

2026-03-07
profile
软件开发工程师

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

2026-03-07
race-check
计算机程序员

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

2026-03-07
reindex
网络与计算机系统管理员

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
信息安全分析师

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

2026-03-07
test
软件质量保证分析师与测试员

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

2026-03-07