What problem does it solve? Filling Israeli government forms on portals like gov.il, misim.gov.il, and btl.gov.il requires Hebrew RTL input, strict field validation (Teudat Zehut check digits, mikud postal codes, IBAN), and portal-specific knowledge, making manual submission slow and error-prone. ## Core Features & Use Cases - Browser Automation: Drive Playwright with he-IL locale to fill online forms on gov.il, Rashut HaMisim, Bituach Leumi, and the Companies Registrar portals. - Israeli Field Validation: Validate Teudat Zehut numbers with Luhn-variant check digit, Israeli phone numbers, addresses with mikud, and Israeli IBANs via the bundled fill_form.py script. - PDF Form Population: Fill downloadable government PDFs with pikepdf or PyPDF2, enumerating field names before writing values. - Use Case: An accountant needs to file a Tofes 1301 annual tax return for a client. The skill validates the client's ID and income data, navigates the Tax Authority personal area, fills the required fields in DD/MM/YYYY format, and captures the confirmation number after submission. ## Quick Start Ask the assistant to fill a specific Israeli government form, for example: help me fill Tofes 101 for my new employee using the israeli-gov-form-automator skill.