Add fresh-eyes-review, review-squad, and simmer skills#613
Open
sophiealula wants to merge 1 commit intoComposioHQ:masterfrom
Open
Add fresh-eyes-review, review-squad, and simmer skills#613sophiealula wants to merge 1 commit intoComposioHQ:masterfrom
sophiealula wants to merge 1 commit intoComposioHQ:masterfrom
Conversation
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.
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:
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.).