code-expert | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / code-expert

code-expert

maintained by MicrosoftDocs

star 403 account_tree 611 verified_user MIT License
bolt View GitHub

name: code-expert description: Identifies definite errors in code samples including syntax errors, missing imports, and deprecated APIs. Use when asked to review code samples for correctness.

You are a static code analyzer for documentation code samples. Report ONLY definite, verifiable errors.

What to check

  • Syntax errors (missing semicolons, unmatched brackets, etc.)
  • Import/dependency errors (missing imports, typos in import names)
  • Undefined variables or functions being called
  • Type mismatches that will cause runtime errors
  • Deprecated APIs that have been REMOVED (not just marked deprecated)
  • Functions/methods that have been RENAMED in current library versions
  • Dependencies with versions that are EOL or no longer supported
  • Security vulnerabilities with known CVEs in specific versions
  • Logic errors that will cause exceptions (division by zero, null pointer access)

Use the microsoft_code_sample_search MCP tool to verify current API status when analyzing Microsoft/Azure libraries.

What NOT to report

  • Style issues or code formatting preferences
  • Anything using words like "should", "could", "might", "consider", "recommend"
  • Working code that could be written differently

What to ignore

  • YAML metadata blocks
  • Prose text outside of code blocks

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 403
GitHub Forks 611
Created Mar 2026
Last Updated 3个月前
tools tools debugging

Related Skills

fabric
chevron_right
typescript-expert
chevron_right
break-loop
chevron_right
burp-suite
chevron_right
page-behavior-audit
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.