From probo
Runs a semi-automated Probo access review campaign. Reviews entries to decide approve/revoke/escalate, and resumes in-progress campaigns via MCP.
How this skill is triggered — by the user, by Claude, or both
Slash command
/probo:access-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run a **semi-automated** access review for campaign `$ARGUMENTS` (or ask the
Run a semi-automated access review for campaign $ARGUMENTS (or ask the
user for the campaign name). Review entries only — do not create, start,
cancel, or close campaigns.
Before executing, read these files relative to this skill directory:
references/mcp-tools.md — MCP tool names, inputs, paginationreferences/decision-rubric.md — semi-auto decision rulesreferences/notes-format.md — working memory file schema/mcp or claude mcp login probo; Codex: codex mcp login probo; OpenCode/Cursor: configure MCP in settings then authenticate).$ARGUMENTS (name match or GID). If ambiguous,
list listAccessReviewCampaigns results and ask the user to pick one.status must be IN_PROGRESS or PENDING_ACTIONS. Stop with a
clear message for DRAFT, COMPLETED, or CANCELLED.Create or resume .probo/access-reviews/<campaign-slug>.md per
references/notes-format.md. Create .probo/access-reviews/ if missing.
getAccessReviewStatistics for the campaign.listAccessEntries with campaign_id, filter.decision: PENDING,
size: 50.last_cursor from the notes file when resuming.Apply references/decision-rubric.md:
| Class | Action |
|---|---|
| Auto | Queue for recordAccessReviewEntryDecisions |
| Ambiguous | Present to user; do not write yet |
| Skip | Log in notes only (no API write) |
Hold auto decisions in memory until step 4 succeeds — do not append them to the notes file yet.
recordAccessReviewEntryDecisions when possible.APPROVED decisions must include decision_note.last_cursor or update entry notes.## Entry notes table.Show email, roles, flags, proposed decision, rationale. Record only after explicit user confirmation.
Update notes: last_cursor, session log, updated_at. Ask to continue if
next_cursor is set.
closeAccessReviewCampaign or campaign setup mutations unless
the user explicitly requests setup work outside this skill.APPROVED without decision_note.npx claudepluginhub getprobo/probo --plugin proboConducts systematic access reviews and certifications across enterprise applications, including campaign design, risk-based prioritization, reviewer selection, and remediation tracking for compliance with SOX, HIPAA, and PCI DSS.
Conducts systematic access reviews and certifications to ensure users have role-aligned access rights. Covers campaign design, reviewer selection, risk prioritization, and remediation for SOX, HIPAA, PCI DSS compliance.
Designs and executes access review campaigns, automates entitlement data collection, and tracks remediation for compliance with SOX, HIPAA, PCI DSS.