implement-feature-review

Orchestrate eight parallel review agents to produce a consolidated improvements document.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/functionspace/fs_trading_sdk --skill implement-feature-review
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: implement-feature-review
Source: https://github.com/functionspace/fs_trading_sdk/tree/main/.claude/skills/implement-feature-review
Command: npx skills add https://github.com/functionspace/fs_trading_sdk --skill implement-feature-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates a multi-agent adversarial review workflow to thoroughly verify implementation handoffs, artifact chains, and validations, producing a consolidated improvements document for execution.

Core Features & Use Cases

  • Orchestrates eight parallel review agents plus one consolidation agent to generate a comprehensive review.
  • Reads handoff, plan, validation, and completion artifacts to ensure cross-document traceability.
  • Outputs a structured improvements document that can be handed to another agent for remediation.

Quick Start

Trigger the eight-agent review workflow by supplying the handoff document path and artifact set, and run the orchestration to produce a consolidated improvement report.

Frequently Asked Questions about implement-feature-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review for implementation handoffs?▼

Automate code review for implementation handoffs by orchestrating eight parallel review agents and one consolidation agent. This workflow reads handoff, plan, and validation artifacts to ensure cross-document traceability and outputs a structured improvements document for remediation.

What is a multi-agent adversarial code review workflow?▼

A multi-agent adversarial code review workflow coordinates eight parallel agents plus one consolidation agent to thoroughly verify code changes. It cross-references artifact chains and validations to produce a detailed improvements document for execution.

How do I ensure traceability across artifact chains during code validation?▼

Ensure traceability across artifact chains by reading handoff, plan, validation, and completion artifacts during the review process. The multi-agent consolidation agent verifies cross-document traceability from handoff to completion before generating a consolidated report.

Does this multi-agent code review approach work without external dependencies?▼

Yes, this multi-agent code review approach works without external dependencies. It operates independently to orchestrate parallel agents and generate a consolidated improvements document, requiring only the handoff document path and artifact set as input.

Can I output a structured improvements document for automated remediation?▼

Yes, you can output a structured improvements document for automated remediation. The consolidation agent analyzes evidence from the eight review agents to produce a detailed report that can be directly handed to another agent for execution.

What's the best way to consolidate evidence from parallel code review agents?▼

The best way to consolidate evidence from parallel code review agents is using a dedicated consolidation agent. It aggregates findings from eight parallel agents, performs regression checks, and outputs a structured improvements document for execution.