Agent skill · Code Review & Quality

kanchi-dividend-review-monitor

Monitor dividend portfolios with Kanchi-style forced-review triggers (T1-T5) and convert anomalies into OK/WARN/REVIEW states without auto-selling. Use when users ask for 減配検知, 8-Kガバナンス監視, 配当安全性モニタリング, REVIEWキュー自動化, or periodic dividend risk checks.

BaggaT236github.com/BaggaT236GitHub ↗
claude-codeships scriptsMIT
Install
npx skills add BaggaT236/AI-Trading-Skills --skill kanchi-dividend-review-monitor --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 8
SKILL.md size: 5 KB
Bundled scripts: yes
Path: skills/kanchi-dividend-review-monitor/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 118
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Kanchi Dividend Review Monitor ## Overview Detect abnormal dividend-risk signals and route them into a human review queue. Treat automation as anomaly detection, not automated trade execution. ## When to Use Use this skill when the user needs: - Daily/weekly/quarterly anomaly detection for dividend holdings. - Forced review queueing for T1-T5 risk triggers. - 8-K/governance keyword scans tied to portfolio tickers. - Deterministic `OK/WARN/REVIEW` output before manual decision making. ## Prerequisites Provide normalized input JSON that follows: - `references/input-schema.md` If upstream data is unavailable, provide at least: - `ticker` - `instrument_type` - `dividend.latest_regular` - `dividend.prior_regular` ## Non-Negotiable Rule Never auto-sell based only on machine triggers. Always create `WARN` or `REVIEW` evidence for human confirmation first. ## State Machine - `OK`: no action. - `WARN`: add to next check cycle and pause optional adds. - `REVIEW`: immediate human review ticket + pause adds. Use `references/trigger-matrix.md` for trigger thresholds and actions. ### Flat-dividend cadence caveat When T6 is driven only by `freeze_flag` / latest regular dividend equal to prior r

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Prerequisites
  4. Non-Negotiable Rule
  5. State Machine
  6. Flat-dividend cadence caveat
  7. Monitoring Cadence
  8. Workflow
  9. 1) Normalize input dataset
  10. 2) Run the rule engine
  11. 3) Prioritize and deduplicate
  12. 4) Generate human review tickets
  13. SEC Filing Guardrail
  14. Output Contract
Ships with 7 files
  • agents/openai.yaml
  • references/input-schema.md
  • references/review-ticket-template.md
  • references/trigger-matrix.md
  • scripts/build_review_queue.py
  • scripts/tests/conftest.py
  • scripts/tests/test_build_review_queue.py
Commands it runs
python3 skills/kanchi-dividend-review-monitor/scripts/build_review_queue.py \
More from AI-Trading-Skills
All skills →
About this skill
What does the kanchi-dividend-review-monitor skill do?

Monitor dividend portfolios with Kanchi-style forced-review triggers (T1-T5) and convert anomalies into OK/WARN/REVIEW states without auto-selling. Use when users ask for 減配検知, 8-Kガバナンス監視, 配当安全性モニタリング, REVIEWキュー自動化, or periodic dividend risk checks.

How do I install it?

Run `npx skills add BaggaT236/AI-Trading-Skills --skill kanchi-dividend-review-monitor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BaggaT236/AI-Trading-Skills, a repository with 118 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going