com um clique
orchestrated-golang-review
orchestrated-golang-review contém 3 skills coletadas de ivanruks, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
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.