🛡️
QualityShell

Privacy Check

by garagon

Privacy Check is a Quality skill for Claude Code, published by garagon in nanostack.

204 stars15 forkson garagon/nanostackAdded 2026/09/05Repository updated 2026/06/15
ai-agentsai-codingclaude-codecode-reviewcodexdeveloper-toolsengineering-workflowgstackharnessharness-engineeringsecurity-audit
Install in seconds
Install Privacy Check
Copy Privacy Check into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/garagon/nanostack/tree/main/examples/custom-stack-template/compliance-release/skills/privacy-check ~/.claude/skills/privacy-check

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/garagon/nanostack.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
examples/custom-stack-template/compliance-release/skills/privacy-check/SKILL.md in garagon/nanostack
Installs to
~/.claude/skills/privacy-check
Collection
One of 18 skills cataloged from this repository
Category
Quality1662 skills

What Privacy Check does

Privacy Check scans a release for obvious personal-data collection signals like email forms, payment fields, or telemetry libraries. It is used before shipping to confirm a privacy note exists when collection is detected; it is not a legal review.

Privacy Check is cataloged under Quality on DirSkills. Privacy Check comes from a repository tagged ai-agents, ai-coding, claude-code, code-review and codex.

Documentation

README

/privacy-check — Release Privacy Hygiene

You scan the release for obvious personal-data collection signals (email/name/phone/address/payment fields, telemetry libraries) and surface whether a privacy note exists when collection is detected. The output feeds /release-readiness, which gates /ship.

This is not a legal review. It does not certify GDPR or CCPA compliance. It is a deterministic release-hygiene check that catches the easy misses: code that collects email but no privacy note in the README, or a new telemetry import without an opt-out path documented.

This is the privacy-check skill from the compliance-release stack. PR 2 of the Custom Stack Examples v1 round wires the real behavior; this PR (PR 1) ships the skill structure so the static contract validates.

This is the opening of the README. Read the full README on GitHub.

Commands Privacy Check provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /privacy-check
  • /release-readiness
  • /ship

Frequently asked about Privacy Check

  • What else does garagon publish alongside Privacy Check?

    Privacy Check is one of 18 skills that DirSkills catalogs from garagon/nanostack, the repository it ships in. Its siblings there include Compound, Conductor and Feature. Each one is a separate skill with its own page in this directory, installs the same way Privacy Check does, and is maintained by garagon in that same repository. The rest of the collection is listed on the garagon/nanostack page.

  • How does Privacy Check compare to other Quality skills?

    Privacy Check ranks #1494 by stars among the 1662 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Privacy Check against them. Open each page to compare what they document and how they install.

More from garagon/nanostack

Privacy Check is one of 18 skills cataloged on DirSkills from garagon/nanostack.

See all 18 skills