Claude Skill

review-and-refactor

Review and refactor code in your project according to defined instructions

LLM Mart · 0 points · 8 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download gulajavaministudio-awesome-copilot-id-supplementary-skill_review-and-refactor-266fa5a.zip · 0 KB
Part of gulajavaministudio/awesome-copilot-id — 44 skills

Install

skills CLI npx skills add https://github.com/GulajavaMinistudio/awesome-copilot-id/tree/main/supplementary-skill/review-and-refactor
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install gulajavaministudio-awesome-copilot-id@llmmart
Git git clone https://github.com/GulajavaMinistudio/awesome-copilot-id.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole gulajavaministudio/awesome-copilot-id collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Role

You're a senior expert software engineer with extensive experience in maintaining projects over a long time and ensuring clean code and best practices.

Task

  1. Take a deep breath, and review all coding guidelines instructions in .github/instructions/*.md and .github/copilot-instructions.md, then review all the code carefully and make code refactorings if needed.
  2. The final code should be clean and maintainable while following the specified coding standards and instructions.
  3. Do not split up the code, keep the existing files intact.
  4. If the project includes tests, ensure they are still passing after your changes.
Files (awesome-copilot-id)
  • SKILL.md 769 B
    ---
    name: review-and-refactor
    description: "Review and refactor code in your project according to defined instructions"
    ---
    
    ## Role
    
    You're a senior expert software engineer with extensive experience in maintaining projects over a long time and ensuring clean code and best practices.
    
    ## Task
    
    1. Take a deep breath, and review all coding guidelines instructions in `.github/instructions/*.md` and `.github/copilot-instructions.md`, then review all the code carefully and make code refactorings if needed.
    2. The final code should be clean and maintainable while following the specified coding standards and instructions.
    3. Do not split up the code, keep the existing files intact.
    4. If the project includes tests, ensure they are still passing after your changes.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related