analysis-report

Create Python analysis workflows with Markdown reports and enforced folder structure.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Rukkha1024/muscle_synergy_analysis --skill analysis-report-rukkha1024
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analysis-report
Source: https://github.com/Rukkha1024/muscle_synergy_analysis/tree/main/.agents/skills/analysis-report
Command: npx skills add https://github.com/Rukkha1024/muscle_synergy_analysis --skill analysis-report-rukkha1024

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a standardized framework for creating self-contained analysis workflows, ensuring clear documentation, reproducible results, and consistent reporting.

Core Features & Use Cases

  • Standardized Folder Structure: Organizes analysis code, reports, and documentation logically.
  • Reproducible Reporting: Enforces a structured report format (report.md) including methodology, results, and interpretation.
  • Code Best Practices: Promotes the use of polars and argparse for efficient and configurable analysis scripts.
  • Use Case: When starting a new exploratory data analysis project, use this Skill to set up a dedicated folder with a Python script for analysis and a Markdown file for documenting the research question, methodology, and findings.

Quick Start

Use the analysis-report skill to create a new analysis workflow for the topic 'user-engagement-metrics'.

Frequently Asked Questions about analysis-report

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

FAQPage Schema
How do I structure and document analysis workflows for reproducible research?

To structure analysis workflows for reproducible research, generate a self-contained directory bundling Python scripts and Markdown reports. This enforces a strict folder structure, reproducible reporting conventions, and clear methodology documentation to ensure consistent findings.

What's the best way to set up a standardized folder structure for exploratory data analysis?

The best way to set up a standardized folder structure for exploratory data analysis is using a framework that organizes analysis code, reports, and documentation logically. It creates a dedicated folder containing a Python script for analysis and a Markdown file for documenting research.

Can I export analysis results to CSV or Excel from reproducible reporting workflows?

You cannot export analysis results to CSV or Excel from these reproducible reporting workflows because the framework enforces strict output constraints. It mandates self-contained Markdown reports instead of spreadsheet outputs to maintain documentation consistency.

Do I need to use polars and argparse for reproducible data science scripts?

You need to use polars and argparse for reproducible data science scripts because the framework promotes these libraries for efficient data processing and configurable analysis. This ensures scripts remain self-contained and parameterized for consistent execution.

Why does reproducible analysis require dry-run flags and coordinate definitions?

Reproducible analysis requires dry-run flags and coordinate definitions to enforce clear methodology documentation and prevent unintended side effects. Mandating dry-run flags allows safe testing of workflows, while coordinate and sign definitions ensure consistent result interpretation.

Does the analysis-report framework support generating methodology and interpretation reports?

The analysis-report framework supports generating methodology and interpretation reports by enforcing a structured Markdown format. This format mandates detailed reporting conventions including research questions, methodology documentation, results, and clear interpretation of findings.