Skip to main content
Use this when the output should be working code. Happycapy can write scripts, create sample data, run the tool, add tests, and package files for handoff.

Example Result

What You Can Make

  • A Python CLI script
  • Sample input and output CSVs
  • Pytest coverage
  • A README and zip package

What To Prepare

  • What the tool should do
  • Input and output formats
  • Rules or edge cases
  • How you want to run it

Try This Prompt

Build a Python CLI tool called inbox_triage.py that reads a CSV export of support messages and classifies each row into priority buckets. Add priority, reason, and suggested_owner columns. Include sample data, output CSV, pytest tests, README, and a zip package. Run the CLI and tests before finishing.

Full Conversation

What Happycapy Does

  1. Turns requirements into code structure.
  2. Creates sample data and expected output.
  3. Runs the CLI in the sandbox.
  4. Runs tests and fixes issues.
  5. Packages the code for download or review.

Review Checklist

  • Does the CLI accept input and output paths?
  • Are classification rules readable?
  • Do tests cover the core logic?
  • Can someone run it from the README?
  • Is the zip package complete?

Next Step

Ask Happycapy to adapt the script to your own CSV columns or connect it to a recurring workflow.