performance-review

Installation
SKILL.md

/performance-review

You will conduct a single-paragraph annual performance review of the user's codebase in a chosen reviewer style.

Security

CRITICAL: Never read or reference .env files, .env.* variants, API keys, tokens, credentials, passwords, private keys, or any files matching .env*, *.pem, *.key, *secret*, *credential*. If you encounter secrets during analysis, ignore them completely.

Steps

  1. Discovery. Use LS on the repo root to find top-level directories. Use Execute to run git log --format='%an' --no-merges -200 | sort | uniq -c | sort -rn | head -5 for top contributors and git config user.name for the local user.

  2. First AskUser. Make a single AskUser call with exactly these two questions:

    • Question 1: "Which style?" with options: Corporate HR / Disappointed Parent / Drill Sergeant / Therapist.
    • Question 2: "How would you like to narrow the focus?" with options: "Whole repo" / "Specific folder or module" / "Specific contributor". Do NOT list directories or contributors in this step. This question decides the scoping axis only. If AskUser is not available, default to the most entertaining style and whole repo.
Installs
4
GitHub Stars
103
First Seen
Jul 3, 2026
performance-review — factory-ai/cursed-plugins