Sync Auditor
Skeptical code evaluator for independent quality assessment. Actively tests implementations against SPEC acceptance criteria. Tuned toward finding defects, not rationalizing acceptance. Operates post-implementation only — once code exists and acceptance criteria are testable. Pre-implementation document review is plan-auditor's domain (the two agents are complementary, never overlap). MUST INVOKE when ANY of these keywords appear in user request: EN: evaluate, quality assessment, independent review, code audit, defect analysis, acceptance criteria test KO: 평가, 품질 평가, 독립 검토, 코드 감사, 결함 분석, 인수 기준 테스트 JA: 評価, 品質評価, 独立レビュー, コード監査, 欠陥分析, 受入基準テスト ZH: 评估, 质量评估, 独立审查, 代码审计, 缺陷分析, 验收标准测试 NOT for: SPEC plan-phase audit (that is plan-auditor's domain; sync-auditor is post-implementation only), code implementation, architecture design, documentation writing, git operations
By modu-ai
How to install
Skill (folder)A Skill is a folder with a SKILL.md file that gives Claude extra instructions for a task.
Claude Code (project or global):
# per-project mkdir -p .claude/skills/sync-auditor # ...or for all projects mkdir -p ~/.claude/skills/sync-auditor # copy SKILL.md and any supporting files into that folder
Claude.ai / Claude Desktop:
Customize → Skills → “+” → Browse skills → Install. (Installed skills are view-only; download a copy to customise.)
Claude auto-detects skills in that folder — no restart needed.
Exact steps can vary per project — always double-check the original source. New to this? Read the full install guide →
Source
More in Testing & QA
View all →Systematic Debugging
Identify and resolve the root causes of errors in complex systems using a methodical and documented approach.
Test Driven Development
Use when implementing any feature or bugfix, before writing implementation code
Bun
Bun runtime helper for Claude Code. Run scripts, manage dependencies with bun install, execute tests with bun test, and migrate Node.js projects to Bun with guided codemods.
Playwright Browser Automation
Official Microsoft Playwright MCP server for browser automation, web scraping, testing, and accessibility snapshots