Quality
Code review, testing, and verification skills.
๐งช
2w ago
Test-Driven Development
Test-Driven Development enforces the red-green-refactor loop for new features, bugfixes, and new production code. Write a failing test first, then minimal code to pass, and refactor only after green.
Quality
21027
๐
2w ago
Absolute Audit
Absolute Audit scans a repository for dependency CVEs and risky code patterns, then triages and fixes the issues worth addressing. Use it to harden your own codebase after a disclosure or as part of routine security hygiene.
Quality
20929
๐งพ
2w ago
Absolute Debt
Absolute Debt clears pre-existing lint, type, and suppression debt across a repo on green main. Use it to burn down warnings, errors, and ignores in safe waves, one rule at a time, with tests passing after each wave.
Quality
20929
๐งช
2w ago
Absolute Deflake
Absolute Deflake finds nondeterministic tests, diagnoses the root cause, and fixes the source of flakiness. Use it when CI is flaky or a test fails intermittently, then verify the fix with repeated randomized runs.
Quality
20929
โ๏ธ
2w ago
Absolute Prune
Absolute Prune removes dead code, unused dependencies, unreferenced exports, unreachable branches, and orphaned files from the whole repo. It is used on green main and verifies each removal with tool evidence and tests before deleting anything.
Quality
20929
๐งน
2w ago
Absolute Simplify
Absolute Simplify cleans up staged, unstaged, or targeted code changes without changing behavior. It reduces complexity, removes redundancy, flattens nesting, and runs tests to confirm the edits still work.
Quality
20929
๐งช
2w ago
Audit Fixture Tool Error
Audit Fixture Tool Error invokes an always-failing tool once, then returns a fixed JSON response. Use it to verify tool_call_error event handling in end-to-end tests.
Quality
20917
๐งช
2w ago
Auto Test Execution
Auto Test Execution runs relevant tests after code-generating agents modify source files. It is used to enforce an execute-before-return workflow and retry when tests fail.
Quality
20932
๐
2w ago
Code Review
Code Review analyzes code for bugs, security issues, and code smells, then returns a structured set of findings and a quality score. Use it when you need an audit or actionable improvements.
Quality
20917
๐ง
2w ago
Debug Memory
Debug Memory queries and manages executable feedback session history. Use it to find past failures, inspect learned patterns, review stats, or archive the memory store.
Quality
20932
๐งช
2w ago
Execute Feedback
Execute Feedback runs tests on generated code, analyzes failures, applies targeted fixes, and retries until the code passes or max attempts are reached. Use it after code generation or edits to verify behavior.
Quality
20932
โ
2w ago
Flow Syntax
Flow Syntax validates YAML flow syntax against the pinned reference parser. Use it when you need to check whether input is accepted by that parser.
Quality
20932