Skip to main content
Manusで任意のスキルを実行
ワンクリックで
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