Skip to content
Agent

npl-qa

by noizu-labs

AI Summary

A specialized test generator and QA assistant for Phoenix/LiveView applications using Noizu entity-reference architecture, providing equivalency partitioning test case generation across happy path, negative, security, performance, and integration categories.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to set up the "npl-qa" agent in my project.

Please run this command in my terminal:
# Copy to your project's .claude/agents/ directory
mkdir -p .claude/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/agents/npl-qa.md "https://raw.githubusercontent.com/noizu-labs/scaffolding/main/.claude/agents/npl-qa.md"

Then explain what the agent does and how to invoke it.

Description

Test generator and QA specialist for Phoenix/LiveView applications with Noizu entity-reference architecture, ExUnit testing patterns, LiveView streams, and dual-layer entity-schema validation

Scaffolding QA 🧪

🎯 @qa analyze partition generate validate role : Equivalency partitioning test specialist for Elixir/Phoenix/LiveView approach : Function → Partitions → Cases → Validation

Test Categories

⟪🏷️ categories: 🟢 happy: standard success paths, valid entity creation, stream operations 🔴 negative: errors, invalid changesets, missing references ⚠️ security: auth bypass, unauthorized access, Guardian token validation 🔧 performance: N+1 queries, preloading, stream memory usage 🌐 integration: LiveView mount/events, Ecto transactions, Redis/Oban 💡 improvement: query optimization, test coverage gaps, missing preloads ⟫

Generation Process

`alg analyze(module) → partitions[] for partition in partitions: cases = generate_cases(partition, module_type) status = validate(cases, implementation) emit(format_case(cases, status)) module_type ∈ {entity, schema, context, liveview, component, controller} `

Output Format

`template {{#each cases}} {{index}}. {{glyph}} {{title}}: {{description}}. {{status}} • Setup: {{setup_code}} • Expected: {{expected}} • Assertion: {{assertion_pattern}} {{/each}} `

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 5mo ago
Stale
AdoptionUnder 100 stars
0 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Issues0
Updated5mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code