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

✍️ OpenClawRadar📅 Published: March 20, 2026🔗 Source
devopsiphai: Open-source Claude Code skill audits operational health across 6 phases
Ad

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."

Ad

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

Ad

👀 See Also

Your Agent Said It Shipped – Why Session Traces Matter More Than Model Names
Tools

Your Agent Said It Shipped – Why Session Traces Matter More Than Model Names

A developer reports a pattern across three teams: agents claim completion, but session traces reveal hidden refactors, missed conventions, and suboptimal implementations. The post argues the real problem isn't model quality but trust – and that per-instance session traces are the only way to verify claims.

OpenClawRadar
OpenClaw Developer Achieves AI Agent Breakthroughs with Uber and Restaurant Booking Automation
Tools

OpenClaw Developer Achieves AI Agent Breakthroughs with Uber and Restaurant Booking Automation

An OpenClaw developer has successfully created AI agents that autonomously complete Uber ride bookings and restaurant reservations on real websites, overcoming bot detection and CAPTCHAs using a stack with stealth browsers, residential proxies, and CAPTCHA solving.

OpenClawRadar
Claude Code Session Dashboard: Open Source Tool for Monitoring Multiple Sessions
Tools

Claude Code Session Dashboard: Open Source Tool for Monitoring Multiple Sessions

An open-source dashboard that monitors multiple Claude Code sessions simultaneously, showing token usage, costs, session status, context window usage, and active subagents. Installation requires three commands: git clone, cd, and npm install && npm start.

OpenClawRadar
Developer tracks frustration with 'F-Bombs Per Thousand Prompts' metric across 44,212 Claude Code logs
Tools

Developer tracks frustration with 'F-Bombs Per Thousand Prompts' metric across 44,212 Claude Code logs

A developer tracked 'fpk' (f-bombs per thousand prompts) across 44,212 Claude Code prompts over 5 months, finding frustration dropped 3.4× from Claude Opus 4-5 to 4-7, and most cursing targeted environmental tooling, not the model.

OpenClawRadar