Qualflare

19 mods across 1 repository, 3 stars between them.

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.

3 3mo ago A 796 tokens

qf-cover

04

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.

3 3mo ago A 39 tokens

qf-doctor

05

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.

3 3mo ago A 49 tokens

qf-fix

06

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.

3 3mo ago A 43 tokens

qf-hook

07

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'.

3 3mo ago A 42 tokens

qf-init

08

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.

3 3mo ago A 33 tokens

qf-run

09

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.

3 3mo ago A 44 tokens

qf-state

10

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.

3 3mo ago A 27 tokens

qf-update

11

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.

3 3mo ago A 49 tokens

Stop

12

Qualflare/qualflare-claude-code

Hook

Runs when the agent finishes a response, executing stop-hook.mjs via node. From Qualflare/qualflare-claude-code.

3 3mo ago A tokens not measured

qf-cover

13

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.…

3 3mo ago A 85 tokens

qf-doctor

14

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.

3 3mo ago A 69 tokens

qf-fix

15

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.

3 3mo ago A 62 tokens

qf-init

16

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".

3 3mo ago A 60 tokens

qf-run

17

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.

3 3mo ago A 51 tokens

qf-state

18

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.

3 3mo ago A 58 tokens

qf-update

19

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…

3 3mo ago A 82 tokens