devopsiphai: Open-source Claude Code skill audits operational health across 6 phases

devopsiphai is an open-source Claude Code skill that audits the operational health of production projects. It runs as a skill within Claude Code and evaluates projects across six phases to answer five key operational questions.
What it evaluates
The skill answers these five questions about a project:
- Can a user (AI) onboard easily?
- Can it be deployed safely?
- Do I know what is running where?
- Can I see what is happening real time?
- Can I recover if something goes wrong?
Scoring framework
Projects are scored using the ARC framework:
- Automation
- Reporting
- Control
The tool outputs a letter grade for each pillar. According to the creator, the score is "mostly for gamification purposes, trying to get my clients to an A grade."
Technical implementation
The audit runs through six phases:
- Phase 1 spawns 17 parallel subagents — one per section — each doing factual exploration with no suggestions or judgement
- Reference files are lazy-loaded only when that domain is actively being audited to keep context lean
- Phase 6 generates the TODO.md entirely from prior phase findings
Output
The tool generates a structured TODO.md file with atomic, effort-estimated tasks based on the audit findings.
Real-world testing
The creator ran devopsiphai on a real production SaaS application. The resulting ARC score was D/D/F.
📖 Read the full source: r/ClaudeAI
👀 See Also

OpenClaw Benchmark Shows Qwen3.5:27B Outperforms Other Local LLMs for Agent Tasks
A benchmark of 7 local LLMs on 22 real agent tasks using OpenClaw found qwen3.5:27b-q4_K_M scored 59.4%, while the runner-up qwen3.5:35b scored only 23.2%. Most models couldn't find basic tools like email functions.

cc-soul plugin adds persistent memory and adaptive personas to OpenClaw
The cc-soul plugin for OpenClaw provides permanent memory storage across sessions, 10 auto-switching personas, and learning from corrections. Installation requires one command with zero configuration.

AI Doomsday Toolbox v0.932 adds benchmarking, dataset creation, and agent workspace for Android local AI
AI Doomsday Toolbox v0.932 introduces benchmarking for local LLMs on Android devices, a dataset creator that converts text/PDF files to Alpaca JSON format, and an AI agent workspace with Termux integration. The update also includes subtitle burning with Whisper and built-in Ollama management tools.

bareguard: A Lightweight Safety Gate for AI Agents — Now on npm
bareguard v1.0 is a ~1000-line, single-dependency safety layer for AI agents that blocks destructive actions (rm -rf, DROP TABLE) and enforces budget limits with human escalation. Part of the bare suite, live on npm.