# Article Audit

> This skill should be used when the user asks to "检查这篇文章是否齐全", "审计这篇文章", "article audit", "publish ready", or wants to verify that one article's brief, draft, cover, and inline images exist and follow the artifact-family naming convention. It audits a single article slug across the package output directories.

- **Type:** Skill
- **Install:** `agentstack add skill-giantclam-auto-viral-article-writer-article-audit`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [GiantClam](https://agentstack.voostack.com/s/giantclam)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [GiantClam](https://github.com/GiantClam)
- **Source:** https://github.com/GiantClam/auto-viral-article-writer/tree/master/skills/article-audit

## Install

```sh
agentstack add skill-giantclam-auto-viral-article-writer-article-audit
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Article Audit

Use this skill to inspect whether one article's artifact family is complete, coherent, and named consistently.

## Use This For

- checking whether an article is publish-ready
- verifying that brief, draft, cover, and inline images belong to the same slug family
- identifying missing or misnamed artifacts for a specific article

## Do Not Use This For

- repository-wide documentation sync
- generating content from scratch
- replacing normal article writing or research steps

## Inputs

- article slug
- optional article path
- optional expectation about whether inline images should exist

## Outputs

- artifact presence summary
- naming consistency summary
- missing-file warnings
- publish-readiness decision for the article family

## Workflow

1. Determine the target slug.
2. Check for the expected brief file.
3. Check for the expected draft file.
4. Check for the expected cover image.
5. Check for inline image files if the article should already be illustrated.
6. Compare naming consistency across all discovered files.
7. Report gaps, mismatches, and overall readiness.

If a naming mismatch exists, prefer the slug established by the earliest durable artifact, usually the brief file.

## Expected Artifact Family

- `output/briefs/{slug}-brief.yaml`
- `output/wechat/{slug}-article.md`
- `output/images/wechat/{slug}-cover-final.png`
- `output/images/wechat/{slug}-01.png`, `output/images/wechat/{slug}-02.png`, `output/images/wechat/{slug}-03.png`

## References

- `references/audit-checklist.md` - what to verify for one article family
- `references/status-levels.md` - how to classify article readiness
- `../../docs/overview/article-artifact-family.md` - canonical artifact-family naming convention
- `../../docs/overview/slug-rules.md` - slug generation and stability rules

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [GiantClam](https://github.com/GiantClam)
- **Source:** [GiantClam/auto-viral-article-writer](https://github.com/GiantClam/auto-viral-article-writer)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-giantclam-auto-viral-article-writer-article-audit
- Seller: https://agentstack.voostack.com/s/giantclam
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
