.cursor/skills/review-readmes/SKILL.md
Review all README.md files in the repo for typos, errors, and outdated information. Use when the user asks to review READMEs, check documentation accuracy, or audit docs.
npx skillsauth add openshift/lightspeed-console review-readmesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Audit every README.md in the repository for language quality and factual
accuracy against the current codebase.
Find all README files:
find . -name 'README.md' -not -path '*/node_modules/*'
Read each file in full.
For each README, look for:
Verify that claims in the READMEs still hold by checking the actual code. Do not guess — confirm every claim against the source.
Apply all fixes directly to the README files. For each file, briefly summarize what was changed and why.
data-ai
Update the project version number across all files that contain it on the current branch. Use when bumping the version on a single branch only. For a full multi-branch release, use the release skill instead.
testing
Run Cypress tests filtered by tag. Use when the user asks to run tests, run Cypress, or test a specific feature tag like @core or @attach.
testing
Review project AI skills for duplication, stale references, mistakes, and structural issues. Use when the user asks to review skills, audit skills, check for duplicate skills, or verify skill quality.
tools
Bump the project version across all release branches and commit the changes. Use when the user asks to do a release or update the version on all branches.