Sf position jobinfo alignment audit
Skill SahirVhora/sf-agent-skills/skills/sf-position-jobinfo-alignment-audit
Use when you need to find where position attributes and employee jobinfo have drifted apart.From its SKILL.md
npx -y skills add SahirVhora/sf-agent-skills --skill sf-position-jobinfo-alignment-auditAssembled 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
4.3 KB, 808 tokens by cl100k_base, as published. Nobody here has run it
Position to Job Info Alignment Audit
Compares Position Management fields against employee JobInfo values to find misalignment in department, division, cost centre, location, job classification, manager, FTE, and custom attributes. Identifies whether drift is caused by missing propagation rules, manual overrides, inactive positions, future-dated changes, or reorganisation timing. Produces a safe correction plan grouped by business impact.
When to Use
- Find where Position attributes and employee JobInfo have drifted apart.
- Client needs a practical review in the Data Integrity area
- Preparing a release, audit, workshop, UAT pack, or remediation plan
- Translating SF configuration risk into business language
Prerequisites
- Inputs: Position data, JobInfo data, propagation rules, sync settings, effective-dated snapshots
- Expected outputs: Alignment score, mismatch report, propagation rule gaps, safe correction plan
- Confirm tenant/snapshot date and audience before analysis
- Do not store credentials, employee-sensitive data, or tenant exports in the repo
Workflow
- Extract - gather evidence, assess impact, and produce the client-safe artefact.
- Compare - gather evidence, assess impact, and produce the client-safe artefact.
- Root Cause - gather evidence, assess impact, and produce the client-safe artefact.
- Correction Plan - gather evidence, assess impact, and produce the client-safe artefact.
Analysis Checklist
- Capture configuration evidence and source date
- Separate expected variation from defects
- Link every finding to business impact: payroll, compliance, hiring, reporting, integration, or employee experience
- Group repeated findings into themes
- Produce remediation actions with owner, effort, dependency, and validation step
- Flag internal-only observations separately from client-ready narrative
Edge Cases
- Manual override intentionally differs from position: validate explicitly and decide whether it is expected design or defect
- Future-dated position change not yet reflected in JobInfo: validate explicitly and decide whether it is expected design or defect
- Shared position with multiple incumbents: validate explicitly and decide whether it is expected design or defect
- Vacant position changed before hire assigned: validate explicitly and decide whether it is expected design or defect
- Country-specific propagation exceptions: validate explicitly and decide whether it is expected design or defect
- Matrix manager differs from position manager: validate explicitly and decide whether it is expected design or defect
Example Prompt
Compare Position and JobInfo data and show where attributes are misaligned or propagation rules are missing.
Example Output Shape
Alignment score: 81/100. 264 mismatches found: 112 cost centre, 79 department, 41 location, 32 manager. Top risk: 47 employees in Finance have JobInfo cost centres that differ from their positions after reorg, causing finance reporting leakage. Fix plan groups mismatches by propagation rule gap.
Common Pitfalls
- Treating all mismatches as defects: Some differences are intentional by country, worker type, or process design.
- Ignoring effective dates: Many SF issues only appear when future-dated and retroactive changes are included.
- Missing downstream systems: Check payroll, onboarding, reporting, integrations, and approvals before recommending a fix.
- No owner or success metric: A finding without owner, effort, and validation is not actionable.
- Using technical language with business stakeholders: Translate every issue into risk, cost, time, or compliance impact.
Verification Checklist
- Source evidence and snapshot date captured
- Edge cases reviewed explicitly
- Findings scored by severity and business impact
- Remediation plan includes owner, effort, dependency, and validation step
- Client-safe summary produced
- Internal-only notes separated
- UAT or follow-up validation pack included
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.