The review-and-refactor skill analyzes project code against defined coding guidelines and standards stored in `.github/instructions/` files, then refactors the code to improve maintainability and compliance while preserving file structure and test integrity. It serves development teams that need automated code quality improvements aligned with their project's specific standards and best practices. This skill solves the problem of maintaining consistent code quality and adherence to established guidelines across a project without manual line-by-line review.
npx skills add https://github.com/github/awesome-copilot --skill review-and-refactor