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

go-quality-cli-agent

يحتوي go-quality-cli-agent على 10 من skills المجمعة من bivex، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
10
Stars
0
محدث
2026-03-04
Forks
0
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

golang-concurrency
مطوّرو البرمجيات

Go concurrency patterns, context propagation, goroutine lifecycle, channel ownership, sync primitives, goroutine leak prevention, and race detector usage. Use when writing or reviewing concurrent Go code.

2026-03-04
golang-error-handling
مطوّرو البرمجيات

Go error handling patterns: %w wrapping, errors.Is/As, sentinel errors, custom error types, panic prohibition rules, and error API design. Use when writing or reviewing error handling code.

2026-03-04
golang-project-structure
مطوّرو البرمجيات

Go Standard Project Layout: /cmd, /internal, /pkg conventions, import organization, goimports, circular dependency prevention, and module boundaries. Use when scaffolding or reviewing Go project structure.

2026-03-04
golang-security
محللو أمن المعلومات

Go security scanning: govulncheck, gosec, dependency vulnerabilities, SQL injection prevention, hardcoded secrets, and unsafe usage. Use when answering security questions or scanning Go projects.

2026-03-04
golang-style-guide
مطوّرو البرمجيات

Go style and formatting guidelines: gofmt, goimports, naming conventions, comment standards, Effective Go idioms, and golangci-lint configuration. Use when reviewing or formatting Go code.

2026-03-04
golang-testing
محللو ضمان جودة البرمجيات والمختبرون

Go testing standards: table-driven tests, testify, mockgen, coverage measurement, race-safe tests, benchmark correctness, and test isolation patterns. Use when writing, reviewing, or running Go tests.

2026-03-04
golang-profiling
مطوّرو البرمجيات

Go performance profiling workflows: CPU profiling, memory profiling, benchmarking, goroutine/block/mutex profiling, execution tracing, and pprof analysis. Use when asked to profile performance, analyze memory usage, find CPU hotspots, run/compare benchmarks, or investigate slow Go code.

2026-03-04
golang-architecture
مطوّرو البرمجيات

Go package dependency analysis and call graph visualization using goda, go-callvis, go mod graph, and go list. Use when asked to visualize architecture, understand package relationships, find circular dependencies, or map call flows in a Go project. Equivalent to "und export -dependencies" from SciTools Understand.

2026-03-04
golang-compliance
محللو ضمان جودة البرمجيات والمختبرون

Go code quality and compliance analysis using golangci-lint, staticcheck, go vet, and revive. Use when asked to check code quality, find linting violations, audit Go code for correctness, or when the user asks "what's wrong with this code?" for a Go project.

2026-03-04
golang-metrics
محللو ضمان جودة البرمجيات والمختبرون

Go code metrics: cyclomatic complexity (gocyclo), cognitive complexity (gocognit), lines of code statistics (gocloc), and package-level inventory via go list. Use when asked about code complexity, maintainability scores, code size statistics, or to find the most complex/largest functions. Equivalent to "und metrics" from SciTools Understand.

2026-03-04