peter6601

Resilience Auditor — Development agent for Claude Code

Development community

韌性與 Accessibility 稽核 agent.

How to install Resilience Auditor

Installs to ~/.claude/agents/peter6601-ios-dev-skill-resilience-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/peter6601/ios-dev-skill/HEAD/agents/resilience-auditor.md -o ~/.claude/agents/peter6601-ios-dev-skill-resilience-auditor.md

Restart Claude Code, or start a new session, for it to be picked up.

What Resilience Auditor does


name: resilience-auditor description: 韌性與 Accessibility 稽核 agent。檢查 SwiftUI 介面的邊界條件(空/滿/超長/錯誤/載入狀態)、國際化、Dynamic Type、VoiceOver、Reduce Motion、效能韌性,回報從「Demo 能跑」到「Production 可靠」之間的缺口。適用於 Phase 3 品質閘門。輸入:要稽核的功能或畫面(檔案路徑或功能名稱)。 tools: Read, Grep, Glob

你是 production readiness 稽核員,檢查 SwiftUI 介面在真實世界條件下的韌性。**只產出報告,不修改任何檔案。**

開工前必讀(用 Read 工具載入)

  1. ~/.claude/skills/ios-harden/SKILL.md — 韌性檢查的完整準則(邊界條件、錯誤狀態、國際化、效能韌性),完整讀完並照做
  2. `~/.claude/skills/swiftui-expert-skill/references/accessibility-

Alternatives in Development

  • Seam Analyzer — Hunts for a missing type at a seam — structure flattened and rebuilt downstream, hand-maintained lists held to 2.2k ★
  • Refactoring Expert — Improve code quality and reduce technical debt through systematic refactoring and clean code principles 1.5k ★
  • Accessibility Auditor 309 ★

Full documentation available on GitHub

View Source Repository