fallow avatar

fallow

Official

@fallow-rs · Netherlands

0Followers
|
7Public Repos
|
33Published Skills

Codebase intelligence for TypeScript and JavaScript. Free static analysis of code and styles, optional paid runtime intelligence (Fallow Runtime).

Skills Distribution
DomainDeveloper To...Static Code Analysis (40%)Codebase Intellige.. (30%)Output Validation (30%)

Agent Skills by fallow

Showing 33 vetted skills indexed across 2 GitHub repositories.

fallow-rsfallow-rs
4.4k

browser-smoke-review

Reviews web pages and preview deployments using browser automation and screenshots.

Official
Basic
fallow-rsfallow-rs
4.4k

json-output-review

Review JSON output changes for schema stability, determinism, and downstream usability.

Official
Basic
fallow-rsfallow-rs
4.4k

cli-output-review

Review CLI human-readable output for scanability, hierarchy, and terminal compatibility.

Official
Basic
fallow-rsfallow-rs
4.4k

panel-review

Reviews designs, plans, and CLI surfaces using simulated end-user and domain-expert perspectives.

Official
Intermediate
fallow-rsfallow-rs
4.4k

triage-issue

Triages GitHub issues against the local fallow codebase to assess validity, priority, and scope.

Official
Intermediate
fallow-rsfallow-rs
4.4k

fix-gh-actions

Diagnose and fix failing GitHub Actions workflows, jobs, and CI checks.

Official
Basic
fallow-rsfallow-rs
4.4k

open-draft-pr

Commits, pushes, and opens a ready pull request for local changes on GitHub.

Official
Basic
fallow-rsfallow-rs
4.4k

team-assembly

Selects the minimum reviewer team for a change based on touched paths and risk.

Official
Intermediate
fallow-rsfallow-rs
4.4k

vscode-review

Review VS Code extension activation, commands, views, and LSP-client integration changes.

Official
Basic
fallow-rsfallow-rs
4.4k

lsp-review

Review fallow's LSP server diagnostics, code actions, and protocol-facing behavior.

Official
Basic
fallow-rsfallow-rs
4.4k

github-action-review

Reviews GitHub Action shell scripts, jq filters, and workflow annotations for fallow.

Official
Basic
fallow-rsfallow-rs
4.4k

ci-formats-review

Reviews SARIF, CodeClimate, and other CI output formats for correctness and integrator compatibility.

Official
Basic
fallow-rsfallow-rs
4.4k

rust-review

Review Rust code changes in fallow crates for correctness, performance, and project conventions.

Official
Basic
fallow-rsfallow-rs
4.4k

mcp-review

Reviews fallow's MCP server for tool contract clarity, output stability, and agent usability.

Official
Basic
fallow-rsfallow-rs
4.4k

panel-review-loop

Iteratively review and improve Fallow user-facing output against real-world benchmark projects.

Official
Intermediate
fallow-rsfallow-rs
4.4k

fallow

Detects dead code, duplication, complexity hotspots, and architecture violations in JavaScript and TypeScript codebases.

Official
Advanced
fallow-rsfallow-rs
4.4k

conformance-loop

Compares Fallow analysis output against competing tools and verified source truth to improve accuracy.

Official
Intermediate
fallow-rsfallow-rs
4.4k

review

Reviews branches, pull requests, and diffs against Fallow's pre-merge quality gates.

Official
Intermediate
fallow-rsfallow-rs
4.4k

binary-loop

Reduces Rust release binary size iteratively using cargo-bloat measurements and bounded changes.

Official
Intermediate
fallow-rsfallow-rs
4.4k

sweep

Audits a Fallow session for missed work, stale verification, and incomplete acceptance criteria.

Official
Basic
fallow-rsfallow-rs
4.4k

implement

Implements Fallow features and fixes through a phased research, test, and review lifecycle.

Official
Advanced
fallow-rsfallow-rs
4.4k

gitlab-ci-review

Review GitLab CI integration scripts, jq filters, and merge request comment formatting.

Official
Basic
fallow-rsfallow-rs
4.4k

sig-audit-loop

Iteratively improves Fallow maintainability using measured SIG audit deltas.

Official
Basic
fallow-rsfallow-rs
4.4k

debug-false-positive

Diagnose and fix Fallow false positives through layered pipeline tracing and regression testing.

Official
Intermediate

Frequently Asked Questions About fallow

FAQPage Schema
What 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.