XiaomiMiMo/MiMo-Code/packages/opencode/src/skill/builtin/.bundle/data-analytics/workflows/build-report/SKILL.md
build-report
Build a durable analytical report with an answer-first narrative, evidence-backed findings, charts or tables, caveats, recommendations, and source context.
- Source repository stars
- 12,632
- Declared platforms
- 0
- Static risk flags
- 0
- Last source update
- 2026-08-04
- Source checked
- 2026-08-04
Decision brief
What it does—and where it fits
Use this workflow when the user needs a durable report rather than a transient answer. Run the appropriate analysis workflow first; this workflow owns the reader-facing structure, evidence placement, visual/table placement, caveats, sources, QA, and handoff.
Not for
- Tasks that require unconfirmed production actions or broad system permissions.
- Environments where the pinned source and install steps cannot be inspected.
Compatibility matrix
Platform support, with evidence labels
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
Inspect first. Install second.
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/XiaomiMiMo/MiMo-Code --skill "packages/opencode/src/skill/builtin/.bundle/data-analytics/workflows/build-report"Inspect the Agent Skill "build-report" from https://github.com/XiaomiMiMo/MiMo-Code/blob/f1e99640da903b22c1147b9fee15d5fdf5691c21/packages/opencode/src/skill/builtin/.bundle/data-analytics/workflows/build-report/SKILL.md at commit f1e99640da903b22c1147b9fee15d5fdf5691c21. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
What the source asks the agent to do
- 01
Choose one delivery format
Honor an explicit format. Otherwise use:
Markdown for the most portable code-agent deliverable.Self-contained plain HTML when a polished browser-readable report is useful and the host can render or inspect it.PDF, DOCX, slides, or another format only when requested or clearly required by the destination and the host exposes suitable creation and verification tools. - 02
Build the report
1. Confirm the audience, decision, scope, comparison window, and requested format from available context. Ask only when a missing choice would materially change the result. 2. Verify the analytical evidence. Keep metric definitions, grain, time range, filters, units, exclusions,…
Confirm the audience, decision, scope, comparison window, and requested format from available context. Ask only when a missing choice would materially change the result.Verify the analytical evidence. Keep metric definitions, grain, time range, filters, units, exclusions, and source freshness explicit.Lead with the answer. State the most important conclusion and decision implication before methodology details. - 03
Recommended structure
Review the “Recommended structure” section in the pinned source before continuing.
Review and apply the “Recommended structure” source section. - 04
[Short reader-facing title]
[Answer, magnitude, and decision implication]
Recalculate headline values and comparisons from the reviewed evidence.Check that every claim is supported and every chart matches its source data.Check titles, labels, units, denominators, date ranges, and sorting.
Permission review
Static risk signals and limitations
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
Why each signal appears
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 83/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 12,632 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Provenance and original SKILL.md
- Repository
- XiaomiMiMo/MiMo-Code
- Skill path
- packages/opencode/src/skill/builtin/.bundle/data-analytics/workflows/build-report/SKILL.md
- Commit
- f1e99640da903b22c1147b9fee15d5fdf5691c21
- License
- MIT
- Collected
- 2026-08-04
- Default branch
- main
View the original SKILL.md
Build an Analytical Report
Use this workflow when the user needs a durable report rather than a transient answer. Run the appropriate analysis workflow first; this workflow owns the reader-facing structure, evidence placement, visual/table placement, caveats, sources, QA, and handoff.
Choose one delivery format
Honor an explicit format. Otherwise use:
- Markdown for the most portable code-agent deliverable.
- Self-contained plain HTML when a polished browser-readable report is useful and the host can render or inspect it.
- PDF, DOCX, slides, or another format only when requested or clearly required by the destination and the host exposes suitable creation and verification tools.
Do not install or require React, Recharts, Vite, MCP Apps, or widget runtimes. HTML must use semantic HTML/CSS and may use inline SVG or small vanilla JavaScript interactions. It must remain readable without JavaScript.
Build the report
- Confirm the audience, decision, scope, comparison window, and requested format from available context. Ask only when a missing choice would materially change the result.
- Verify the analytical evidence. Keep metric definitions, grain, time range, filters, units, exclusions, and source freshness explicit.
- Lead with the answer. State the most important conclusion and decision implication before methodology details.
- Build a coherent narrative rather than a dump of charts or query results.
- Include only visuals and tables that support a finding. Read
../visualize-data/SKILL.mdwhen creating charts. - Distinguish verified facts, likely explanations, assumptions, limitations, and unresolved questions.
- Provide recommendations tied to evidence, expected impact, owner or next action, and measurable follow-up where appropriate.
- Add a source section that identifies real source systems, tables/views, datasets, files, documents, queries, and access dates when known. Never invent provenance.
Recommended structure
# [Short reader-facing title]
## Executive summary
[Answer, magnitude, and decision implication]
## Key findings
[Evidence-backed findings with charts or tables]
## Recommendations
[Prioritized actions and expected outcomes]
## Risks and limitations
[Data gaps, assumptions, uncertainty, and interpretation limits]
## Sources and methodology
[Definitions, scope, source details, and reproducibility notes]
Adapt the headings to the audience, but retain the answer-first logic.
QA and handoff
- Recalculate headline values and comparisons from the reviewed evidence.
- Check that every claim is supported and every chart matches its source data.
- Check titles, labels, units, denominators, date ranges, and sorting.
- For HTML/PDF/DOCX/slides, render or inspect the actual artifact when the host supports it; fix clipping, blank charts, overflow, low contrast, and unreadable tables.
- Ensure the report contains no credentials, local temporary paths, placeholder provenance, or internal implementation noise.
- Return the primary artifact path plus only the relevant supporting notebook, SQL, data, or chart files.
If the user asks only for an inline brief or explicitly says no file/artifact, deliver the same answer-first structure concisely in chat.
Alternatives
Compare before choosing
coreyhaines31/marketingskills
ab-testing
When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program
coreyhaines31/marketingskills
churn-prevention
When the user wants to reduce churn, build cancellation flows, set up save offers, recover failed payments, or implement retention strategies. Also use when the user mentions 'churn,' 'cancel flow,' 'offboarding,' 'save offer,' 'dunning,' 'failed payment recovery,' 'win-back,' 'retention,' 'exit survey,' 'pause subscription,' 'involuntary churn,' 'people keep canceling,' 'churn rate is too high,' 'how do I keep users,' or 'customers are leaving.' Use this whenever someone is losing subscribers o
alirezarezvani/claude-skills
app-store-optimization
App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist
wanshuiyin/Auto-claude-code-research-in-sleep
citation-audit
Use it for operations and research tasks; the detail page covers purpose, installation, and practical steps.