一键导入
orchestrated-golang-review
orchestrated-golang-review 收录了来自 ivanruks 的 3 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
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.