Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

veloria

يحتوي veloria على 13 من skills المجمعة من PeterBooker، مع تغطية مهنية على مستوى المستودع وصفحات 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