fallow
Find dead code, duplication, and complexity in JavaScript and TypeScript
All Skills in This Repository (32)
Pure Emerald Level Indicatorsci-formats-reviewer
Validate SARIF, CodeClimate, Compact, Markdown, and Badge CI output formats.
json-output-reviewer
Review Fallow tool suite JSON output for schema stability and backward compatibility.
cli-output-reviewer
Review fallow CLI output for formatting, clarity, and ANSI color standards.
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.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core