review-findings
Addresses and fixes findings from a QA code review. Reads the review report, fixes critical and warning issues, and prepares for re-verification. Delegates to the Forja (Dev) agent.
Content Preview
--- name: review-findings category: workflow-orchestration description: Addresses and fixes findings from a QA code review. Reads the review report, fixes critical and warning issues, and prepares for re-verification. Delegates to the Forja (Dev) agent. --- # Review Findings Addresses and fixes QA findings using the Forja (Dev) agent. ## When to Use This Skill - After receiving a code review from Centinela (QA) - When a review report has findings that need to be addressed - Fixing critical a
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/review-findings.md \
https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/agent-triforce/skills/review-findings/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/davepoon/buildwithclaudeThen reference at plugins/agent-triforce/skills/review-findings/SKILL.md
Related Skills
Code Review Reception
Receive and act on code review feedback with technical rigor, not performative agreement or blind implementation
receiving-code-reviewcode review reception
by Jesse Vincent (community) · obra-superpowers-skills
Requesting Code Review
Dispatch code-reviewer subagent to review implementation against plan or requirements before proceeding
requesting-code-reviewrequesting code review
by Jesse Vincent (community) · obra-superpowers-skills
review
Run the local review gate before pushing.
commandsreview
by alirezarezvani · alirezarezvani-claude-skills
Performing Security Code Review
This skill enables Claude to conduct a security-focused code review using the security-agent plugin. It analyzes code for potential vulnerabilities like SQL injection, XSS, authentication flaws, and insecure dependencies. Claude uses this skill when the user explicitly requests a security audit, ask
skill-adapterperforming security code review
by jeremylongshore · plugins-plus-skills