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.md

Skill 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/buildwithclaude

Then reference at plugins/agent-triforce/skills/review-findings/SKILL.md

Related Skills