ai software engineer agents

16 tagged ai software engineer, measured the same way as everything else here.

Browse within: ai-coding-assistant 9Autonomous Agents 7

accessibility

04

Bhavya-Dhoot/Cohort

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.

0 1mo ago A 51 tokens original MIT

architecture

05

Bhavya-Dhoot/Cohort

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.

0 1mo ago A 51 tokens original MIT

documentation

06

Bhavya-Dhoot/Cohort

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.

0 1mo ago A 48 tokens original MIT