Code Review.mdc

Code Review Rules

Views1
PublishedJun 17, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

Prior to submitting or pushing code to Github, these steps should be reviewed

Reviewing the introduced changes

Generate a mermaid diagram with the introduced code

  • if you add enumerations, remove the . and change them to -
  • Always in english
  • Avoid using {} or () in the names

Generate a commit message according the code changed in the PR:

  • All commit messages should follow the format outlined in the @git-commit-format.mdc rule.

Basic Rules

  • If a code change does not make any sense, please call that out
  • Don't provide reasoning without supporting evidence

100-go-mistakes rules taken from https://100go.co/

  • Follow the @100-go-mistakes.mdc rules

How code should be scoped

Share: