d000-sanity-check
v0.9.0Daily D-000 Channel Dashboard data-pipeline sanity check (Jira DMABGS-3269): verify the Snowflake task succeeded and dashboard slices are fresh with non-zero revenue and spend, gate on hourly completeness (all 24 UTC hours of PPC clicks and sessions present) to catch feed interruptions / site downtime / partial-day loads, reconcile revenue and spend vs. source day-by-day over a rolling ~2 months, run a shadow-mode trend/anomaly check on the new data (per channel, same-weekday baseline, US-holiday aware), then post a summary to Slack.
By G2 GDM Team0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 0 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 d000-sanity-check for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install d000-sanity-check@agent-plugin-marketplacePaste 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/smarimadappa/tech-hub-sanity-checksClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/d000-sanity-check/.
Plugin files
└── .claude-plugin/plugin.json
Plugin manifests1
{
"name": "d000-sanity-check",
"version": "0.9.0",
"description": "Daily D-000 Channel Dashboard data-pipeline sanity check (Jira DMABGS-3269): verify the Snowflake task succeeded and dashboard slices are fresh with non-zero revenue and spend, gate on hourly completeness (all 24 UTC hours of PPC clicks and sessions present) to catch feed interruptions / site downtime / partial-day loads, reconcile revenue and spend vs. source day-by-day over a rolling ~2 months, run a shadow-mode trend/anomaly check on the new data (per channel, same-weekday baseline, US-holiday aware), then post a summary to Slack.",
"author": {
"name": "G2 GDM Team",
"email": "[email protected]"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[d000-sanity-check on Agent Plugins Marketplace](https://pluginsmp.com/plugins/d000-sanity-check)