— No reviews yet
0 installs
13 views
0.0% view→install
Install
$ agentstack add skill-zazzcode-zazz-skills-doc-check ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Doc Check? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Document Check
Run documentation checks using the repository's own tooling. Do not install or invent formatters when the repo already declares hooks, package scripts, make targets, or CI jobs.
Workflow
- Identify changed documentation files with
git status --shortand, when needed,git diff --name-only. - Read repo instructions (
AGENTS.md, README, contributing docs) and hook configuration files such as.pre-commit-config.yaml,package.json,pyproject.toml,justfile,Makefile, or markdownlint config. - Prefer the narrowest repo-declared command that checks the changed docs. Common examples include
pre-commit run --files ...,prek run --files ...,npm run lint:docs,markdownlint,mdformat, or a repo-specificjusttarget. - Include all text-like files affected by the change, not only
.md, when hooks apply to trailing whitespace, final newline, merge conflict markers, YAML, TOML, or generated docs. - If a formatter modifies files, rerun the same check once to verify stability.
- Report commands, results, and any files changed by formatting.
Boundaries
- Do not run all-docs or all-files checks by default when a file-scoped command exists.
- Do not touch unrelated formatting churn.
- If the repo uses a virtual-branch or stacked-diff tool, identify which changed files belong to the current unit of work before running broad fixers.
- If no doc tooling exists, perform a manual pass for broken links, stale paths, private local paths, merge markers, trailing whitespace, and missing final newline.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: zazzcode
- Source: zazzcode/zazz-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.