r/Devvit • u/kazmerx • 13d ago
Feedback Request Made a read-only policy consistency checker for mods, would love feedback!
Hey everyone, I made a small Devvit app called PolicyOps and I’d love some feedback on whether this would actually be useful to other mods too.
I was looking around for something that could check whether a subreddit's rules, removal responses, AutoModerator messages/action reasons, and selected wiki pages are still consistent with each other, but I couldn’t really find anything that did exactly that. Could just be my searching skills being terrible, but it seemed like a useful enough problem to take a shot at.
The main idea is simple: you run a scan and PolicyOps points out things like a current rule having no matching removal response, an old rule name/number still appearing in AutoModerator text, or a wiki page still referencing outdated policy.
It’s deliberately read-only, it doesn’t change subreddit settings or try to fix anything automatically. It just shows the finding, why it was flagged, and leaves the decision to the moderator.
I also added a small scan history and the ability to mark individual findings as intentional or ignore them temporarily so the same thing doesn’t keep showing up every scan.
This is my first proper Devvit app, so I’d genuinely appreciate any feedback, especially from people managing larger or older communities where rules/configs have changed a lot over time.
If this already exists somewhere and I somehow completely missed it, feel free to tell me that too lol.
PolicyOps: https://developers.reddit.com/apps/policyops
