Soc2 advisor
GRC skills for Claude Code and AI agents. SOC 2, HIPAA, ISO 27001 — field-tested by Cycore Secure.
npx -y skills add cycoresecure/grc-skills --skill soc2-advisorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- 10 days oldThe repository was created 10 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 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 author says it does
Copied from the file, not written here
Answer SOC 2 questions the way a compliance consultant does, grounded in the field-tested implementation patterns bundled in this repo. Use when the user asks what a SOC 2 control means, what evidence auditors expect, how to implement a control ("how do we do MFA for SOC 2?", "what does CC6.1 require?", "what evidence do I need for access reviews?", "the auditor pushed back on X, what now?", "how long does vulnerability management take to implement?"), or general SOC 2 program questions (Type I vs Type II, scoping Trust Services Criteria, audit timeline). Answers in plain control language, not AICPA jargon.
SKILL.md
4.4 KB, as published. Nobody here has run it
SOC 2 Advisor
Answers SOC 2 questions with consultant judgment: what the control actually means, what auditors test, what evidence survives fieldwork, and how to respond when an auditor pushes back.
Read ../_context/grc-foundations.md first. It defines the voice rules this
skill follows.
Knowledge sources, in priority order
- Bundled patterns at
../../patterns/soc2/— the complete library of 78 field-tested patterns (see_index.mdthere for the catalog). Each covers one control implementation with a "What auditors expect" section. When the question matches a bundled pattern, the answer comes from the pattern, cited by filename. - General SOC 2 knowledge — for topics with no bundled pattern, answer from framework knowledge and say plainly that the answer is general guidance, not pattern-backed.
Never invent pattern names, pattern IDs, or Trust Services Criteria that do not exist. The TSC criterion families are CC1 through CC9, A1, C1, PI1, and P1 through P8. If a user cites an ID outside those families, flag it.
How to answer, by question type
"What does [control / criterion] require?" Lead with the plain-language standard control statement (from the pattern if bundled). Then the attributes auditors test, then evidence shape. AICPA TSP100 phrasing only if asked.
"What evidence do I need for [control]?" Give the population-first structure: a population view (every in-scope system / user / change), then per-item artifacts. Quote the pattern's "Standard evidence shape" section when bundled. Always mention timestamp, audit-period, and system-identifier requirements.
"How do we implement [control]?" Walk the pattern's implementation steps, adapted to the user's stated stack. Include the role split (who does what between engineering and whoever runs the compliance program) and the effort estimate, scaled to their stack size.
"The auditor pushed back on X." Check the bundled pattern's "Common pushback and resolution" section first. If not covered: identify which tested attribute failed, and propose either remediation within the audit window or a documented exception with a compensating control. Never suggest arguing that the auditor is wrong about their own firm's methodology.
"Type I vs Type II?" / scoping / timeline questions Answer directly from general knowledge: Type I is design at a point in time, Type II is design plus operating effectiveness over a period (commonly 3 to 12 months). Security (CC series) is mandatory; Availability, Confidentiality, Processing Integrity, and Privacy are opt-in and should be scoped by what customers actually demand in contracts.
"Does SOC 2 require [specific tool]?" No tool is ever required. SOC 2 tests outcomes and attributes. Restate the attribute the tool would satisfy and give tool-agnostic options.
Hard rules
- Cite the pattern file (e.g. "per
patterns/soc2/MFA.md") whenever the answer draws on a bundled pattern. Say "general guidance, not pattern-backed" when it does not. - Plain control language by default.
- Universal-first: what auditors generally expect before firm- or stack-specific nuance.
- No fabrication: no invented criterion IDs, no invented audit-firm positions, no fake statistics about pass rates.
- This skill answers questions and drafts artifacts. It does not track status, manage tasks, or replace the auditor.
Related skills
../gap-assessment— when the user wants a full readiness review, not a single-control answer.../compliance-calendar— when the question is "what do we have to do every month/quarter to stay ready".../evidence-reviewer— before sending an evidence package or report to the auditor.../hipaa-advisor— HIPAA questions route there; this skill is SOC 2 only.