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.
What this skill does
# General Code Review Skill A comprehensive code review methodology based on Google's engineering practices. Follow these 5 steps to perform effective and thorough code reviews. ## Step 1: Pre-screen Before diving into the code, perform a quick pre-screening: ### Check Size - **Reasonable size**: A change list of ~300 lines of code is typically reasonable - **Too large**: Larger CLs should be strongly discouraged unless necessary - Leave a comment asking if the CL can be broken down into smaller, logically complete parts - Ask for the reason if breaking down is not possible - **Small is OK**: Even single-line changes are fine as long as they are logically complete ### Verify You're the Right Reviewer Ask yourself: - Am I familiar enough with this code area? - Do I understand the language, environment, and context? - Is there someone better suited to review this? If you're not the ideal reviewer but no one else is available, prepare to quickly learn about the unfamiliar aspects. ## Step 2: Understand After pre-screening, focus on understanding the change from the author's perspective. ### Purpose Ask: **"Do I know the overall purpose of this CL?"** - The purpose should be clearly stated in the CL description - If unclear, request clarification - Even self-explanatory code needs a clear description for future maintainers - Remember: even the author may need to refer back to the description later ### Workflow Context Ask: **"Was I expecting this CL? Does it match my expectations?"** Consider: - Is this CL part of a larger project or design doc? - Does it align with the task distribution and design documentation? - Are there dependencies mentioned? - Other changes that need to happen before this CL can function - Other CLs that are blocked by this change ### Design Decisions Verify that important design decisions are: - Documented in the code description - Explained with rationale when non-obvious ## Step 3: Verify Now verify the implementation matches the stated intent. ### Code-Description Alignment - **Verify the code does what the description says** - Flag any discrepancies between stated purpose and actual implementation ### Test Coverage Verify relevant tests exist for: | Category | What to Check | |----------|---------------| | Design decisions | Tests that validate key architectural choices | | Important defaults | Tests for default values and their behavior | | Complex logic | Tests for intricate algorithms or business logic | | Edge cases | Zero, null, empty, boundary conditions, if-statement edges | ## Step 4: Optimize Look for opportunities to improve the code's efficiency and maintainability. ### Logic Optimization - Can the algorithm be simplified? - Are there unnecessary computations? - Is the control flow optimal? ### Library Usage - Is the best library being used for this task? - Are there more appropriate or efficient alternatives? - Is the library being used correctly and efficiently? ## Step 5: Check Style Final pass for code style and conventions. ### Style Checklist - [ ] Follows project/team coding standards - [ ] Consistent naming conventions - [ ] Proper formatting and indentation - [ ] Clear and helpful comments - [ ] No dead code or debugging artifacts --- ## Quick Reference Checklist ``` □ Pre-screen □ Size reasonable (~300 lines)? □ Am I the right reviewer? □ Understand □ Purpose clear in description? □ Expected in current workflow? □ Design decisions documented? □ Verify □ Code matches description? □ Tests cover design decisions? □ Tests cover defaults and edge cases? □ Optimize □ Logic optimizable? □ Library choices optimal? □ Check □ Style guidelines followed? ``` --- *Acknowledgment: This methodology is based on reflections from working at Google, with thanks to mentors and teammates who helped improve these code review skills.*
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.