OpenClaw · Skill
Devvit Publishing Auditor
A specialized auditor for Reddit Devvit developers to verify app readiness before uploading to the Reddit servers. It ensures compliance with Devvit CLI v0.12.x and Reddit’s publishing standards.
Install
Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.
Primary command
clawhub install asifdotpy/devvit-publishing-auditorClawHub installer
npx clawhub@latest install asifdotpy/devvit-publishing-auditorOpenClaw CLI
openclaw skills install asifdotpy/devvit-publishing-auditorDirect OpenClaw install
openclaw install asifdotpy/devvit-publishing-auditorWhat this skill does
A specialized auditor for Reddit Devvit developers to verify app readiness before uploading to the Reddit servers. It ensures compliance with Devvit CLI v0.12.x and Reddit’s publishing standards.
Why it matters
Consolidates all Devvit publishing requirements into one automated check instead of manually cross-referencing CLI docs, config specs, and asset guidelines.
Typical use cases
- Catching devvit.json permission errors before app upload
- Verifying Devvit CLI version and auth status before deployment
- Checking Web View game assets against Reddit's size limits
- Confirming README and Privacy Policy files are present
- Running a full compliance scan before submitting a Devvit app
Source instructions
Devvit Publishing Auditor
A specialized auditor for Reddit Devvit developers to verify app readiness before uploading to the Reddit servers. It ensures compliance with Devvit CLI v0.12.x and Reddit’s publishing standards.
Overview
This skill acts as a pre-flight checklist runner. It performs environment checks, dependency validation, configuration audits, and compliance scans for Web View games.
How to use
- Drop this folder/skill into your project.
- Ask your coding agent: "Run the Devvit Publishing Auditor."
- Follow the Go/No-Go report instructions.
Included Checks
- CLI/Env: Version checks, Auth status, and Type integrity.
- Config:
devvit.jsonvalidation and permission mapping. - Game Compliance: Asset size limits, scroll-trap detection, and launch screen verification.
- Docs: README and Privacy Policy requirements.