Automate GitHub-centric dev workflows: create branches/PRs from changes, diagnose/fix CI failures and Playwright flakiness, resolve review comments, perform adversarial/code quality reviews, investigate Datadog production issues, manage AWS Cognito users, seed test data, link monorepo packages, and analyze sessions for Claude Code optimizations.
npx claudepluginhub clipboardhealth/core-utils --plugin corePerform 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.
Debug and fix flaky Playwright E2E tests using Playwright reports and Datadog. Use this skill when investigating intermittent Playwright test failures, triaging flaky E2E tests, or fixing test instability.
Iteratively commit, push, and address PR feedback until CI passes and comments are resolved. Use this skill when the user wants to get a PR to a mergeable state, fix CI and address review comments in a loop, or says things like 'iterate on my PR', 'make this PR pass', 'fix everything on the PR', 'get this PR ready to merge', or 'keep going until CI is green'.
Analyze the current session for agent efficiency, quality, and actionable improvements. Use this skill when the user says things like "learn from this session", "session retro", "what went well", "how did the agent do", "what should I improve", "review this session", "session review", or any request to reflect on how the current session went. Also use when the user wants to extract learnings, identify friction, or improve their workflow based on what just happened.
Use Clipboard's internal CLI to link and unlink @clipboard-health packages across repositories for local development. Use when testing local package changes, linking @clipboard-health packages between repos, or using the cbh CLI local-package command.
Trigger seed data generation for test environments via GitHub Actions. Use when asked to seed, create test data, or set up HCPs/facilities/shifts.
Instructions for simplifying code.
Get unresolved review comments from a GitHub pull request. Use this skill when the user asks about PR feedback, review comments, unresolved threads, what reviewers said, CodeRabbit nitpicks, or wants to address PR review feedback. Also use when the user says 'check my PR', 'what's left on my PR', or 'resolve comments'.
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.
Essential developer skills for monorepos, debugging, testing, and build optimization
Share bugs, ideas, or general feedback.
GitHub Actions CI/CD - workflows, authentication, inspection
GitHub workflow, Actions monitoring, and rulesets management
Quality assurance - E2E testing, PR review, browser automation
Essential development workflow agents for code review, debugging, testing, documentation, and git operations. Includes 7 specialized agents with strong auto-discovery triggers. Use when: setting up development workflows, code reviews, debugging errors, writing tests, generating documentation, creating commits, or verifying builds. [Role] specialist. MUST BE USED when: [trigger 1], [trigger 2], [trigger 3]. Use PROACTIVELY for [broad task category].
Self-orchestrating multi-agent development system — 8 specialized AI agents, parallel quality gates, and automated workflows. You say WHAT, the AI decides HOW.