Devvit Publishing Auditor
Skill by asifdotpy
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/asifdotpy/devvit-publishing-auditorWhat This Skill Does
The Devvit Publishing Auditor is an essential toolkit for Reddit developers aiming to streamline their deployment process. By acting as a sophisticated pre-flight checklist, it automates the verification of your project against Reddit’s specific Devvit CLI v0.12.x requirements. It scans your local environment to ensure all dependencies are compatible, your devvit.json file is correctly formatted, and your project structure meets the mandatory publishing standards. The auditor specifically targets critical pain points such as Web View game compliance—checking asset sizes, identifying potential user-experience "scroll-traps," and validating the presence of required launch screens. By running this skill, you reduce the likelihood of rejection by the Reddit store, ensuring your app is "Go-ready" before you ever trigger the actual upload process.
Installation
To integrate this skill into your environment, you need to use the OpenClaw command-line interface. Simply execute the following command in your terminal within your project directory: clawhub install openclaw/skills/skills/asifdotpy/devvit-publishing-auditor. This will pull the necessary audit scripts and configuration files into your local project structure, enabling the agent to hook into your codebase for analysis.
Use Cases
This skill is ideal for:
- Developers preparing a new Reddit app for initial store submission.
- Teams performing regular sanity checks during the development lifecycle to avoid "configuration drift."
- Maintainers updating older apps to comply with the latest Devvit CLI v0.12.x standards.
- Solo developers needing an automated secondary set of eyes on privacy policy requirements and asset optimization.
Example Prompts
- "Run the Devvit Publishing Auditor and tell me if my current asset sizes are within the limits for a Web View game."
- "Perform a full compliance scan of my project and report any missing documentation like the privacy policy or README requirements."
- "Execute the Devvit Publishing Auditor; if it finds any configuration errors, fix them automatically or provide me with a report on what needs to be changed."
Tips & Limitations
To get the best results, ensure your project is currently authenticated with the Reddit Devvit CLI before running the auditor. Note that while this tool provides a robust compliance check, it acts as a simulation of the store's validation criteria; always consult the official Reddit Developer documentation for edge cases. Additionally, the auditor is specifically tuned for CLI v0.12.x, so please verify your version before scanning to ensure report accuracy.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-asifdotpy-devvit-publishing-auditor": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, code-execution