analyze-function

Installation
SKILL.md

Analyze the specified function from the given file with detailed line-by-line breakdown.

Usage: /analyze-function filename:function_name or /analyze-function filename function_name

Arguments:

  • filename: The file containing the function to analyze
  • function_name: The name of the function to analyze

For the function <arguments>, I will:

  1. Read and locate the function in the specified file
  2. Provide context about the function's role in the system
  3. Analyze each line explaining:
    • What the code does technically
    • Why it's implemented this way
    • Performance implications
    • Edge cases and potential issues
    • Connection to the broader codebase
Related skills
Installs
1
First Seen
Mar 10, 2026