Files
Eric Zakariasson 6e3d2ea56d Restore thermo-nuclear-code-quality-review in cursor-team-kit (#95)
The skill and agent originally landed in cursor-team-kit via PR #70
and were unintentionally removed when the Thermos plugin (PR #92)
relocated them. Restoring here so they remain available in team-kit
alongside the standalone Thermos plugin.

- Restore cursor-team-kit/skills/thermo-nuclear-code-quality-review/SKILL.md
  using the cleaned-up version (no internal-only references) that
  Thermos already ships.
- Restore cursor-team-kit/agents/thermo-nuclear-code-quality-review.md
  verbatim from the original PR (points at the cursor-team-kit plugin
  for skill lookup).
- Add the skill + agent rows back to cursor-team-kit/README.md and
  remove the now-misleading "moved to Thermos" pointer.

Users installing both plugins will see the same skill name in two
places; this is a known overlap and is fine for now.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-28 09:19:23 -07:00

2.5 KiB

Cursor Team Kit plugin

Internal-style workflows for CI, code review, shipping, and test reliability. The kit is designed to be plug and play without requiring third-party service integrations.

Installation

/add-plugin cursor-team-kit

Components

Skills

Skill Description
loop-on-ci Watch CI runs and iterate on failures until checks pass
review-and-ship Run a structured review, commit changes, and open a PR
pr-review-canvas Generate an interactive HTML PR walkthrough with annotated, categorized diffs
verify-this Prove or disprove claims with baseline/treatment artifacts and a clear verdict
control-cli Build or adapt a local harness to drive and profile interactive CLIs or TUIs
control-ui Build or adapt a local browser/CDP harness for web or Electron UIs
make-pr-easy-to-review Clean noisy PR history, improve descriptions, and add reviewer guidance
run-smoke-tests Run Playwright smoke tests and triage failures
fix-ci Find failing CI jobs, inspect logs, and apply focused fixes
new-branch-and-pr Create a fresh branch, complete work, and open a pull request
get-pr-comments Fetch and summarize review comments from the active pull request
check-compiler-errors Run compile and type-check commands and report failures
what-did-i-get-done Summarize authored commits over a given time period into a concise status update
weekly-review Generate a weekly recap of shipped work with bugfix/tech-debt/net-new highlights
fix-merge-conflicts Resolve merge conflicts, validate build/tests, and summarize decisions
deslop Remove AI-generated code slop and clean up code style
workflow-from-chats Extract durable working preferences from chats into skills, rules, or docs
thermo-nuclear-code-quality-review Run an unusually strict maintainability review (code-judo, 1k-line rule, spaghetti, boundaries)

Agents

Agent Description
ci-watcher Monitor GitHub Actions runs and return concise pass/fail summaries
thermo-nuclear-code-quality-review Task subagent that runs the thermo-nuclear code quality rubric against a diff

Rules

Rule Description
typescript-exhaustive-switch Require exhaustive switch handling for unions/enums
no-inline-imports Keep imports at module top-level for readability and consistency

License

MIT