# Process Compliance First-Pass

> Review a document against required elements in SharePoint before formal review and flag missing or unclear items.

- Skill: `chris-mcnulty/process-compliance-first-pass` (Agent Skill)
- Install (CLI): `npx skillmds@latest add chris-mcnulty/process-compliance-first-pass`
- Raw SKILL.md: https://api.skillmd.com/api/skills/chris-mcnulty/process-compliance-first-pass/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: chris-mcnulty (https://skillmd.com/u/chris-mcnulty)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/chris-mcnulty/process-compliance-first-pass

---


1. Identify the document type using:
   - document metadata (preferred)
   - or document title and content if metadata is missing

2. Retrieve the corresponding checklist from the site’s Compliance Requirements list or configured reference source.

3. Review the document against each required element in the checklist.

4. For each required element, classify as:
   - Present (clearly included and complete)
   - Absent (missing entirely)
   - Unclear (partially present or insufficient detail)

5. Capture supporting context where relevant:
   - brief excerpt or explanation of why the classification was assigned

6. If the checklist or document type cannot be determined, state this clearly and stop.

7. Output results as a structured report:
   - Document Type
   - Summary Status: Pass / Flag / Needs Review
   - Table of findings:
     Element | Status | Notes

8. Highlight:
   - missing required elements
   - unclear or ambiguous sections

9. Do not modify, rewrite, or update the document. Output findings only.
