fallow
Official@fallow-rs · Netherlands
Codebase intelligence for TypeScript and JavaScript. Free static analysis of code and styles, optional paid runtime intelligence (Fallow Runtime).
Agent Skills by fallow
Showing 33 vetted skills indexed across 2 GitHub repositories.
browser-smoke-review
Reviews web pages and preview deployments using browser automation and screenshots.
json-output-review
Review JSON output changes for schema stability, determinism, and downstream usability.
cli-output-review
Review CLI human-readable output for scanability, hierarchy, and terminal compatibility.
panel-review
Reviews designs, plans, and CLI surfaces using simulated end-user and domain-expert perspectives.
triage-issue
Triages GitHub issues against the local fallow codebase to assess validity, priority, and scope.
fix-gh-actions
Diagnose and fix failing GitHub Actions workflows, jobs, and CI checks.
open-draft-pr
Commits, pushes, and opens a ready pull request for local changes on GitHub.
team-assembly
Selects the minimum reviewer team for a change based on touched paths and risk.
vscode-review
Review VS Code extension activation, commands, views, and LSP-client integration changes.
lsp-review
Review fallow's LSP server diagnostics, code actions, and protocol-facing behavior.
github-action-review
Reviews GitHub Action shell scripts, jq filters, and workflow annotations for fallow.
ci-formats-review
Reviews SARIF, CodeClimate, and other CI output formats for correctness and integrator compatibility.
rust-review
Review Rust code changes in fallow crates for correctness, performance, and project conventions.
mcp-review
Reviews fallow's MCP server for tool contract clarity, output stability, and agent usability.
panel-review-loop
Iteratively review and improve Fallow user-facing output against real-world benchmark projects.
fallow
Detects dead code, duplication, complexity hotspots, and architecture violations in JavaScript and TypeScript codebases.
conformance-loop
Compares Fallow analysis output against competing tools and verified source truth to improve accuracy.
review
Reviews branches, pull requests, and diffs against Fallow's pre-merge quality gates.
binary-loop
Reduces Rust release binary size iteratively using cargo-bloat measurements and bounded changes.
sweep
Audits a Fallow session for missed work, stale verification, and incomplete acceptance criteria.
implement
Implements Fallow features and fixes through a phased research, test, and review lifecycle.
gitlab-ci-review
Review GitLab CI integration scripts, jq filters, and merge request comment formatting.
sig-audit-loop
Iteratively improves Fallow maintainability using measured SIG audit deltas.
debug-false-positive
Diagnose and fix Fallow false positives through layered pipeline tracing and regression testing.
Frequently Asked Questions About fallow
FAQPage SchemaWhat specific tasks can be performed using Fallow?▼
Fallow enables static analysis of JavaScript and TypeScript codebases to identify dead code, duplication, and complexity hotspots. Additionally, it provides validation for various output formats including SARIF, CodeClimate, and Markdown to ensure consistency across continuous integration environments.
Who is the target persona for this codebase intelligence suite?▼
The primary target personas are software engineers, technical leads, and DevOps practitioners managing large JavaScript or TypeScript repositories. It is designed for teams requiring automated insights into code health, technical debt, and standardized reporting for CI/CD pipeline integration.
What are the prerequisites for implementing Fallow in a project?▼
Implementation requires a JavaScript or TypeScript codebase and a compatible environment to execute the analysis. Users must ensure their CI/CD environment supports the specific output formats validated by the suite, such as SARIF or CodeClimate, to integrate the findings into existing reporting dashboards.