tres-rollup-review

Compute rollup rule impact on TRES Finance sub-transactions via GraphQL.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/Tres-Finance-Public/tres-finance --skill tres-rollup-review
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tres-rollup-review
Source: https://github.com/Tres-Finance-Public/tres-finance/tree/main/skills/tres-rollup-review
Command: npx skills add https://github.com/Tres-Finance-Public/tres-finance --skill tres-rollup-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures the accuracy of rollup rules in TRES Finance by computing their exact sub-transaction impact, flagging issues before rule creation.

Core Features & Use Cases

  • Rule Impact Analysis: Determines which sub-transactions a rollup rule will match, considering all filters.
  • Overlap Detection: Identifies overlapping rules that could claim the same sub-transactions.
  • Quality Gate: Used as a pre-create quality gate by the tres-rollup-rules skill to vet proposed rules.
  • Standalone Review: Reviews submitted or pending rules independently.

Quick Start

Use the tres-rollup-review skill to review a rollup rule by providing its name or ID.

Frequently Asked Questions about tres-rollup-review

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

FAQPage Schema
How do I check rollup rule impact on sub-transactions before creation?▼

To check rollup rule impact, you compute exact sub-transaction matches in TRES Finance to flag zero matches, overlaps, and configuration errors before committing the rule.

What causes overlapping rollup rules claiming the same sub-transactions?▼

Overlapping rollup rules happen when multiple rule filters match the same sub-transactions. Impact analysis detects these overlaps during review to prevent double-counting and configuration conflicts.

Do I need a GraphQL connector to review rollup rules in TRES Finance?▼

Yes, reviewing rollup rules requires the TRES Finance MCP connector and GraphQL queries to fetch rule previews and perform sub-transaction matching for accurate impact computation.

How do I detect zero match issues in TRES Finance rollup rules?▼

Detect zero match issues by computing rollup rule impact on sub-transactions. The review process flags rules failing to match any sub-transactions, highlighting filter configuration problems.

Can I review pending rollup rules independently without creating them?▼

Yes, you can review submitted or pending rollup rules independently. The process evaluates rule configuration against sub-transactions to identify exact impact and potential issues before approval.

What is the best way to validate rollup rule filters for exact matches?▼

The best way to validate rollup rule filters is to run impact analysis computing exact sub-transaction matches in TRES Finance, ensuring filters align correctly and identifying configuration errors.