fallow-rsfallow-rsOfficialยท32 Agent Skills Included

fallow

Find dead code, duplication, and complexity in JavaScript and TypeScript

Analyzes JavaScript and TypeScript codebases to find unused files, exports, dependencies, circular imports, duplicated code, and complexity hotspots. Eliminates manual code audits and risky deletions by proving what is actually unused through a full dependency graph. Gates pull requests on new issues only, auto-fixes safe cases, and feeds structured JSON results to AI agents and CI pipelines.
npx skills add fallow-rs/fallow --all -g -y
Available:

Routes the AI agent to the right workflow skills and docs, and defines strict rules for running fallow analysis, JSON output handling, validation, and safe auto-fixes.

All Skills in This Repository (32)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
fallow-rsfallow-rs

ci-formats-reviewer

Validate SARIF, CodeClimate, Compact, Markdown, and Badge CI output formats.

Official
Advanced
๐Ÿ“ฆ In Repo
fallow-rsfallow-rs

json-output-reviewer

Review Fallow tool suite JSON output for schema stability and backward compatibility.

Official
Advanced
๐Ÿ“ฆ In Repo
fallow-rsfallow-rs

cli-output-reviewer

Review fallow CLI output for formatting, clarity, and ANSI color standards.

Official
Intermediate
๐Ÿ“ฆ In Repo
fallow-rsfallow-rs

browser-smoke-review

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

Official
Basic
๐Ÿ“ฆ In Repo
fallow-rsfallow-rs

json-output-review

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

Official
Basic
๐Ÿ“ฆ In Repo
fallow-rsfallow-rs

cli-output-review

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

Official
Basic
๐Ÿ“ฆ In Repo
fallow-rsfallow-rs

panel-review

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

Official
Intermediate
๐Ÿ“ฆ In Repo
fallow-rsfallow-rs

triage-issue

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

Official
Intermediate
๐Ÿ“ฆ In Repo
fallow-rsfallow-rs

fix-gh-actions

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

Official
Basic
๐Ÿ“ฆ In Repo
fallow-rsfallow-rs

open-draft-pr

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

Official
Basic
๐Ÿ“ฆ In Repo
fallow-rsfallow-rs

team-assembly

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

Official
Intermediate
๐Ÿ“ฆ In Repo
fallow-rsfallow-rs

vscode-review

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

Official
Basic

Frequently Asked Questions

FAQPage Schema
How to install Fallow?โ–ผ

Run `npx skills add fallow-rs/fallow --all -g -y` in your terminal to install all skills in this suite globally.

How to find unused code in a TypeScript project?โ–ผ

Run `fallow dead-code` to detect unused files, exports, types, dependencies, and circular imports with zero configuration. It auto-detects over 100 frameworks so the first run works out of the box.

Can Fallow gate pull requests on new issues only?โ–ผ

Yes. `fallow audit` compares changed files against a base ref and fails only on issues your change introduced, so legacy backlogs never block adoption.

Does Fallow work with AI coding agents?โ–ผ

Yes. It ships an MCP server, a bundled agent skill, and typed JSON output designed for Claude Code, Codex, Cursor, and other agents.

Can Fallow safely remove dead code automatically?โ–ผ

Yes. Preview changes with `fallow fix --dry-run`, then apply them with `fallow fix --yes` once you confirm the results.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’