| Skill | Added | Review |
|---|---|---|
address-pr-comments .agents/skills/address-pr-comments/SKILL.md Triage and address GitHub PR review feedback for fallow, then implement the agreed fixes. Use when the user wants to inspect PR comments, requested changes, or unresolved review threads and act on them. | 68 68 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 03aad8c | |
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. | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 03aad8c | |
binary-loop .claude/skills/binary-loop/SKILL.md Iteratively reduce Fallow binary size using cargo-bloat and release-build measurements while preserving features, performance, and compatibility. | 62 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 03aad8c | |
browser-smoke-review .agents/skills/browser-smoke-review/SKILL.md Use browser automation to review docs pages, preview URLs, rendered output, or web-facing fallow surfaces. Use when the user wants a screenshot-based review, browser smoke test, docs site check, or preview deployment inspection. | 67 67 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 03aad8c | |
ci-formats-review .agents/skills/ci-formats-review/SKILL.md Review SARIF, CodeClimate, compact, markdown, badge, and other CI-facing output formats for correctness and integrator expectations. Use when changes affect machine-consumed report formats or CI presentation layers. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 03aad8c | |
cli-output-review .agents/skills/cli-output-review/SKILL.md Review fallow's human-readable CLI output for scanability, information hierarchy, empty states, and terminal compatibility. Use when changes affect human output, command UX, or text formatting in the CLI. | 71 71 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 03aad8c | |
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. | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 03aad8c | |
conformance-loop .claude/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. | 57 57 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 03aad8c | |
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. | 58 58 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 03aad8c | |
coverage-loop .claude/skills/coverage-loop/SKILL.md Iteratively improve Fallow Rust test coverage with cargo-llvm-cov, prioritizing meaningful untested behavior and preserving runtime correctness. | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 03aad8c | |
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. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 03aad8c | |
debug-false-positive .claude/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. | 58 58 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 03aad8c | |
fallow npm/fallow/skills/fallow/SKILL.md Codebase intelligence for TypeScript and JavaScript. Static analysis reports changed-code risk, cleanup opportunities, duplication, circular dependencies, complexity hotspots, architecture boundaries, design-system drift, feature flags, and opt-in security candidates. Optional local similar-code discovery finds functions that may implement the same intent despite different syntax. Runtime coverage can merge production execution data. Use when asked to audit PR risk, find unused code or dependencies, compare semantically similar functions, detect duplicates, inspect architecture boundaries, merge runtime coverage, auto-fix supported issues, or run fallow. | 75 75 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 03aad8c | |
fallow .agents/skills/fallow/SKILL.md Codebase intelligence for TypeScript and JavaScript. Static analysis reports changed-code risk, cleanup opportunities, duplication, circular dependencies, complexity hotspots, architecture boundaries, design-system drift, feature flags, and opt-in security candidates. Optional local similar-code discovery finds functions that may implement the same intent despite different syntax. Runtime coverage can merge production execution data. Use when asked to audit PR risk, find unused code or dependencies, compare semantically similar functions, detect duplicates, inspect architecture boundaries, merge runtime coverage, auto-fix supported issues, or run fallow. | 70 70 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 03aad8c | |
fix-gh-actions .agents/skills/fix-gh-actions/SKILL.md Investigate and fix failing GitHub Actions checks for this repo or its PRs. Use when the user asks to debug CI failures, broken workflows, failed release jobs, or failing GitHub checks. | 67 67 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 03aad8c | |
github-action-review .agents/skills/github-action-review/SKILL.md Review fallow's GitHub Action, shell scripts, jq filters, annotations, review comments, and workflow integration. Use when changes touch action/, action.yml, GitHub review formatting, or CI shell/jq behavior. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 03aad8c | |
gitlab-ci-review .agents/skills/gitlab-ci-review/SKILL.md Review fallow's GitLab CI integration, scripts, jq filters, MR comments, and report formatting. Use when changes touch ci/ or GitLab-specific output behavior. | 65 65 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 03aad8c | |
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. | 63 63 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 03aad8c | |
implement .claude/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. | 71 71 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 03aad8c | |
json-output-review .agents/skills/json-output-review/SKILL.md Review machine-readable JSON output changes for schema stability, determinism, and downstream usability. Use when changes affect JSON output, result fields, ordering, snapshots, or integration contracts. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 03aad8c | |
lsp-review .agents/skills/lsp-review/SKILL.md Review fallow's LSP server behavior, diagnostics, code actions, code lens, and protocol-facing UX. Use when changes touch crates/lsp or LSP-visible behavior. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 03aad8c | |
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. | 62 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 03aad8c | |
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. | 61 61 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 03aad8c | |
panel-review-loop .claude/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. | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 03aad8c | |
panel-review .claude/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. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 03aad8c |