review

Routes inbound contracts to the appropriate review skill and produces a unified review memo.

4|2|Updated May 13, 2026
One-click install
npx skills add https://github.com/BoardAI/vallor-plugins --skill review-boardai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/BoardAI/vallor-plugins/tree/main/vallor/skills/review
Command: npx skills add https://github.com/BoardAI/vallor-plugins --skill review-boardai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Inbound agreements arrive in many forms — NDAs, MSAs, SaaS subscriptions with exhibits — and reviewing each against a company playbook requires picking the right review approach. This Skill removes the guesswork by identifying the agreement structure from its titles, routing it to the correct review skill, and consolidating everything into one memo. ## Core Features & Use Cases - Structure-Based Routing: Reads the main agreement title and all exhibit, schedule, and addendum titles to select the right review skill (nda-review, vendor-agreement-review, saas-msa-review) instead of relying on body keywords. - Routing Confirmation: Optionally confirms the identified document types with the user before proceeding, controlled by the confirm_routing preference in the playbook config. - Integrated Output: Runs multiple review skills in sequence when needed and merges results into a single deviation-by-deviation memo with redline language and named approvers, plus escalation flagging for issues beyond reviewer authority. - Use Case: You receive a 40-page MSA with a DPA exhibit and an auto-renewing order form. Attach the file, and the Skill identifies all three components, confirms the routing, reviews each against your playbook, and delivers one consolidated memo. ## Quick Start Review the attached vendor agreement against my playbook and tell me which issues need escalation.

Frequently Asked Questions about review

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

FAQPage Schema
How do I review a vendor contract against my company playbook?

Provide the agreement as a file path, Drive link, CLM ID, or pasted text. The Skill reads the document titles, routes to the matching review skill, and produces a deviation-by-deviation memo with redline language and named approvers.

How does contract routing decide between NDA, MSA, and SaaS review?

Routing is based on document structure: the main agreement title and all exhibit, schedule, and addendum titles. Body keywords are deliberately not used, so a long MSA mentioning confidentiality is not misclassified as an NDA.

Can it review an MSA with a DPA exhibit and order form together?

Yes. Multiple review skills can apply to one package, such as vendor-agreement-review plus saas-msa-review. They run in sequence and the results are integrated into a single memo rather than separate reports.

Can I turn off the routing confirmation prompt?

Yes. Set confirm_routing to false under Review preferences in the vallor CLAUDE.md config file. The Skill then proceeds automatically and logs the routing decision at the top of the review memo.

What happens if a contract issue exceeds my approval authority?

The Skill checks each issue against the escalation matrix in your playbook config. Anything beyond reviewer authority is routed through the escalation-flagger, which drafts the escalation ask for the appropriate approver.