ln-005-agent-reviewer

Delegate context files to external agents for reviewed improvements.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-005-agent-reviewer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ln-005-agent-reviewer
Source: https://github.com/cbbkrd-tech/jl-finishes/tree/main/.claude/skills/ln-005-agent-reviewer
Command: npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-005-agent-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill automates the process of getting independent, critical reviews on any context (plans, decisions, documents) by delegating them to external AI agents, ensuring thorough verification and improvement.

Core Features & Use Cases

  • Universal Context Review: Can review any type of context that can be saved to a file.
  • Parallel Agent Delegation: Sends context to multiple agents (Codex, Gemini) simultaneously for diverse feedback.
  • Debate Protocol: Critically verifies suggestions and engages in debate with agents if disagreements arise.
  • Filtered Improvements: Returns deduplicated and verified suggestions, enhancing the original context.
  • Use Case: When drafting a new architectural proposal, use this Skill to have Codex and Gemini independently review it for potential flaws, security risks, and areas for improvement before finalizing.

Quick Start

Use the ln-005-agent-reviewer skill to review the context files located in the 'docs/proposal' directory.

Frequently Asked Questions about ln-005-agent-reviewer

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

FAQPage Schema
How do I get independent AI agent reviews for architecture proposals?▼

To get independent AI agent reviews for architecture proposals, you delegate context files to external agents like Codex and Gemini simultaneously. The skill uses a debate protocol to critically verify suggestions and returns filtered, deduplicated improvements to enhance your original plans.

What is the debate protocol for verifying AI agent suggestions?▼

The debate protocol for verifying AI agent suggestions is a mechanism where external agents' feedback is critically checked for validity. If disagreements arise, the skill engages the agents in debate, ultimately returning only deduplicated and verified improvements.

Can I use Codex and Gemini simultaneously to review project decisions?▼

Yes, you can use Codex and Gemini simultaneously to review project decisions. The skill features parallel agent delegation, sending your context to multiple AI agents at once to gather diverse feedback before filtering and returning the final improvements.

How do I pass context to external agents for review?▼

You pass context to external agents for review by saving it to files. The skill ensures a structured and verifiable process by always routing arbitrary context, such as plans and documents, through file-based delegation rather than direct in-memory passing.

What types of context can be reviewed using external agents?▼

Any type of context that can be saved to a file can be reviewed using external agents. This includes plans, decisions, documents, and architecture proposals, allowing you to get independent feedback on diverse software engineering artifacts.

Does the agent review process return raw suggestions directly?▼

No, the agent review process does not return raw suggestions directly. It critically verifies the suggestions received from Codex and Gemini, filters out duplicates, and returns only the validated improvements to enhance your context.