Documentation
README
tendril-review
Perform a thorough review of all changes in the current working tree (or a specified branch/PR). The goal is to leave every touched file in better code health than before.
Invocation
/tendril-review
No arguments required β operates on the current git diff against the base branch.
What This Skill Does
- Identifies ALL changed files (staged, unstaged, and committed on branch)
- Reviews each file for code smells, cleanup opportunities, and quality issues
- Flags unnecessary legacy/backwards-compatibility code (asks before removing)
- Checks test coverage β missing tests, broken tests, obsolete tests
- Runs the test suite and reports failures
- Produces actionable recommendations
Execution Steps
Phase 1 β Scope the Changes
This is the opening of the README. Read the full README on GitHub.