Skip to main content

Automated quality assurance for AI applications

Project description

Pixie-QA

Skill PyPI package Discord

Agent skill for Evaluation Driven Development

Pixie-QA is an agent skill that let your coding agent to systematically improve the quality of your AI application with Evaluation Driven Development (EDD) approach. With the skill, your coding agent will carry out the evaluate->analyze->implement cycle for you.

Why Pixie-QA?

You've probably spent a lot of time tweaking your implementation for your AI feature, re-testing the same inputs, and not being sure whether things actually got better.

You might have looked at evals products, but think they are not worth the hassle - they are good at giving you fancy metrics and dashboards, but provides little help on actually improving your application.

Pixie-QA takes a different approach, focusing on producing actionable insights — specific action items that you or your coding agent can investigate further or directly implement in your code.

And because Pixie-QA runs locally inside your codebase, your data stays private and you're not locked into another platform.

Demo

Demo Video

How it Works

The skill guides your coding agent (Claude Code, Cursor, GitHub Copilot, etc.) through a 6-step pipeline:

  1. Analyze the app — The agent reads your codebase, identifies entry points, maps capabilities, and defines eval criteria based on real failure modes (not generic quality checklists).

  2. Instrument data boundaries — Lightweight wrap() calls are added where your app reads external data (databases, APIs, caches) and where it produces output. This lets the eval harness inject controlled inputs and capture results — without changing your app's logic.

  3. Build a Runnable — A thin adapter that lets the eval harness invoke your app the same way a real user would. Your app runs its real code path, makes real LLM calls — nothing is mocked.

  4. Define evaluators — Each eval criterion maps to a scoring function: LLM-as-judge for semantic quality, deterministic checks for structural requirements, or custom evaluators for domain-specific rules.

  5. Build a dataset — Test cases with realistic inputs, pre-captured external data, and expected behavior. Each entry specifies which evaluators to run and what passing looks like.

  6. Run pixie test and analyze — The harness runs all entries concurrently, scores them, and the agent analyzes results: which entries failed, why, and what to fix — in the app or in the eval setup itself. Each pixie test result directory should be fully analyzed before the next rerun starts.

The output is a working eval pipelinem and detailed analysis + action plan that you or your coding agent can implement.

Get Started

Add the skill to your coding agent:

npx skills add yiouli/pixie-qa

Then simply talk to your coding agent in your project, e.g:

  • "Setup eval"
  • "Improve my agent's output quality"
  • "The AI response is wrong when ..., please fix"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pixie_qa-0.8.4.tar.gz (604.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pixie_qa-0.8.4-py3-none-any.whl (619.9 kB view details)

Uploaded Python 3

File details

Details for the file pixie_qa-0.8.4.tar.gz.

File metadata

  • Download URL: pixie_qa-0.8.4.tar.gz
  • Upload date:
  • Size: 604.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pixie_qa-0.8.4.tar.gz
Algorithm Hash digest
SHA256 06d0bff62bc591515c4893a939623cd1cbfc095184edf2d97a449eb672ddd76b
MD5 623d81b8dcb1a1de7f5d1a9fb4f55cb6
BLAKE2b-256 b51d947fe6055a286de3e5e0b30840d64b9ef8e4954f405aee69980377494ed4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pixie_qa-0.8.4.tar.gz:

Publisher: publish.yml on yiouli/pixie-qa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pixie_qa-0.8.4-py3-none-any.whl.

File metadata

  • Download URL: pixie_qa-0.8.4-py3-none-any.whl
  • Upload date:
  • Size: 619.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pixie_qa-0.8.4-py3-none-any.whl
Algorithm Hash digest
SHA256 7bc7ea6b984ffb21cac6bf9d460b3d1e2f24cb7c254909b78fc0ebbbfcd4230d
MD5 2c6d1d517e66f7231b2bc70dd4fbefaf
BLAKE2b-256 f3814a5c072a494ee1d20ca80265515422cd34c2e2409208974c650342971a77

See more details on using hashes here.

Provenance

The following attestation bundles were made for pixie_qa-0.8.4-py3-none-any.whl:

Publisher: publish.yml on yiouli/pixie-qa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page