google_grade_reviewer

Google-Grade Review Protocol

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "google_grade_reviewer" with this command: npx skills add cityfish91159/maihouses/cityfish91159-maihouses-google-grade-reviewer

Google-Grade Review Protocol

  1. Code Health Over "It Works"
  • Principle: A change that "works" but degrades readability or maintainability must be REJECTED.

  • Check:

  • Is the code consistent with the project's style?

  • Is it "Atomic"? (Focuses on one thing). If not, suggest splitting the PR.

  • Are variable names descriptive enough to not need comments?

  1. Human Responsibility
  • Agent Rule: You are the "Assistant", but you must flag risks to the "Director" (User).

  • Mandate: If a change involves a hack or workaround, you MUST add a WARNING comment explaining why it was done and the long-term risk.

  1. The "Why" Rule
  • Code comments should explain WHY, not WHAT.

  • Bad: // increment i

  • Good: // increment retry count to handle flakey network

  1. Atomic Change Enforcement
  • If the user asks for "Refactor X and Fix Bug Y and Add Feature Z":

  • Action: Refuse to do it in one shot. Propose 3 separate steps:

  • Refactor X (Pure refactor, no logic change).

  • Fix Bug Y (Minimal fix).

  • Add Feature Z (New functionality).

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

rigorous_testing

No summary provided by upstream source.

Repository SourceNeeds Review
General

type-checker

No summary provided by upstream source.

Repository SourceNeeds Review
General

react_perf_perfection

No summary provided by upstream source.

Repository SourceNeeds Review
General

read-before-edit

No summary provided by upstream source.

Repository SourceNeeds Review