Automates Git and GitHub PR workflows, debugs CI failures and production issues via Datadog and GitHub Actions, and enforces code quality through adversarial review, flaky test detection, and session analysis. Speeds up development with tools for package linking, test data seeding, and iterative PR fix-up.
Perform an adversarial review of proposed work. Use ONLY when the user explicitly types /adversarial-review. Never auto-trigger, even if the user mentions reviewing, questioning, or challenging their approach.
Use when looking up Cognito user details by sub UUID, finding duplicate accounts sharing phone or email, analyzing which duplicates to keep vs delete, or fixing orphaned UNCONFIRMED signups. Symptoms include 403 Forbidden on login, multiple accounts for same phone, backend sync issues.
Commit, push, and open a PR. Use when the user wants to ship changes, create a pull request, or says things like 'commit and push', 'open a PR', 'ship it', 'send it', 'create a PR for this', or 'push this up'.
Investigate production issues by querying Datadog logs, metrics, and APM traces, then correlating findings with the codebase. Use this skill whenever the user mentions production errors, Datadog, observability, log investigation, latency spikes, error rate increases, 500s, trace IDs, monitor alerts, or wants to debug any service issue in a deployed environment.
Analyze and fix CI failures for a GitHub pull request. Use this when CI checks are failing, the build is red, or you need to diagnose GitHub Actions failures. Triggers on: 'fix CI', 'CI is failing', 'checks failed', 'build is broken', 'tests failing in CI', 'why is CI red', or any request to investigate and resolve PR check failures.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Clipboard's core libraries and utilities. See individual package `README`s for specific library details.
See package.json scripts for a complete list of commands.
See Nx CLI Commands for options or npx nx --help.
# Install dependencies
npm install
# Build, lint, and test only changed files from `main`, helpful prior to opening PRs
npm run affected
# For the paranoid: build, lint, and test everything
npm run all
# Install a dependency in a specific package
npm install --workspace packages/[PROJECT_NAME] [DEPENDENCY]
# Run specific commands against a specific packages
npx nx run [PROJECT_NAME]:[COMMAND]
# Upgrade Nx
npx nx migrate latest && \
npx syncpack fix && \
npm install && \
npx nx migrate --runMigrations --ifExists
See our Nx generator plugin.
See CONTRIBUTING.md.
npx claudepluginhub clipboardhealth/core-utils --plugin coreEssential developer skills for monorepos, debugging, testing, and build optimization
GitHub Actions CI/CD - workflows, authentication, inspection
LLM Capital Efficiency Framework: 145+ production-tested slash commands for autonomous development workflows, PR automation, and multi-agent orchestration
Commands, agents, skills, and context for AI-assisted development workflows
Plugin-first Claude Code workflows with planning, CI/CD debugging, reusable agents, TODOs, and MCP safety policies.
GitHub integration providing repository management, issues, pull requests, actions, and code search via GitHub Copilot's hosted MCP server. Zero configuration required.