con un clic
orchestrated-golang-review
orchestrated-golang-review contiene 3 skills recopiladas de ivanruks, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Multi-agent Go code review for local branch changes vs target branch. Use when the user wants to review all committed changes on their current branch relative to a target branch (e.g., main). Analyzes correctness, concurrency, conventions, style, tests, consistency, transactions, performance, and security using 9 specialized sub-agents. Supports selective review with --only flag.
Multi-agent Go code review for GitLab merge requests. Use when user shares GitLab MR URL and wants comprehensive Go review. Analyzes correctness, concurrency, conventions, style, tests, consistency, transactions, performance, security using 9 specialized sub-agents. Supports selective review with --only flag and MR discussions loading with --discussions flag.
Multi-agent Go code review for uncommitted local changes vs target branch. Use when the user wants to review their staged and unstaged (tracked) changes relative to a target branch (e.g., main) before committing. Analyzes correctness, concurrency, conventions, style, tests, consistency, transactions, performance, and security using 9 specialized sub-agents. Supports selective review with --only flag.