kanchi-dividend-review-monitor

Detect dividend risk signals and route affected tickers into human review queues.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/pasie15/claude-trading-skills-marketplace --skill kanchi-dividend-review-monitor-pasie15
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kanchi-dividend-review-monitor
Source: https://github.com/pasie15/claude-trading-skills-marketplace/tree/main/plugins/trading-dividend-investing/skills/kanchi-dividend-review-monitor
Command: npx skills add https://github.com/pasie15/claude-trading-skills-marketplace --skill kanchi-dividend-review-monitor-pasie15

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Identify abnormal dividend-risk signals across a holdings universe and convert those anomalies into deterministic OK/WARN/REVIEW outcomes so humans can prioritize manual triage without accidental automated liquidation.

Core Features & Use Cases

  • Rule-based anomaly detection: Implements T1–T5 triggers (dividend cuts, coverage deterioration, credit stress proxies, governance filing flags, structural decline) to map tickers to OK/WARN/REVIEW.
  • Human-in-the-loop workflow: Queues REVIEW items for manual tickets, preserves evidence for audit, and enforces a strict never-auto-sell guardrail.
  • Cadence-aware monitoring: Supports daily, weekly, and quarterly checks with prioritization, deduplication, and escalation to the highest-severity trigger.
  • Use Case: Run periodic scans over a dividend portfolio to detect cuts and governance red flags, generate review tickets for portfolio managers, and produce a markdown dashboard for triage.

Quick Start

Ask the skill to analyze your normalized holdings JSON and return the review queue JSON, a markdown dashboard summary, and any REVIEW tickets for human action.

Frequently Asked Questions about kanchi-dividend-review-monitor

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

FAQPage Schema
How do I monitor dividend portfolios for risk signals and route tickers into a review queue?

To monitor dividend portfolios for risk signals and route tickers into a review queue, you need a normalized JSON input of your holdings. The system applies T1–T5 triggers to detect cuts, coverage deterioration, and governance flags, outputting deterministic OK/WARN/REVIEW queue JSON and markdown dashboards for triage.

What is the best way to detect dividend cuts and governance filing anomalies across holdings?

Detecting dividend cuts and governance filing anomalies requires applying rule-based triggers to SEC filing data and portfolio metrics. This approach maps affected tickers to severity levels, ensuring governance red flags and structural declines are queued for manual review rather than automated liquidation.

How do I set up daily and quarterly dividend monitoring for portfolio risk without auto-selling?

Setting up cadence-aware dividend monitoring for portfolio risk without auto-selling involves configuring daily, weekly, and quarterly checks. The system enforces a strict never-auto-sell guardrail, escalating only the highest-severity trigger to REVIEW tickets for human triage while preserving evidence for audit.

Can I use normalized JSON holdings to generate a markdown dashboard for dividend triage?

Yes, you can use normalized JSON holdings to generate a markdown dashboard for dividend triage. Providing your portfolio data in the required schema allows the detection logic to run anomaly checks and produce both a markdown dashboard summary and review tickets for portfolio managers.

Does dividend risk monitoring require deduplication and escalation logic for multiple triggers?

Dividend risk monitoring requires deduplication and escalation logic when multiple triggers fire simultaneously. The system prioritizes triggers based on cadence and escalates the ticker to the highest-severity outcome, ensuring portfolio managers focus on the most critical coverage deterioration or credit stress signals.

What limitations exist when using rule-based anomaly detection for dividend portfolio risk?

A key limitation of rule-based anomaly detection for dividend portfolio risk is the strict requirement for normalized JSON input matching a specific schema. Additionally, the system cannot execute automated trades due to its never-auto-sell guardrail, meaning all REVIEW items require manual human triage and action.