qualflare
01Qualflare/qualflare-claude-code
Plugin Claude Code
Plugin marketplace listing 1 plugin: qualflare.
Qualflare/qualflare-claude-code
Plugin Claude Code
Plugin marketplace listing 1 plugin: qualflare.
Qualflare/qualflare-claude-code
Plugin Claude Code
Test management & reporting for Claude Code via Qualflare CLI.
Qualflare/qualflare-claude-code
Instructions file
Claude Code instructions for Qualflare/qualflare-claude-code, covering qualflare-ai — claude code plugin developer guide, what is this?, plugin structure, how to update skills or commands and keeping framework slugs in sync.
Qualflare/qualflare-claude-code
Command
Generate tests for source files changed in the current session. Reads .qualflare/test-state.md for framework context, identifies untested changed files, proposes test cases, and writes them after your approval.
Qualflare/qualflare-claude-code
Command
Diagnose the Qualflare setup for this project: checks CLI installation, authentication, config validity, test-state.md freshness, file-count drift, and framework tooling availability. Reports ✅/⚠️/❌ per check with actionable fix commands.
Qualflare/qualflare-claude-code
Command
Analyze failing tests from the last /qf-run and fix the source code to make them pass. Reads result files from .qualflare/results/. Pass a framework slug or package path to scope which failures to fix.
Qualflare/qualflare-claude-code
Command
Toggle the Qualflare Stop hook on or off. The Stop hook is a passive nudge that suggests /qf-cover after sessions where source files changed without test updates. Pass 'on' or 'off'.
Qualflare/qualflare-claude-code
Command
Run the first-time Qualflare setup: detect tech stack, write .qualflare/test-state.md, configure the optional Stop hook, and update CLAUDE.md.
Qualflare/qualflare-claude-code
Command
Run the project's test suite and upload results to Qualflare via qf collect. Reads .qualflare/test-state.md for the framework list. Pass a framework slug or file glob to scope the run.
Qualflare/qualflare-claude-code
Command
Show the current Qualflare state for this project: detected frameworks, file counts, hook setting, and which CLI identifiers are configured locally.
Qualflare/qualflare-claude-code
Command
Refresh file counts in .qualflare/test-state.md by re-globbing each framework row. Updates counts and the Generated at timestamp in-place — much faster than /qf-init. Pass a framework slug or package path to scope the refresh.
Qualflare/qualflare-claude-code
Hook
Runs when the agent finishes a response, executing stop-hook.mjs via node. From Qualflare/qualflare-claude-code.
Qualflare/qualflare-claude-code
Skill Claude CodeCodex
Propose and write new tests for source files changed in the current session. Detects which functions are already covered and only proposes tests for gaps. Use when the user runs /qf-cover, asks to "add test coverage", asks to "write tests", reacts to the Qualflare hook suggestion, or explicitly invokes this skill.…
Qualflare/qualflare-claude-code
Skill Claude CodeCodex
Diagnose the Qualflare setup for this project. Checks CLI installation, authentication, config validity, test-state.md freshness, live file-count drift, and framework tooling availability. Use when the user runs /qf-doctor, asks "is Qualflare set up correctly?", or encounters unexpected behavior from other qf commands.
Qualflare/qualflare-claude-code
Skill Claude CodeCodex
Analyze failing tests from the last /qf-run and fix the source code to make them pass. Use when the user runs /qf-fix, asks to "fix failing tests", or asks to "fix test failures". Requires result files from a prior /qf-run.
Qualflare/qualflare-claude-code
Skill Claude CodeCodex
First-time Qualflare setup for this project. Detects languages and test frameworks, writes .qualflare/test-state.md, and configures the optional Stop hook. Use when the user runs /qf-init or asks to "set up Qualflare" or "initialize Qualflare".
Qualflare/qualflare-claude-code
Skill Claude CodeCodex
Run the project's test suite and upload results to Qualflare. Use when the user runs /qf-run, asks to "run tests and report", asks to "run tests and upload", or explicitly invokes this skill after writing tests.
Qualflare/qualflare-claude-code
Skill Claude CodeCodex
Show the current Qualflare state for this project — detected frameworks, test counts, hook setting, and last upload info. Use when the user runs /qf-state, asks "what does Qualflare know about this project?", or asks about their current Qualflare setup.
Qualflare/qualflare-claude-code
Skill Claude CodeCodex
Refresh the file counts in .qualflare/test-state.md by re-globbing each framework row. Updates File count values and the Generated at timestamp in-place. Does not re-detect frameworks or change any other content. Use when the user runs /qf-update, asks to "refresh test counts", or after adding new test files without…