analyzer
01syahiidkamil/Software-Engineer-AI-Agent-Atlas
Agent Claude Code
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
16 tagged ai software engineer, measured the same way as everything else here.
Browse within: ai-coding-assistant 9Autonomous Agents 7
syahiidkamil/Software-Engineer-AI-Agent-Atlas
Agent Claude Code
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
syahiidkamil/Software-Engineer-AI-Agent-Atlas
Agent Claude Code
Compare two outputs WITHOUT knowing which skill produced them.
syahiidkamil/Software-Engineer-AI-Agent-Atlas
Agent Claude Code
Evaluate expectations against an execution transcript and outputs.
Agent
Reviews a worker's diff for semantic HTML, ARIA correctness, keyboard navigation, focus order, and color contrast. Dispatch only on tasks that touch UI/markup/styling — skip entirely for backend, CLI, or data-only tasks.
Agent
Reviews a worker's diff for coupling, layering violations, SOLID breaches, and contract adherence against the repo's existing module boundaries. Dispatch on any task that adds a module, crosses an existing boundary, or defines/consumes a shared interface.
Agent
Reviews a worker's diff for missing public-API docs, README/doc drift, and comments that no longer match the actual behavior. Dispatch on tasks that add/change a public interface, CLI flag, config option, or documented behavior.