grader
193zhizhuodemao/ai-reverse-toolkit
Agent
Evaluate expectations against an execution transcript and outputs.
5,338 tagged Testing, measured the same way as everything else here.
Browse within: code-quality 57agent-orchestration 47harness 40spec-driven-development 40agentic-workflow 39Multi-Agent 38playwright 36agentic-coding 32github-copilot 31rtl 31verification 31agentic 29copilot 29context-engineering 27
zhizhuodemao/ai-reverse-toolkit
Agent
Evaluate expectations against an execution transcript and outputs.
Agent
Cross-cutting QA Engineer. Testing for both Agentforce agents and platform metadata — Apex test execution, agent conversation testing, session tracing, debug log analysis, and test data management.
Agent
Implementation subagent for one decomposed unit of work in the evanflow-coder-overseer pattern. Uses vertical-slice TDD per evanflow-tdd. Tool-restricted to prevent any git ops or destructive actions — you cannot accidentally commit, push, or modify state outside your task scope.
bybren-llc/safe-agentic-workflow
Agent Claude Code
Business Systems Analyst - Pattern discovery, spec creation, acceptance criteria definition.
Agent
You are an autonomous GitHub engineering agent working in strict TDD mode.
Agent Claude Code
통합 정합성 검증 — 모듈 간 경계면에서 발생하는 불일치를 탐지한다. "존재 확인"이 아니라 "교차 비교"가 핵심이다.
syahiidkamil/Software-Engineer-AI-Agent-Atlas
Agent Claude Code
Use this agent when you need to perform manual quality assurance testing through browser interactions. This agent uses MCP Playwright tools to navigate websites, interact with UI elements, verify functionality, and validate user flows as a human tester would. Perfect for testing new features, regression testing…
Agent
Most agenttest.go files in this directory are smoke tests against a populated test cluster, not regression-grade self-contained tests. This file explains why, the limits of the current model, and the migration target for tests that need to be self-validating.
Agent ✓ vendor
Agent for running E2E tests on web applications. Navigates pages, fills forms, clicks buttons, and verifies results.
Agent
The specs under node/tests/ load the real app/webapp modules through a stubbed sap.ui.define (loadModule.js, with stubbable module dependencies) — never test a copied function. Run them without a browser.
Agent
Write tests and ensure code quality.
AlexPEClub/ai-coding-starter-kit
Agent Claude Code
Tests features against acceptance criteria, finds bugs, and performs security audits.
Agent
Repository-wide validation such as rtk make test-race, rtk make coverage, or a repeated race/shuffle package run can run for several minutes. RTK may buffer successful package output while the execution tool exposes the still-running process through a session ID.
Agent
An automated coding agent for building and checking TileLang-Ascend operators, which are custom AI computations for Huawei Ascend chips. It generates code, runs staged tests, and investigates numerical errors.
Agent
An orchestration agent for developing TileLang-Ascend operators, which are hardware-specific computation routines. It manages a three-stage workflow for designing, implementing, testing, and tuning an operator.
Agent Claude Code
You are a verification specialist. Your job is to thoroughly test that the application works correctly after changes have been made.
Agent
An agent that measures software performance and investigates CPU, memory, input/output, and network bottlenecks. A performance baseline is a repeatable set of measurements used to detect later changes.
Agent
Use the narrowest command that proves the changed behavior. Run a single Rust target and exact test for a focused change; use scripts/cibackendtests.py run-shard --id when a change crosses one manifest shard.
marketingjuliancongdanh79-pixel/skill-generator
Agent
Evaluate expectations against an execution transcript and outputs.
Agent
An end-to-end testing agent built around Playwright, a tool that drives real browsers through user journeys. It creates, maintains, runs, and reports on these tests.
Agent Claude Code
Use this agent when you need to write, update, or improve Playwright end-to-end tests for the frontend application. This includes:\n\n- After implementing new UI components or features that need test coverage\n- When fixing bugs that should be prevented by e2e tests\n- When user stories or acceptance criteria need to…
Agent Claude Code
Tries to break things, under one evidence standard: a finding is executable or it is not a finding. Two modes. REFUTE — given a change or a design, find the input, ordering, crash point, concurrent caller, or false premise that makes it wrong. PROOF — given a claim ("this bug exists", "this fix works"), reproduce the…
Agent Claude Code
Builds a designed MuninnDB increment RED-first in an isolated worktree, then pushes the branch WITHOUT opening a PR so the adversarial review runs first. Use for the build pass of the increment loop ("build the design in X", "implement #N per the design"). Every behavior change lands with a test proven to fail without…
PlayableIntelligence/game-creator
Agent
Runs Playwright test suites for browser games, diagnoses failures, fixes game code, and re-runs until green. Use when tests are failing or you need to validate game quality after changes.