code▌
172 indexed skills · max 10 per page
code-reviewer
google-gemini/gemini-cli · Productivity
Automated code review for local changes and remote pull requests with structured analysis across correctness, maintainability, and security. \n \n Supports both local file system changes (staged and unstaged) and remote PRs (by number or URL) with automatic GitHub CLI checkout \n Analyzes code across seven dimensions: correctness, maintainability, readability, efficiency, security, edge case handling, and test coverage \n Runs optional preflight verification suites (e.g., npm run preflight ) to
microsoft-code-reference
github/awesome-copilot · Productivity
Verify Microsoft SDK methods, find working code samples, and catch hallucinated APIs against official docs. \n \n Three core tools: microsoft_docs_search for API lookups, microsoft_code_sample_search for working examples in C#/Python/JavaScript, and microsoft_docs_fetch for full reference pages with overloads \n Catches common mistakes like wrong method signatures, deprecated patterns, mismatched SDK versions (v11 vs v12), and incorrect package names \n Works with Azure SDKs, .NET libraries, and