Skip to main content
GitHub 仓库

codereview-skills

codereview-skills 收录了来自 xinbenlv 的 16 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
16
Stars
8
更新
2026-01-14
Forks
0
职业覆盖
5 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

codereview-orchestrator
软件质量保证分析师与测试员

Triage and orchestrate code reviews. Analyzes PR intent, identifies touched surfaces, assesses risk, and routes to specialist skills. Does NOT perform detailed review - delegates to specialists. Supports full pipeline with "Review PR <number>" command.

2026-01-14
retrieve-diff-from-commit
软件质量保证分析师与测试员

Retrieve code diff from a local git commit. Use this as the first step in a code review pipeline when reviewing local commits.

2026-01-14
retrieve-diff-from-github-pr
软件质量保证分析师与测试员

Retrieve code diff from a GitHub Pull Request via GitHub API. Use this as the first step in a code review pipeline when reviewing GitHub PRs.

2026-01-14
submit-github-review
软件开发工程师

Submit a code review to GitHub via the GitHub API. Use this as the final step in a code review pipeline to post review findings to a PR.

2026-01-14
codereview-api
软件开发工程师

Review API contracts, breaking changes, and interface consistency. Analyzes REST/RPC endpoints, event schemas, versioning, and backward compatibility. Use when reviewing public interfaces, API routes, or service contracts.

2026-01-14
codereview-architect
软件开发工程师

Deep codebase context analysis like Greptile. Analyzes blast radius of changes, dependency graphs, and architectural consistency. Use when reviewing changes to core utilities, shared libraries, or database models.

2026-01-14
codereview-concurrency
软件开发工程师

Review distributed systems patterns, concurrency, and resilience. Analyzes retry policies, idempotency, timeouts, circuit breakers, and race conditions. Use when reviewing async code, workers, queues, or distributed transactions.

2026-01-14
codereview-config
软件开发工程师

Review configuration, secrets, and environment handling. Checks for safe defaults, secret management, feature flags, and environment parity. Use when reviewing config files, environment variables, or feature flags.

2026-01-14
codereview-correctness
软件质量保证分析师与测试员

Analyze code for logic bugs, error handling issues, and edge cases. Detects off-by-one errors, null handling, race conditions, and incorrect error paths. Use when reviewing core business logic or complex algorithms.

2026-01-14
codereview-data
数据库架构师

Review database operations, migrations, and data persistence. Analyzes query safety, migration rollback, transaction boundaries, and data integrity. Use when reviewing migrations, models, repositories, or database queries.

2026-01-14
codereview-observability
网络与计算机系统管理员

Review logging, metrics, tracing, and alerting. Ensures systems are observable, debuggable, and operable. Use when reviewing code that adds logging, metrics, or monitoring.

2026-01-14
codereview-performance
软件质量保证分析师与测试员

Performance and scalability analysis specialist. Identifies algorithmic inefficiencies, N+1 queries, memory leaks, and concurrency issues. Use when reviewing loops, database queries, file I/O, or high-concurrency code.

2026-01-14
codereview-security
信息安全分析师

Zero-trust security analysis like Cursor BugBot. Focuses exclusively on finding exploitable vulnerabilities with high confidence (>95%). Use when reviewing files that handle input parsing, database queries, authentication, or external API calls.

2026-01-14
codereview-style
软件质量保证分析师与测试员

Review code style, maintainability, and documentation. Checks readability, naming, modularity, abstractions, and documentation accuracy. Use as a final pass on all files.

2026-01-14
codereview-testing
软件质量保证分析师与测试员

Review test coverage and quality. Analyzes unit tests, integration tests, determinism, and test design. Use when reviewing test files or code that should have tests.

2026-01-14
general-codereview
软件质量保证分析师与测试员

Perform thorough code reviews following Google's 5-step methodology. Use when reviewing pull requests, change lists, or any code changes to ensure quality, correctness, and maintainability.

2026-01-14