Agent Plugins Marketplace
All plugins

analytics-qa

v0.5.0

Investigate dbt and Power BI behavior, execute evidence-backed experiments, review and replay validation cases.

Claude Code6 Skills

By PrismLicense: MIT0 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
6 skill or MCP entries
Source updated
Sep 17, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install analytics-qa for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install analytics-qa@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Ask-Y-Data-Products/analytics-qa-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/analytics-qa/.

Plugin files

plugins/analytics-qa/
├── .claude-plugin/plugin.json
├── skills/capture/SKILL.md
├── skills/detect/SKILL.md
├── skills/evaluate/SKILL.md
├── skills/investigate/SKILL.md
├── skills/regress/SKILL.md
└── skills/retrospective/SKILL.md

Included Skills6

captureskills/capture/SKILL.md

Assemble a source-to-screen evidence report and the analyst sign-off page, handle analyst feedback, and preserve an explicitly reviewed baseline without inventing approval.

detectskills/detect/SKILL.md

Select and run failure-mode detectors (model lint, DAX invariants, statistical tests over series) for each reviewed component, and turn the results into claims the analyst sees.

evaluateskills/evaluate/SKILL.md

Challenge marketing model and BI claims with independent SQL, DAX, statistical and interaction experiments, preserving reproducible evidence.

investigateskills/investigate/SKILL.md

Reconstruct how a dbt-backed Power BI component works, trace source-to-render behavior, and open an evidence-backed validation case.

regressskills/regress/SKILL.md

Revisit an analytics validation case across model changes, source restatements or new reporting dates, distinguishing semantic and rendering regressions.

retrospectiveskills/retrospective/SKILL.md

Review the recent QA sessions and the analyst's inputs, write an anonymised know-how article for the plugin community, get the user's explicit approval, publish it to the knowledge-base repository with topics, and index it for search.

Plugin manifests1

plugins/analytics-qa/.claude-plugin/plugin.json
{
  "name": "analytics-qa",
  "version": "0.5.0",
  "description": "Investigate dbt and Power BI behavior, execute evidence-backed experiments, review and replay validation cases.",
  "author": {
    "name": "Prism"
  },
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[analytics-qa on Agent Plugins Marketplace](https://pluginsmp.com/plugins/analytics-qa)