comments

Track NPRM comment deadlines and log filing decisions in a YAML tracker.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/tk1cntt/PhapChe --skill comments-tk1cntt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comments
Source: https://github.com/tk1cntt/PhapChe/tree/main/docs/claude-for-legal-main/regulatory-legal/skills/comments
Command: npx skills add https://github.com/tk1cntt/PhapChe --skill comments-tk1cntt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Open NPRM comment periods have hard deadlines, and the real risk is a deadline passing without any logged decision on whether to file. This Skill surfaces open comment windows, reminds owners of approaching deadlines, and records filing, not-filing, or waived decisions so nothing disappears silently. ## Core Features & Use Cases - Deadline Tracking: Displays open comment periods grouped by urgency, flagging deadlines under 14 days and undecided items under 30 days. - Decision Logging: Records filing, not-filing, or waived decisions with rationale via the --decide flag, updating the comment-tracker.yaml file. - Escalating Reminders: Sends Slack notifications on first NPRM detection, at 14 days, and at 3 days before deadline if still undecided. - Consequential-Action Gate: Requires attorney review confirmation before logging a filing decision or drafting a submission for non-lawyer users. - Use Case: A regulatory team sees CMT-001 has 10 days left and no decision logged; they run the decide command to record a not-filing decision with rationale before the deadline passes. ## Quick Start Ask the assistant to show all open NPRM comment periods and their deadlines from the comment tracker.

Frequently Asked Questions about comments

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

FAQPage Schema
How do I track NPRM comment period deadlines?

Run the comments skill to load the comment-tracker.yaml file and display all open comment periods grouped by urgency. Deadlines under 14 days are flagged separately, and undecided items with deadlines under 30 days are counted in the summary.

How do I log a decision on whether to file a regulatory comment?

Use the --decide flag with the comment ID, such as --decide CMT-001, then provide a decision of filing, not-filing, or waived plus a brief rationale. The tracker updates automatically, and filing decisions prompt for an internal review reminder.

Does the comment tracker send deadline reminders?

Yes, it sends Slack DM notifications to the comment decision owner when a new NPRM is detected, a reminder at 14 days before the deadline if undecided, and an elevated-urgency reminder at 3 days. Slack MCP must be configured with owner_slack set.

Can this skill draft the actual comment letter for submission?

No, drafting the comment letter is explicitly out of scope and remains an attorney task. The skill only tracks deadlines and records decisions; it also blocks filing decisions for non-lawyer users until attorney review is confirmed.

What happens after a comment decision is filed?

Once a decision is filed, the tracker's job is done and it does not monitor post-comment activity. Ongoing rulemaking follow-up is handled by the separate reg-feed-watcher skill.