tech-analysis-reporter

Generate structured technical analysis reports from project data.

1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/xdrshjr/JR-Agent-Skills --skill tech-analysis-reporter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tech-analysis-reporter
Source: https://github.com/xdrshjr/JR-Agent-Skills/tree/main/tech-analysis-reporter
Command: npx skills add https://github.com/xdrshjr/JR-Agent-Skills --skill tech-analysis-reporter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-docx, and includes scripts (resource) components.

What problem does it solve?

This Skill helps AI agents generate professional technical analysis reports for projects by guiding multi-turn conversations to gather requirements, analyze codebases, and compose structured documents.

Core Features & Use Cases

  • Multi-turn requirement gathering: interact with users to collect project sources, scope, and audience.
  • Project analysis: automatically infer project type, tech stack, and architecture hints from repository contents.
  • Chapter-based report generation: generate overview, architecture, core mechanisms, ecosystem, and tech-stack chapters with integrated visuals.
  • Output formats: supports Markdown, Word, and PDF renderings with QA validation.

Quick Start

Initiate the skill by saying: "技术分析报告" and provide a GitHub URL or local path to the project.

Frequently Asked Questions about tech-analysis-reporter

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

FAQPage Schema
How do I generate a technical analysis report from a GitHub repository?

To generate a technical analysis report, initiate a multi-turn conversation by providing a GitHub URL or local project path. The skill gathers requirements, analyzes the codebase, and composes a structured chapter-based document with optional visuals.

Can I export a technical analysis report to Word and PDF formats?

Yes, you can export technical analysis reports to Word and PDF formats, as well as Markdown. The skill renders the final structured document across these formats and includes QA validation to ensure report quality.

What is the process for multi-turn requirement gathering in project analysis?

Multi-turn requirement gathering in project analysis involves an interactive conversation where the AI agent asks you to provide project sources, define the scope, and identify the target audience before tailoring the report template.

Does the report generation skill require python-docx to work?

Yes, the skill requires the python-docx dependency to function. This library is specifically utilized to handle the rendering and generation of the Word document output format for the technical analysis report.

What sections are included in a chapter-based technical report?

A chapter-based technical report includes sections for the project overview, architecture, core mechanisms, ecosystem, and tech stack. The skill automatically infers these structural details from the repository contents.

What are the limitations when generating technical reports from local paths?

Limitations when generating technical reports from local paths include the need for clear project scoping during multi-turn conversations. If the repository contents lack clear architecture hints, the inferred tech stack and project type may require manual verification.