Source
Open the upstream repository and check maintainers, README scope, examples, and recent activity.
hook
Agent readyReview before use
Command-line Markdown linter suitable for docs hooks and CI. GitHub metadata was checked on 2026-06-27; the listed license is no-fee and permissive for review, evaluation, and responsible reuse.
Open the upstream repository and check maintainers, README scope, examples, and recent activity.
Confirm MIT terms fit your project and retain notices when required.
Read commands before running them and start with a low-risk local workspace.
Check outputs, safety notes, and policy fit before exposing the resource to agent workflows.
Use it when a project needs documentation hygiene checks before publishing agent-authored docs and the team wants inspectable provenance before adoption.
Use the manifest as structured review context before applying local policy.
{
"schemaVersion": "1.0",
"slug": "markdownlint-cli",
"title": "markdownlint-cli",
"kind": "hook",
"summary": "Command-line Markdown linter suitable for docs hooks and CI.",
"sourceUrl": "https://github.com/igorshubovych/markdownlint-cli",
"agentAccess": "approved",
"license": {
"spdx": "MIT",
"allowsClosedSourceUse": true,
"requiresNotice": true,
"noLicenseFee": true
},
"install": {
"steps": [
"Inspect the hook command and arguments.",
"Run it locally on sample changes.",
"Enable it only after expected false positives are understood."
]
},
"outputs": [
"hook result",
"scan finding",
"blocked-change reason"
],
"usage": {
"whyUse": "Use it when a project needs documentation hygiene checks before publishing agent-authored docs and the team wants inspectable provenance before adoption.",
"whenToUse": [
"You need documentation hygiene checks before publishing agent-authored docs.",
"The upstream README and license fit the target project.",
"You can test the integration on non-production data first."
],
"whenNotToUse": [
"The hook would run unreviewed shell commands.",
"Blocking behavior would stop unrelated developer work."
],
"safetyNotes": [
"Keep required license notices when redistributing copied source or bundled code.",
"Use dry-run or warn mode first.",
"Keep bypass and rollback steps documented."
]
},
"repository": {
"owner": "igorshubovych",
"name": "markdownlint-cli",
"stars": 1074,
"defaultBranch": "master"
},
"lifecycle": {
"githubUpdatedAt": "2026-06-25T00:57:37Z",
"githubPushedAt": "2026-06-22T18:55:10Z",
"lastVerifiedAt": "2026-06-27T00:00:00.000Z"
}
}