3
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill cleanexpo/ato --skill legislative_change_monitoring- SKILL.md8.2 KB
Overview
This skill monitors Australian tax legislative activity and alerts engineering and tax teams to changes that affect tax analysis engines. It detects new ATO rulings, tax determinations, Treasury amendments, federal budget items, and relevant court decisions, then produces structured alerts with recommended actions. The goal is to minimize calculation errors and ensure timely engine updates and compliance recalculations.
How this skill works
The skill continuously scrapes a registry of primary, secondary and tertiary government and legal sources, caches page content, and performs diff-based change detection. Detected items are classified into rate changes, rule changes, or deadline changes, assessed for engine impact, and turned into severity-tagged alerts with concrete remediation steps. Alerts include affected engines, entity types, financial years, and prioritized actions.
When to use it
- Track ATO tax rulings (TR) and tax determinations (TD) that affect engine logic
- Detect federal budget announcements that change tax rates or thresholds
- Monitor Treasury bills, exposure drafts and Parliamentary bills before Royal Assent
- Identify court decisions (AAT, Federal Court, High Court) that change legal interpretation
- Refresh annual rates like Division 7A benchmark, SG, FBT, payroll tax thresholds
- Update compliance calendars when lodgement or reporting deadlines change
Best practices
- Scrape conservatively and respect government site rate limits (e.g., max 1 request per 10s)
- Cache page content and compare diffs rather than relying on timestamps alone
- Verify rate or rule changes from the official ATO/legal source before applying engine updates
- Log every detected change in a legislative change register for auditability
- Distinguish proposed measures (bills) from enacted law and track appeal status for court decisions
- Include effective dates and scope so updates target correct financial years and entity types
Example use cases
- Immediate update when ATO Tax Determination publishes the new Division 7A benchmark rate
- Trigger a Linear issue for engineers after a High Court decision reverses ATO guidance on trust distributions
- Recalculate R&D offsets when AusIndustry or Treasury changes eligibility criteria
- Update state payroll tax thresholds and regenerate payroll tax liability reports
- Adjust compliance calendar and notify clients when lodgement due dates are extended
FAQ
Critical rate changes are classified CRITICAL and should be generated same day with immediate remediation steps.
How are false positives reduced when scraping government sites?
We use cached content diffs, cross-reference multiple primary sources, and require official source confirmation before triggering high-severity actions.