Skills devvit-publishing-auditor

Devvit Publishing Auditor

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/asifdotpy/devvit-publishing-auditor" ~/.claude/skills/openclaw-skills-devvit-publishing-auditor && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/asifdotpy/devvit-publishing-auditor" ~/.openclaw/skills/openclaw-skills-devvit-publishing-auditor && rm -rf "$T"
manifest: skills/asifdotpy/devvit-publishing-auditor/SKILL.md
source content

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

  1. Drop this folder/skill into your project.
  2. Ask your coding agent: "Run the Devvit Publishing Auditor."
  3. Follow the Go/No-Go report instructions.

Included Checks

  • CLI/Env: Version checks, Auth status, and Type integrity.
  • Config:
    devvit.json
    validation and permission mapping.
  • Game Compliance: Asset size limits, scroll-trap detection, and launch screen verification.
  • Docs: README and Privacy Policy requirements.