debug-rta

Diagnose Ready to Assign calculation discrepancies in monthly budgeting data.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/camilopiedra92/YNAB-Clone --skill debug-rta
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: debug-rta
Source: https://github.com/camilopiedra92/YNAB-Clone/tree/main/.agent/skills/debug-rta
Command: npx skills add https://github.com/camilopiedra92/YNAB-Clone --skill debug-rta

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Provides a diagnostic flowchart and guidance to identify and fix Ready to Assign (RTA) calculation discrepancies in monthly budgeting, enabling faster troubleshooting and accuracy.

Core Features & Use Cases

  • Diagnostic flowchart guiding root-cause analysis for RTA discrepancies.
  • Detect ghost entries, overspending, and propagation issues in budget_months data.
  • Validate RTA logic across months using the included diagnostic SQL script.

Quick Start

Run npm run db:debug-rta to print per-month income, assigned, and RTA for the last 12 months.

Frequently Asked Questions about debug-rta

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

FAQPage Schema
How do I diagnose Ready to Assign calculation discrepancies in my monthly budget?▼

To diagnose Ready to Assign (RTA) discrepancies, run a script-driven diagnostic workflow using SQL queries to validate RTA logic and print per-month income, assigned, and RTA values for the last 12 months.

What causes RTA calculation issues in monthly budgeting data?▼

RTA calculation issues in monthly budgeting are typically caused by ghost entries, overspending scenarios, and propagation problems across multiple months in your budget data.

How do I detect ghost entries affecting my budget RTA logic?▼

Detect ghost entries affecting RTA logic by running the diagnostic SQL script via the command line, which validates per-month income and assigned amounts to isolate erroneous data propagation.

Can I validate RTA logic across multiple months using SQL?▼

Yes, you can validate RTA logic across multiple months using the included diagnostic SQL queries, which analyze budget_months data to identify overspending and discrepancies over the last 12 months.

Do I need any external dependencies to run the RTA diagnostic script?▼

No external dependencies are required to run the RTA diagnostic script; it operates independently using frontmatter metadata and SQL queries against your existing monthly budgeting data.