Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

veloria

veloria에는 PeterBooker에서 수집한 skills 13개가 있으며, 저장소 수준 직업 범위와 사이트 내 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