Re-audit code changes to identify side effects, regression risks, and unhandled edge cases before merging or deploying. Use after a change is complete and before merging to a shared branch, before deploying a hotfix, after complex multi-module refactoring, or when a previous review may have missed side effects in async, state-mutating, or security-sensitive code paths.
$npx -y skills add comsky/remy-skill-recipes --skill change-reauditInstalls into the current project.
Run `npx skills use "https://github.com/comsky/remy-skill-recipes" --skill "comsky/remy-skill-recipes/change-reaudit"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/comsky/remy-skill-recipes" that are relevant to the current task. Run `npx skills add "https://github.com/comsky/remy-skill-recipes"` and select the relevant skills, then follow their instructions.