agentsclimarketplace

Hr compliance advisor

Skill skillim-hub/skills/hr-compliance-advisor

Review HR policies, employment terms, payroll assumptions, contractor arrangements, and termination steps for Israeli labor-law compliance. Covers minimum wage, overtime limits, rest rules, pension and severance duties, parental protections, notice, vacation, sick leave, convalescence pay, travel reimbursement, and relevant expansion orders. Designed for Israeli small businesses, freelancers assessing client arrangements, and consumers checking workplace rights. Produces risk-ranked findings, source-aware checklists, and practical remediation steps. Legal sources and rates must be verified against the latest official publications before final action.From its SKILL.md

Install
npx -y skills add skillim-hub/skills --skill hr-compliance-advisor

Assembled 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 file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

13.9 KB, ~2.8k tokens by cl100k_base, as published. Nobody here has run it

HR Compliance Advisor

Purpose

Use this skill to audit common Israeli HR compliance questions for a small business, freelancer, employee, or consumer. Focus on practical risk identification, structured fact gathering, and next actions that reduce exposure under Israeli labor law.

The skill does not replace licensed legal advice. Treat every output as a compliance triage memo. Escalate unusual, high-value, unionized, regulated, cross-border, discrimination, harassment, immigration, collective bargaining, strike, or criminal-liability matters to an Israeli labor-law attorney or qualified payroll professional.

Core use cases

  • Review an HR policy before rollout.
  • Check wage, overtime, pension, severance, notice, vacation, sick leave, convalescence, travel, and parental-rights rules.
  • Compare a freelancer arrangement against employee-status risk indicators.
  • Build onboarding, monthly payroll, or termination checklists.
  • Detect missing expansion-order obligations for a specific sector.
  • Prepare questions for payroll, bookkeeping, or legal review.

Required input

AreaFacts to collect
Worker statusEmployee, contractor, freelancer, candidate, intern, youth worker, foreign worker, caregiver, unknown
LocationIsrael, remote from Israel, remote to Israel, mixed
SectorGeneral, guarding, cleaning, construction, caregiving, hospitality, retail, tech, transport, public-sector contractor, other
Pay modelMonthly salary, hourly wage, daily wage, commission, retainer, piecework, tips, expense reimbursements
Work patternDays per week, weekly hours, daily hours, night work, Saturday/rest-day work, on-call time, travel time
TenureStart date, end date, breaks, probation, prior pension arrangement
BenefitsPension, severance component, vacation, sick leave, convalescence pay, travel reimbursement, holiday pay
Lifecycle eventHiring, policy rollout, monthly payroll, parental leave, reserve duty, termination, resignation, contractor conversion
DocumentsContract, payslips, attendance records, policy draft, termination letter, contractor invoice, correspondence
Dates and amountsUse DD-MM-YYYY and ₪ values where possible

When facts are missing, state the missing facts and provide a conditional answer. Do not invent rates, dates, sector coverage, or eligibility.

Legal source map

Use references/api-reference.md for source names, lookup points, and structured request/response examples. Core Israeli sources include the Minimum Wage Law, Hours of Work and Rest Law, Annual Leave Law, Sick Pay Law, Severance Pay Law, Advance Notice Law, Protection of Wages Law, Women's Employment Law, Equal Employment Opportunities Law, mandatory pension expansion order, travel-expense expansion order, convalescence arrangements, and sector expansion orders.

Always verify the current version, rate, and sector applicability before final implementation.

Decision workflow

flowchart TD
    A[Receive HR question or document] --> B[Identify worker category]
    B --> C{Employee relationship possible?}
    C -->|Yes| D[Collect wage, hours, tenure, benefits, lifecycle facts]
    C -->|No or unclear| E[Run contractor-status risk screen]
    E --> F{High employee-status indicators?}
    F -->|Yes| D
    F -->|No| G[Document contractor controls and residual risks]
    D --> H[Check mandatory baseline rights]
    H --> N9[Check sector expansion orders]
    N9 --> J[Check lifecycle-specific duties]
    J --> K[Rank findings: critical, high, medium, low]
    K --> L[Provide remediation checklist and escalation triggers]

Baseline rights checklist

Minimum wage

Check both the stated pay and the effective pay after unpaid mandatory time.

flowchart TD
    A[Identify pay basis] --> B{Monthly employee?}
    B -->|Yes| C[Compare monthly wage to current minimum for scope]
    B -->|No| D{Hourly or daily worker?}
    D -->|Hourly| E[Compare hourly rate to current statutory hourly minimum]
    D -->|Daily or piecework| F[Convert actual pay divided by compensable hours]
    C --> G{Below current minimum?}
    E --> G
    F --> G
    G -->|Yes| H[Critical finding: adjust wage and calculate arrears]
    G -->|No| N9[Check deductions, unpaid training, uniforms, cash handling]

Examples:

  • A shop pays ₪31 per hour while the current official hourly minimum is higher. Flag a critical risk and calculate arrears.
  • A monthly employee receives a salary above minimum but regularly works unpaid hours. Recalculate the effective hourly rate and overtime duties.
  • A commission-only salesperson must still receive at least minimum wage for compensable work time in each pay period.

Edge cases: tips, training, mandatory meetings, setup time, closing procedures, deductions, youth rates, foreign workers, sector rules, and global salary clauses.

Hours, overtime, weekly rest, and night work

Check actual working time, not only contract wording. Flag more than the regular weekly cap, more than the daily maximum, repeated night work, rest-day work without permit analysis, and title-only "management" or "trust" exemptions.

Recommended calculation:

  1. Collect attendance records.
  2. Separate regular hours, daily overtime, weekly overtime, rest-day work, and night work.
  3. Apply required premium rules to the correct bucket.
  4. Compare paid amounts to required amounts.
  5. Flag gaps and remediation.

Pension and severance

flowchart TD
    A[Employee started work] --> B{Had active pension arrangement before start?}
    B -->|Yes| C[Check retroactive coverage after allowed waiting period]
    B -->|No| D[Check coverage no later than statutory waiting period]
    C --> E[Validate employer pension and severance contribution rates]
    D --> E
    E --> F{Section 14 applies?}
    F -->|Yes| G[Check written arrangement and required severance deposits]
    F -->|No| H[Calculate severance exposure if employment ends after qualifying tenure]

Examples:

  • Employee with active pension before hiring: confirm retroactive contributions where required.
  • Employee after six months with no pension: flag a high or critical gap.
  • Section 14 clause with partial severance deposits: flag incomplete waiver risk.
  • Severance contributions described as optional benefits: flag inaccurate wording.

Vacation, sick leave, holidays, convalescence, and travel

Do not treat one benefit as a substitute for another. Flag automatic vacation forfeiture, missing sick-pay structure, missing convalescence pay, low travel reimbursement, denied holiday pay for eligible hourly/daily workers, and payslips lacking required line items.

Parental, pregnancy, fertility-treatment, family, and reserve-duty rights

Treat these questions as high sensitivity. Critical flags include dismissal, reduced hours, demotion, pay reduction, refusal to return, or adverse hiring treatment connected to pregnancy, fertility treatment, parental leave, reserve duty, disability, complaint activity, or protected family status.

Termination and resignation

flowchart TD
    A[Employment ending] --> B{Dismissal or resignation?}
    B -->|Dismissal| C[Check hearing process before final decision]
    C --> D[Check protected status and permit requirements]
    D --> E[Calculate advance notice]
    E --> F[Calculate severance and release of funds]
    F --> G[Prepare final payslip, confirmation letters, pension forms]
    B -->|Resignation| H[Check advance notice due from employee]
    H --> N9[Check final wage, vacation redemption, pension release process]

Minimum termination checklist: hearing invitation, good-faith hearing, written decision, protected-status check, notice or payment in lieu, final wage, vacation redemption, severance analysis, pension release, and employment-period confirmation.

Freelancer and contractor status

A written "independent contractor" label is not enough. Check control, personal service, substitution, integration, tools, exclusivity, economic dependence, payment model, leave approval, discipline, duration, and whether the service is core business activity. Separate tax/VAT invoicing from labor-law status.

Risk ranking

RiskUse whenResponse
CriticalLikely legal breach, protected-status issue, wage arrears, unlawful dismissal, serious misclassificationStop rollout or action until reviewed. Preserve records. Escalate.
HighStrong compliance gap or missing mandatory rightCorrect policy and calculate exposure. Get payroll/legal confirmation.
MediumAmbiguous facts, sector-specific coverage, incomplete documentationGather facts, update wording, verify source.
LowProcess improvement or documentation weaknessAdd checklist, template, or training note.

Output format

## Compliance snapshot
- Worker/category:
- Sector:
- Period reviewed:
- Documents reviewed:
- Overall risk:

## Findings
### 1. [Risk] Finding title
- Evidence:
- Rule:
- Why it matters:
- Remediation:
- Source to verify:

## Missing facts
- ...

## Immediate actions
1. ...
2. ...
3. ...

## Escalation triggers
- ...

Concrete examples

Retail employee paid hourly

Facts: Part-time cashier, ₪31/hour, 5 shifts/week, 20 unpaid closing minutes per shift, tenure 10 months, no pension.

Findings: critical minimum wage if official rate is higher; high unpaid closing time; high pension gap; medium travel and holiday-pay review.

Actions: verify current minimum wage, recalculate actual paid time, correct pension, define closing time as paid work.

Monthly employee with "global overtime"

Facts: ₪9,500/month, "salary includes all overtime", actual work 50-55 hours/week, no attendance records.

Findings: high blanket global-overtime risk, high missing timekeeping, medium management-exemption uncertainty.

Actions: implement timekeeping, separate lawful overtime component after review, cap overtime, preserve records.

Freelancer doing core work

Facts: monthly invoice, office 4 days/week, company email, manager approves vacation, 18-month relationship.

Findings: high employee-status risk, high exposure for mandatory rights, medium tax/labor-law distinction.

Actions: convert to employment or restructure genuine supplier relationship; get legal review before termination.

Pregnancy-related schedule reduction

Facts: employee reports pregnancy; manager removes shifts.

Findings: critical protected-status risk and high evidence risk.

Actions: freeze change, document objective constraints, review permit requirements, escalate before adverse action.

Edge cases

  • Remote work can trigger Israeli law, foreign law, tax, and social-security questions.
  • Sector expansion orders can add wages, training, pension, seniority, and holiday rules.
  • A monthly payslip does not turn an hourly worker into a salaried employee.
  • Commission, tips, and bonuses do not erase mandatory rights.
  • Wage deductions for shortages, uniforms, tools, damage, fines, or training are high risk.
  • Probation does not remove minimum wage, overtime, pension timing, leave, hearing, notice, or anti-discrimination protections.
  • A senior title alone does not remove overtime rights.

Anti-patterns

Avoid these clauses and practices:

  • "Employee agrees to waive all statutory rights."
  • "Salary includes unlimited overtime."
  • "No pension during probation."
  • "Vacation days expire automatically at year end."
  • "The contractor cannot work for others and must follow all staff procedures."
  • "Termination is immediate at the employer's discretion without hearing."
  • "Pregnant employees must report pregnancy during interviews."
  • "Payslip line items are optional."
  • "Expansion orders do not apply because the business is small."

Troubleshooting quick checks

SymptomLikely causeFix
Contractor status unclearMissing facts about control, integration, exclusivity, business riskRun contractor-status questionnaire
Minimum wage conflictWrong rate period, unpaid hours excluded, deductions ignoredRecalculate by pay period
Overtime too highDaily and weekly overtime double-countedBuild a daily ledger
Pension timing unclearPrior active pension status unknownAsk for pension-fund evidence
Termination checklist incompleteHearing, notice, protected status, final pay mixed togetherSeparate process rights from monetary rights
Hebrew output unnaturalLiteral translationUse Israeli HR terms from SKILL_HE.md

Production checklist

  1. Verify current minimum wage and benefit rates from official or authoritative Israeli sources.
  2. Confirm whether a sector expansion order applies.
  3. Confirm protected status, disability accommodation, pregnancy/parental status, reserve duty, immigration status, and collective coverage where relevant.
  4. Check actual payslips and attendance records, not only contracts.
  5. Validate calculations with payroll software or an Israeli payroll professional.
  6. Preserve source documents.
  7. Mark assumptions clearly.
  8. Separate legal risk from payroll implementation steps.
  9. Avoid final legal conclusions on disputed facts.
  10. Escalate critical and high-risk findings before action.

What ships with it: 26 files

116.1 KB alongside SKILL.md, 11 of them executable

examples/

hr_compliance_advisor/

Keep looking

Skills are one crate of 326,782. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.