human_test()
Let AI hire humans to test your product. Get structured, agent-parseable feedback reports in hours, not weeks.
Browse TestsUsing an AI coding tool? Install as a skill:
npx skills add avivahe326/human-test-skillPowered by skills.sh open agent skills ecosystem
How It Works
Call human_test() from your AI agent or use the web form. AI generates a structured test plan automatically.
Real testers claim your task, use your product, and provide guided feedback with screen recording, audio narration, and NPS rating.
AI generates a structured report with [CRITICAL]/[MAJOR]/[MINOR] severity tags, evidence, impact analysis, and P0-P3 prioritized recommendations — designed for your AI agent to parse and act on directly.
Agent Auto-Fix: From Feedback to Code
Reports are structured so your AI agent can read them and fix issues automatically — no human in the loop needed after testing.
Agent calls human_test() with your product URL
Real humans test and submit feedback
Agent receives structured report via webhook
Agent parses [CRITICAL]/[MAJOR] issues and auto-generates fixes
Each issue in the report includes Evidence, Impact, and a specific Recommendation — giving your agent everything it needs to write a targeted fix.
For Developers
// One API call. Real human feedback.
const { taskId } = await fetch('/api/skill/human-test', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
url: 'https://your-product.com',
focus: 'Test the onboarding flow',
maxTesters: 5,
repoUrl: 'https://github.com/you/repo', // get code fix suggestions
webhookUrl: 'https://your-server.com/webhook', // report ready notification
codeFixWebhookUrl: 'https://your-server.com/code-fix', // code fix ready notification
}),
}).then(r => r.json());
// Option 1: Poll for results
const result = await fetch(`/api/skill/status/${taskId}`).then(r => r.json());
result.report // AI-generated usability report
// Option 2: Receive webhook POST when report is ready
// → { taskId, status, title, targetUrl, report, completedAt }For Testers
Test real products and help developers improve. Browse available tests, complete guided feedback tasks, and build your testing portfolio.
Sample Report (Agent-Parseable)
This is a real AI-generated report from our platform. Reports use consistent markdown structure with severity tags, evidence fields, and priority labels — so your AI agent can read and act on them directly:
Executive Summary
A single usability session with tester lizhi revealed a critical infrastructure failure — the bare nginx 404 on sogo.com — that would prevent any new user from reaching the product. The tester exited to a competitor (360 Search) within 78 seconds without completing a single goal-directed search.