CtrlK
BlogDocsLog inGet started
Tessl Logo

fallow

github.com/fallow-rs/fallow

Skill

Added

Review

release

.agents/skills/release/SKILL.md

Prepare and publish a Fallow release with version, changelog, generated contracts, companion repositories, registry publication, and post-release verification.

perf-loop

.agents/skills/perf-loop/SKILL.md

Iteratively optimize Fallow performance with stable benchmarks, before-and-after evidence, and correctness gates.

panel-review

.agents/skills/panel-review/SKILL.md

Review a Fallow design, plan, workflow, CLI surface, documentation architecture, or user experience with representative end-user and domain-expert perspectives before implementation.

panel-review-loop

.agents/skills/panel-review-loop/SKILL.md

Iteratively review and improve a Fallow user-facing surface across representative real-world projects until the panel has no blocking concerns.

json-output-reviewer

.agents/skills/json-output-reviewer/SKILL.md

Reviews JSON output schema design, backwards compatibility, actions arrays, and machine-readability. Use when reviewing changes to fallow's JSON output format.

implement

.agents/skills/implement/SKILL.md

Research, implement, test, document, and review a Fallow feature, fix, refactor, or repository improvement. Use when asked to build or change Fallow.

debug-false-positive

.agents/skills/debug-false-positive/SKILL.md

Diagnose and fix a Fallow false positive or false negative through extraction, resolution, graph, analysis, reporting, and real-consumer verification.

coverage-loop

.agents/skills/coverage-loop/SKILL.md

Iteratively improve Fallow Rust test coverage with cargo-llvm-cov, prioritizing meaningful untested behavior and preserving runtime correctness.

conformance-loop

.agents/skills/conformance-loop/SKILL.md

Iteratively improve Fallow analysis accuracy by comparing it with competing tools and verified source truth across a stable real-world corpus.

cli-output-reviewer

.agents/skills/cli-output-reviewer/SKILL.md

Reviews CLI human output formatting, terminal colors, information hierarchy, and progressive disclosure. Use when reviewing changes to fallow's human-readable CLI output.

ci-formats-reviewer

.agents/skills/ci-formats-reviewer/SKILL.md

Reviews SARIF, CodeClimate, Compact, Markdown, and Badge output formats for spec compliance and CI integration correctness. Use when reviewing changes to fallow's CI-oriented output formats.

binary-loop

.agents/skills/binary-loop/SKILL.md

Iteratively reduce Fallow binary size using cargo-bloat and release-build measurements while preserving features, performance, and compatibility.