Agent Plugins Marketplace
All plugins

d033-sanity-check

v0.3.0

Daily D-033 BX Self-Service Tool data-pipeline sanity check (DMABGS-3271): verify the two Snowflake tasks succeeded and the output table's max date is fresh with non-zero revenue per brand, then post a pass/fail summary to Slack.

Claude Code1 Skill

By G2 GDM Team0 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
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 d033-sanity-check 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 d033-sanity-check@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/smarimadappa/tech-hub-sanity-checks

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

Plugin files

plugins/d033-sanity-check/
├── .claude-plugin/plugin.json
└── skills/d033-sanity-check/SKILL.md

Included Skills1

d033-sanity-checkskills/d033-sanity-check/SKILL.md

Run the daily D-033 BX Self-Service Tool data-pipeline sanity check (Jira DMABGS-3271) and post a pass/fail summary to Slack. Use this skill WHENEVER the user asks to run or trigger the "D-033 sanity check", "sanity check the BX self-service tool", check whether the D-033 Snowflake tasks ran, confirm the BX self-service max date is current, or when a scheduled task invokes the daily D-033 check — even if phrased loosely (e.g. "did the BX self-service pipeline land today?", "check D-033", "is the self-service tool data fresh?"). It checks the GDM Snowflake + Slack connectors and live compute first, verifies the two D-033 Snowflake tasks (delete + insert) succeeded and the output table's max date is current with non-zero revenue per brand, then posts the result (tagging the week's on-call) to #sanity-check-testing. Prefer this skill over ad-hoc SQL whenever D-033 / BX self-service tool monitoring is involved.

Plugin manifests1

plugins/d033-sanity-check/.claude-plugin/plugin.json
{
  "name": "d033-sanity-check",
  "version": "0.3.0",
  "description": "Daily D-033 BX Self-Service Tool data-pipeline sanity check (DMABGS-3271): verify the two Snowflake tasks succeeded and the output table's max date is fresh with non-zero revenue per brand, then post a pass/fail summary to Slack.",
  "author": {
    "name": "G2 GDM Team",
    "email": "[email protected]"
  }
}

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

[d033-sanity-check on Agent Plugins Marketplace](https://pluginsmp.com/plugins/d033-sanity-check)