Skip to content

cheewliu/ai-tools-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

ai-tools-experiments

A collection of lightweight, browser-based AI developer tools powered by the Claude API. No build step, no dependencies — just open and use.


Tools

Test Report Analyzer

Paste your Anthropic API key, upload a CSV test report, and get an instant AI-generated analysis of your test results.

What it does

  • Reads any CSV test report directly in the browser
  • Sends the data to Claude (via the Anthropic API) for analysis
  • Returns a structured report covering:
    • Overall pass/fail summary with numbers and pass rate
    • Top failure patterns found in the data
    • Likely root causes mapped to each pattern
    • Concrete recommendations to improve test reliability

How to use

  1. Open test-report-analyzer/index.html in your browser
  2. Paste your Anthropic API key into the key field (it stays in memory only — never stored or logged)
  3. Upload a .csv test report (drag-and-drop or file picker)
  4. Click Analyze Report and wait a few seconds
  5. Read the AI-generated analysis rendered in four clearly labelled sections

Tech stack

  • Plain HTML, CSS, JavaScript — no framework, no build step
  • Claude API (claude-sonnet-4-20250514) called via fetch directly from the browser
  • Dark theme UI with monospace font accents

📁 test-report-analyzer/


More tools coming soon.

About

A collection of AI-powered tools for engineering workflows

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors