perf-code-paths

Identify implementation paths, entrypoints, and critical files for performance profiling.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/RnR-DND/ARC-HAWK-DD --skill perf-code-paths-rnr-dnd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: perf-code-paths
Source: https://github.com/RnR-DND/ARC-HAWK-DD/tree/main/.agent/agentsys/.kiro/skills/perf-code-paths
Command: npx skills add https://github.com/RnR-DND/ARC-HAWK-DD --skill perf-code-paths-rnr-dnd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps developers map out likely implementation paths, entry points, and critical files in a codebase before profiling, streamlining performance tuning.

Core Features & Use Cases

  • Scenario Mapping: Identifies key code paths and entry points for performance analysis.
  • File & Symbol Listing: Highlights top candidate files and symbols related to performance scenarios.
  • Use Case: A developer needs to optimize response times in a JavaScript server; this Skill lists main files and function symbols involved, aiding targeted profiling.

Quick Start

Use the perf-code-paths skill to analyze your project directory and list top code hotspots for optimization.

Frequently Asked Questions about perf-code-paths

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify code entrypoints and hotspot files for performance profiling?

To identify code entrypoints for performance profiling, this skill analyzes your project directory to map implementation paths and highlight top candidate files and function symbols related to performance scenarios.

What's the best way to find critical files in a large codebase before profiling?

The best way to find critical files before profiling is mapping implementation paths to ensure relevance by focusing on top files and symbols directly related to your specific performance scenarios.

Can I use this to optimize response times in a JavaScript server project?

Yes, you can use this to optimize response times in a JavaScript server by listing the main files and function symbols involved, which aids targeted performance tuning across supported languages.

Does this code analysis tool work with large projects across different programming languages?

This code analysis tool works with large projects across supported programming languages, identifying implementation paths and critical files to streamline performance tuning without requiring external dependencies.

How does scenario mapping help with performance analysis?

Scenario mapping helps performance analysis by identifying key code paths and entry points, allowing you to target specific performance scenarios and focus your profiling efforts on relevant hotspots.

What are the limitations of using code path identification for performance tuning?

Code path identification focuses on listing top candidate files and symbols to guide profiling; it does not execute the actual profiling or measure runtime metrics, serving strictly as a preparatory analysis step.