Search the entire codebase for TODO markers and create a markdown document with proposed next steps for each.
47
50%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.github/skills/todo/SKILL.mdRun this workflow in order: (1) search the repository for TODO markers, (2) deduplicate results, (3) categorize TODOs, (4) propose actionable next steps, and (5) produce a markdown report.
Search the full repository for TODO markers, including at minimum:
Prefer whole-repo search unless the user explicitly narrows scope.
Look for common TODO variants such as:
TODOTODO:# TODO// TODO/* TODO */Ignore files in common generated or vendor directories (for example node_modules, dist, build, .venv, venv) unless the user explicitly requests including them.
For each TODO found, collect:
api, pipeline, ui, model loading, lint, etc.)high, medium, low) based on likely user impact or breakage riskFor each meaningful TODO:
For each TODO, write a concrete next step, for example:
Do not just restate the TODO. Convert it into an actionable recommendation.
Create a markdown report that groups TODOs in a readable way.
Preferred structure:
If a TODO is ambiguous, say so and give the most likely next step instead of inventing certainty.
When this skill is used, return:
A successful pass means:
058a7f0
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.