Regulatory update notifier
Production-grade AI agent skills & MCP servers for the Israeli market — סקילים
npx -y skills add skillim-hub/skills --skill regulatory-update-notifierAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Monitor and summarize Israeli legal and regulatory changes relevant to small businesses, freelancers, consumers, and industry-specific operations.
SKILL.md
10.1 KB, as published. Nobody here has run it
Regulatory Update Notifier
Purpose
Monitor, classify, summarize, and route Israeli legal and regulatory updates for small businesses, freelancers, consumers, and operational teams. Cover primary legislation, secondary legislation, official gazette publications, regulator guidance, public consultations, enforcement notices, and authority announcements.
Use the skill when the user asks to track changes from Israeli sources such as the Knesset, Reshumot, government authority pages, the Government Legislation Site, public consultation portals, or sector regulators. Produce practical summaries that distinguish official legal force from draft material, guidance, background, or enforcement activity.
Operating principles
Use imperative, neutral language. State what changed, who may be affected, the effective date or response deadline, what evidence supports the classification, and what action is appropriate. Do not present summaries as legal advice. Route uncertain or high-impact matters to qualified review.
Prefer official source hierarchy:
- Reshumot or official gazette publication for enacted text.
- Knesset source for bills, committee records, readings, and legislative progress.
- Regulator or ministry page for guidance, circulars, notices, consultations, and enforcement.
- Government consultation page for drafts and requests for comments.
- Secondary reporting only as context; never use it as the controlling source.
Inputs to collect
Ask for missing information only when it materially changes the result. Otherwise use safe defaults.
| Input | Default | Notes |
|---|---|---|
| Industry or actor type | all | Examples: ecommerce, freelancer, employer, consumer, clinic, importer |
| Sources | starter Israeli registry | Add specific authorities when the user names them |
| Period | latest available | Use since when the user needs a date range |
| Locale | Hebrew for Israeli operations | Use English when requested |
| Alert threshold | medium | Raise threshold for noisy sectors |
| Output | action-oriented digest | Include source links and verification notes |
Decision tree
flowchart TD
A[Receive update or monitoring request] --> B{Official Israeli source?}
B -- No --> C[Use as context only and request official source when impact is high]
B -- Yes --> D{Source type}
D -- Reshumot --> E[Classify as enacted or future effective]
D -- Knesset --> F[Classify as bill or legislative background]
D -- Regulator guidance --> G[Classify as guidance, enforcement, or consultation]
D -- Public consultation --> H[Classify as draft regulation]
E --> I{Contains deadline, penalty, mandatory term, or ₪ threshold?}
F --> I
G --> I
H --> I
I -- Yes --> J[Assign high or critical severity]
I -- No --> K[Assign low or medium severity]
J --> L[Write summary, actions, and verification path]
K --> L
Classification rules
Enacted or future effective
Classify as enacted when the source is Reshumot, an official gazette page, or a final regulation or order. Classify as future effective when the text includes a commencement date later than the current date. Extract dates in YYYY-MM-DD, DD/MM/YYYY, and DD-MM-YYYY.
Example:
Order published in Reshumot on 02/06/2026. Commencement on 01/01/2027. Applies to importers above the monetary threshold stated in the official source.
Result:
{
"status": "future-effective",
"severity": "high",
"actions": [
"Verify final text in Reshumot",
"Check sales threshold",
"Prepare operating change before 01/01/2027"
]
}
Bill
Classify Knesset OData records, readings, committee stages, and bill proposals as bill. Do not describe a bill as binding law unless final enactment and publication are confirmed.
Draft regulation
Classify drafts, memoranda, consultations, and documents open for public comments as draft regulation. Include response deadline and affected sectors.
Guidance
Classify FAQs, circulars, authority positions, procedure pages, and regulator guidance as guidance. Note that binding force may vary by authority and legal basis.
Enforcement
Classify fines, financial sanctions, inspections, warning campaigns, and penalty announcements as enforcement. Treat enforcement notices as strong compliance signals even when they do not change the legal text.
Relevance scoring
Use a 0 to 100 score. Assign higher scores when multiple signals appear.
| Signal | Add |
|---|---|
| Industry match | 30 |
| Keyword match | 20 |
| Mandatory language | 15 |
| Deadline or commencement date | 15 |
| Enacted, future effective, or enforcement | 10 |
| Fine, sanction, inspection, or penalty | 10 |
| ₪ amount or threshold | 5 |
| Generic all-sector source | 10 |
Use the score as a triage aid, not as legal certainty.
Output template
### Title
- Status: enacted, future-effective, bill, draft-regulation, guidance, enforcement, or background
- Source: official source name and regulator
- Published: YYYY-MM-DD or unknown
- Effective or response deadline: date or unknown
- Relevant to: industries, actor types, or consumer group
- Alert level: low, medium, high, or critical
- What changed: concise factual summary
- Impact: operational, tax, consumer disclosure, employment, privacy, licensing, or reporting impact
- Actions: concrete checklist
- Verification: official source to recheck before implementation
Concrete examples
Online store
Input:
Consumer authority guidance requires clearer cancellation disclosure for distance selling by 30/06/2026.
Output focus:
- Confirm whether the notice is guidance or binding regulation.
- Identify affected sales flows: checkout, terms, cancellation form, customer service scripts.
- Record any ₪ refund or fee thresholds.
- Set owner and due date.
Freelancer or small business
Input:
Tax Authority announcement about digital invoices for dealers.
Output focus:
- Check whether the update affects an exempt dealer, authorized dealer, company, or nonprofit.
- Extract commencement date, turnover threshold, reporting method, and sanction language.
- Flag accountant review when the update changes VAT, withholding tax, bookkeeping, invoices, or Israel Invoice allocation thresholds.
Consumer
Input:
New enforcement notice about misleading prices.
Output focus:
- Explain consumer rights in plain language.
- Avoid promising compensation.
- Include complaint channel and official authority source where available.
Employer
Input:
Ministry of Labor circular about wage slip obligations.
Output focus:
- Identify affected employers, payroll provider, and employees.
- Extract deadline, recordkeeping duty, and penalty indicators.
- Mark as high severity when fines or mandatory language appear.
Edge cases
| Case | Handling |
|---|---|
| Same change appears in a bill and Reshumot | Prefer Reshumot for binding status; mention bill only as history |
| Regulator guidance conflicts with statute | Flag legal review and cite both |
| Public consultation has no deadline | Mark deadline unknown; recommend checking the source page manually |
| PDF contains scanned text | Use manual extraction or OCR; mark confidence lower |
| Source page updated but no change log exists | Compare saved snapshot and current text; avoid overstating novelty |
| Law applies only by threshold | Extract ₪ threshold and request user revenue, turnover, headcount, or transaction facts |
| Mixed consumer and business impact | Split the summary into consumer action and business action |
| Hebrew and English source titles differ | Preserve official title and translate only the summary |
| Ambiguous commencement phrase | Mark as uncertain and route to review |
| Secondary news article cites a regulation | Locate the official source before classifying as enacted |
Production checklist
- Configure only official or regulator-owned sources for automated alerts.
- Store source URL, retrieval time, content hash, and extracted publication date.
- Deduplicate by URL, normalized title, and publication date.
- Keep raw text with each alert for audit.
- Set sector-specific keywords and ignored terms.
- Require manual review for critical alerts.
- Confirm Reshumot publication before describing a rule as final law.
- Track public consultation deadlines separately from effective dates.
- Keep a Hebrew digest for Israeli operational users and an English digest for management when needed.
- Archive generated digests with the source snapshots used to create them.
Troubleshooting summary
| Symptom | Likely cause | Fix |
|---|---|---|
| No updates found | Filters too narrow or source returned an empty page | Lower threshold, remove keyword, inspect raw source |
| Many irrelevant alerts | Industry list too broad | Add keywords and ignored sectors |
| Bill marked as binding | Source hierarchy ignored | Require Reshumot confirmation |
| Date displayed incorrectly | Locale parsing mismatch | Normalize to DD/MM/YYYY for Hebrew output |
| HTTP failure | Rate limit, redirect, TLS, or bot control | Retry politely and keep manual fallback |
| Duplicate alerts | Same item appears across RSS, HTML, and OData | Deduplicate by normalized title and URL |
Anti-patterns
- Do not call a bill a law before final publication.
- Do not omit the official source.
- Do not hide uncertainty.
- Do not mix response deadlines with effective dates.
- Do not treat all regulator FAQs as binding legal text.
- Do not translate legal terms loosely when the Hebrew term is material.
- Do not send high-impact tax, privacy, labor, health, or finance advice without review.
Web-validated source practice
Use references/verification-log.md as the current package baseline. For production summaries, recheck live official sources when citing VAT, thresholds, fees, percentages, official forms, or endpoint paths. Do not copy illustrative amounts into user-facing advice unless the active official source contains the amount.
Gives 0 of the 12 instructions most regulatory compliance skills give
Counted across 187 of the 188 authors here whose files we hold, read 2026-08-06
- retain audit logs for at least 6 yearsin 10 of 187, across 8 files
- remove or alter HIPAA identifiersin 9 of 187, across 4 files
- document patient consent for publicationin 9 of 187, across 4 files
- stamp files after creating or modifying themin 8 of 187, across 2 files
- inspect detailed trust scores before modifying filesin 8 of 187, across 2 files
- check root account mfa statusin 8 of 187, across 2 files
- check for unused credentials over ninety days oldin 8 of 187, across 2 files
- check iam users for mfa enforcementin 8 of 187, across 2 files
- verify cloudtrail is enabled and loggingin 8 of 187, across 2 files
- check s3 bucket access logging configurationin 8 of 187, across 2 files
- read existing metadata before modifying filesin 8 of 187, across 2 files
- run compliance audits using the specified regulationsin 8 of 187, across 2 files
Said here and by no other author read
- route uncertain matters to qualified review
- prefer official sources over secondary reporting
- ask for missing information only when material
- classify updates by source type
- extract deadlines and monetary thresholds
- assign severity based on mandatory terms
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once.