Skill profile
Cursor Team Kit
A 17-skill Cursor plugin for CI, code review, shipping, and test reliability — loop-on-ci, review-and-ship, fix-ci, get-pr-comments, weekly-review, and more, installed together.
What it actually does
- Bundles 17 skills for internal-style team workflows without third-party service integrations: watching and fixing CI (`loop-on-ci`, `fix-ci`), shipping (`review-and-ship`, `new-branch-and-pr`), PR hygiene (`get-pr-comments`, `make-pr-easy-to-review`, `pr-review-canvas`), and reporting (`weekly-review`, `what-did-i-get-done`).
- Also includes `thermo-nuclear-code-quality-review` — the same strict maintainability rubric `thermos` uses — and `verify-this`, a baseline/treatment claim-checker.
When to use it — and when not to
Use it when
- You want a broad, ready-made set of CI/review/shipping workflows in Cursor without wiring up third-party services.
Not for
- You only want one job from the kit — the marketplace route installs all 17 together; there's no per-skill install.
The caveat that matters
It's a 17-skill bundle installed as one plugin — you can't cherry-pick just `fix-ci` without pulling in the rest of the kit through the marketplace route.
Agent compatibility
- Cursor
Cursor-native plugin — built around Cursor subagents and the plugin/hook system.
Confirmed means the skill’s own source or vendor states it works with that agent. Portable means it only reaches that agent through the shared SKILL.md format and a directory convention — real, but a weaker claim. An agent with no entry here isn’t known to be unsupported; it simply isn’t documented either way, so nothing is claimed. Full model on Agent Skills Compatibility.
Requirements and operational surface
Depends on
- Cursor subagents (for CI watching and code-quality review)
- `gh` CLI (PR/CI skills)
- Playwright (`run-smoke-tests`)
What it actually does at runtime
- Executes shell, `gh`, and Playwright commands
- Reads and writes git branches, commits, and PRs
- Reads GitHub Actions logs over the network
Related skills
- gh-fix-ciThe equivalent CI-fixing job on Codex (`gh-fix-ci`/`fix-ci` solve the same problem on different agents).
- gh-address-commentsThe equivalent PR-comment job on Codex (compare to the kit's `get-pr-comments`).
Overlap and alternatives
- thermoscursor-team-kit bundles the same thermo-nuclear-code-quality-review skill as thermos — installing both gets you that reviewer twice.
- pr-review-canvaspr-review-canvas is bundled inside cursor-team-kit as well as distributed as its own standalone plugin — the same skill either way.
Evidence and provenance
Maintained by Cursor (official). Primary source: cursor/plugins — cursor-team-kit, last checked against this page’s claims on . This page summarizes and analyzes that source — it isn’t a copy of its SKILL.md or README, and installation happens at the source, not here.