code-analyzer

Forward raw code analysis requests to the analyst agent.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/hproof/claude-market-gamedev --skill code-analyzer-hproof
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-analyzer
Source: https://github.com/hproof/claude-market-gamedev/tree/main/plugins/code-analyzer/skills/code-analyzer
Command: npx skills add https://github.com/hproof/claude-market-gamedev --skill code-analyzer-hproof

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

启动代码分析工作流的入口,帮助将用户的原始查询转交给分析师代理,从而生成分析文档并提供统一的入口。

Core Features & Use Cases

  • 两种触发模式:分析模式在用户请求“分析代码”等时触发,生成分析文档;询问模式在用户提问流程、模块依赖等问题时触发,基于已有分析进行回答。
  • 最小入口层:仅负责接收原始输入并将请求传递给 analyst 代理,所有解析和文档生成由代理完成。
  • 结果回传:将分析师代理的结果原样返回给用户。

Quick Start

仅需向技能输入原始查询,技能将把请求转发给 analyst 代理以获取分析结果。

Frequently Asked Questions about code-analyzer

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

FAQPage Schema
How do I automate code analysis for my software project?

You can automate code analysis by submitting your raw query to this entry point, which forwards the request to an analyst agent that generates an analysis document and returns the results directly.

What is the best way to audit a project and explain module dependencies?

The best way to audit a project and explain module dependencies is to input your request, which routes the query to an analyst agent to generate a comprehensive analysis document without local interpretation.

Can I use this for project audits without writing custom analysis scripts?

Yes, you can use this for project audits without custom scripts by simply providing your raw query. The skill acts as a minimal entry layer, passing your request to an analyst agent to generate analysis results.

Does the code analyzer modify or interpret the agent's analysis results?

No, the code analyzer does not modify or interpret results. It passes through the raw user input to the analyst agent and returns the generated analysis document exactly as received without local interpretation.

How do I get answers about module dependencies after the initial code analysis?

To get answers about module dependencies after analysis, you can use the inquiry mode by asking questions about flows or dependencies, which triggers responses based on the existing analysis document.

Do I need to configure any components or dependencies before analyzing code?

No components or dependencies need to be configured before analyzing code. The skill functions as a minimal entry layer that forwards raw user input directly to the analyst agent to generate the analysis document.