Skip to content

Add fresh-eyes-review, review-squad, and simmer skills#613

Open
sophiealula wants to merge 1 commit intoComposioHQ:masterfrom
sophiealula:add-2389-research-skills
Open

Add fresh-eyes-review, review-squad, and simmer skills#613
sophiealula wants to merge 1 commit intoComposioHQ:masterfrom
sophiealula:add-2389-research-skills

Conversation

@sophiealula
Copy link
Copy Markdown

What this adds

Three Claude Code skills from 2389 Research to the Development & Code Tools section:

  • fresh-eyes-review — Pre-commit sanity check that catches security vulnerabilities, logic errors, and business rule bugs that pass tests. Runs through structured checklists (SQL injection, XSS, off-by-one, race conditions, etc.) before every commit.

  • review-squad — Dispatches parallel panels of specialized reviewer subagents. Includes default expert panels for web, API, mobile, and CLI projects (SEO, accessibility, security, performance, etc.) that run concurrently and consolidate into a severity-ranked report.

  • simmer — Iterative artifact refinement loop. Takes any artifact (code, docs, prompts, emails) and improves it over multiple rounds using investigation-first judges that actually read the code and propose evidence-based changes. Auto-selects single judge vs. judge board based on complexity.

Why these three

We maintain ~25 skills at 2389 but picked these because they solve problems most Claude Code users hit:

  • Shipping bugs that tests don't catch (fresh-eyes-review)
  • Getting shallow reviews from a single perspective (review-squad)
  • Wanting to iteratively improve something but not having a structured loop for it (simmer)

All three are actively used in production across our team.

Format

Added as external skill links in alphabetical order within Development & Code Tools, following the existing pattern for external skills (obra/superpowers, sanjay3290, NeoLabHQ, etc.).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant