Restore thermo-nuclear-code-quality-review in cursor-team-kit#95
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
What changed
Overlap with Thermos
Users who install both plugins will see two copies of the same rubric (one under team-kit, one under thermos). The agent names differ (`thermo-nuclear-code-quality-review` vs. `thermo-nuclear-code-quality-review-subagent`), so they don't collide as Task subagent types. The skill name does collide; that's a known overlap and acceptable.
Test plan
Made with Cursor
Note
Low Risk
Documentation and plugin metadata only; no runtime application code or security-sensitive paths change.
Overview
cursor-team-kit again ships the strict maintainability review workflow that was removed when content moved to the Thermos plugin.
The PR re-adds
thermo-nuclear-code-quality-reviewas a skill (SKILL.mdrubric) and a Task subagent that loads that skill from cursor-team-kit (with parallel shell/explore diff gathering documented in the agent). The README skills/agents tables list both entries again and drop the note that thermo-nuclear review lives only in Thermos.Skill text is the scrubbed public rubric; installing cursor-team-kit and thermos together can duplicate the same skill name while subagent types stay distinct.
Reviewed by Cursor Bugbot for commit b6ebf9e. Bugbot is set up for automated code reviews on this repo. Configure here.