All authors
Qualflare avatar

Claude Skills by Qualflare

github.com/Qualflare
7 skillsA× 6B× 10 installs25 views
Qf CoverA

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. Pass --all to cover an entire file/directory regardless of what changed.

testing-securityjavascripttypescript
0
3
Qf DoctorB

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.

testing-securitypythongo
0
3
Qf FixA

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.

testing-securitypythongo
0
3
Qf InitA

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

testing-securitytypescriptpython
0
3
Qf RunA

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.

testing-securityjavascriptpython
0
3
Qf StateA

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.

testing-securitygobash
0
3
Qf UpdateA

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 wanting to re-run full /qf-init.

testing-securitytypescriptgo
0
3