People Analytics Quality Review
Reviews People Analytics, Report Center, and story reports for duplicate reports, stale owners, missing data definitions, weak filters, row-level security gaps, slow queries, and inconsistent KPI logic. Produces a report rationalisation plan and governance model so HR leaders know which dashboards to trust.
When to Use
- Check whether reports are trusted, performant, governed, and safe to use for decisions.
- Client asks for an evidence-backed review in the Analytics area
- Preparing a workshop, release gate, audit pack, or remediation plan
- Converting raw SF configuration into a client-safe recommendation
Prerequisites
- Inputs: Report catalog, story definitions, user access, refresh schedules, business KPIs
- Expected outputs: Report health score, duplicate report map, data trust issues, governance actions
- Confirm client audience and whether output should be board-level, technical, or mixed
- Never store credentials or employee-sensitive data in the repo or final deliverable
Workflow
- Catalog - gather evidence, classify impact, and create a client-safe output.
- Trust Check - gather evidence, classify impact, and create a client-safe output.
- Performance - gather evidence, classify impact, and create a client-safe output.
- Governance - gather evidence, classify impact, and create a client-safe output.
Analysis Checklist
- Confirm the configuration objects and source tenant/snapshot date
- Separate configuration evidence from assumptions
- Score findings by business impact, not just technical severity
- Group repeated findings into themes so the client gets a short action list
- Flag internal-only notes before writing the client-facing summary
- Produce remediation actions with owner, effort, dependency, and success metric
Edge Cases
- Two reports use same title but different filters: validate explicitly before final recommendation
- Owner left the business: validate explicitly before final recommendation
- Report includes terminated employees unexpectedly: validate explicitly before final recommendation
- Country filter missing for works council region: validate explicitly before final recommendation
- Story dashboard joins incompatible datasets: validate explicitly before final recommendation
- Scheduled report sends sensitive data to large group: validate explicitly before final recommendation
Example Prompt
Review our People Analytics reports and tell us which dashboards are safe, duplicated, or misleading.
Example Output Shape
184 reports reviewed. 39 duplicates, 22 stale owners, 14 reports with sensitive fields sent by schedule, 9 KPI conflicts. Recommendation: retire 51 reports, certify 23 executive dashboards, and add report owner review every quarter.
Common Pitfalls
- Delivering raw technical noise: Summarise by business impact and put raw details in an appendix.
- Ignoring country or legal-entity variation: Many SF issues are only defects in one population.
- Missing downstream impact: Always map the finding to payroll, compliance, reporting, integration, or user experience.
- No rollback plan: Every remediation step needs a safe fallback.
- No validation step: Re-run the relevant check after fixing config and compare before/after evidence.
Verification Checklist
1---2name: sf-people-analytics-quality-review3description: Use when you need to check whether reports are trusted, performant, governed, and safe to use for decisions.4license: MIT5---67# People Analytics Quality Review89Reviews People Analytics, Report Center, and story reports for duplicate reports, stale owners, missing data definitions, weak filters, row-level security gaps, slow queries, and inconsistent KPI logic. Produces a report rationalisation plan and governance model so HR leaders know which dashboards to trust.1011## When to Use1213- Check whether reports are trusted, performant, governed, and safe to use for decisions.14- Client asks for an evidence-backed review in the Analytics area15- Preparing a workshop, release gate, audit pack, or remediation plan16- Converting raw SF configuration into a client-safe recommendation1718## Prerequisites1920- Inputs: Report catalog, story definitions, user access, refresh schedules, business KPIs21- Expected outputs: Report health score, duplicate report map, data trust issues, governance actions22- Confirm client audience and whether output should be board-level, technical, or mixed23- Never store credentials or employee-sensitive data in the repo or final deliverable2425## Workflow26271. **Catalog** - gather evidence, classify impact, and create a client-safe output.282. **Trust Check** - gather evidence, classify impact, and create a client-safe output.293. **Performance** - gather evidence, classify impact, and create a client-safe output.304. **Governance** - gather evidence, classify impact, and create a client-safe output.3132## Analysis Checklist3334- Confirm the configuration objects and source tenant/snapshot date35- Separate configuration evidence from assumptions36- Score findings by business impact, not just technical severity37- Group repeated findings into themes so the client gets a short action list38- Flag internal-only notes before writing the client-facing summary39- Produce remediation actions with owner, effort, dependency, and success metric4041## Edge Cases4243- **Two reports use same title but different filters**: validate explicitly before final recommendation44- **Owner left the business**: validate explicitly before final recommendation45- **Report includes terminated employees unexpectedly**: validate explicitly before final recommendation46- **Country filter missing for works council region**: validate explicitly before final recommendation47- **Story dashboard joins incompatible datasets**: validate explicitly before final recommendation48- **Scheduled report sends sensitive data to large group**: validate explicitly before final recommendation4950## Example Prompt5152> Review our People Analytics reports and tell us which dashboards are safe, duplicated, or misleading.5354## Example Output Shape5556184 reports reviewed. 39 duplicates, 22 stale owners, 14 reports with sensitive fields sent by schedule, 9 KPI conflicts. Recommendation: retire 51 reports, certify 23 executive dashboards, and add report owner review every quarter.5758## Common Pitfalls59601. **Delivering raw technical noise**: Summarise by business impact and put raw details in an appendix.612. **Ignoring country or legal-entity variation**: Many SF issues are only defects in one population.623. **Missing downstream impact**: Always map the finding to payroll, compliance, reporting, integration, or user experience.634. **No rollback plan**: Every remediation step needs a safe fallback.645. **No validation step**: Re-run the relevant check after fixing config and compare before/after evidence.6566## Verification Checklist6768- [ ] Source evidence captured with tenant/snapshot date69- [ ] Findings scored by severity and business impact70- [ ] Edge cases reviewed explicitly71- [ ] Remediation actions include owner, effort, dependency, and success metric72- [ ] Client-safe summary produced73- [ ] Internal-only notes separated74- [ ] Follow-up validation plan included