agentsclimarketplace

Code review refactor

Skill GDvega/super-android-kotlin-firebase-skill/skills/code-review-refactor

A modular Agent Skills repository for Android, Kotlin, Jetpack Compose and Firebase development.

Install
npx -y skills add GDvega/super-android-kotlin-firebase-skill --skill code-review-refactor

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use for Android code review, architecture review, UI/security/performance/testing review and safe step-by-step refactoring without giant changes.

SKILL.md

2.6 KB, as published. Nobody here has run it

Purpose

Provide senior review findings and turn risky refactors into small verifiable steps.

When to use

  • Reviewing a diff or project.
  • Planning a refactor.
  • Finding architecture, security, testing or performance risks.
  • Reducing technical debt safely.

Inputs to inspect

  • Diff, files or module tree.
  • User goal and risk tolerance.
  • Existing tests and failing commands.
  • Architecture constraints.

Required workflow

  1. Read relevant files before judging.
  2. Lead with findings ordered by severity.
  3. Separate bugs from preferences.
  4. Propose the smallest safe refactor.
  5. Add tests/validation before broad cleanup.

Rules

  • Findings first for reviews.
  • Do not do cosmetic rewrites unless requested.
  • Do not revert unrelated user changes.
  • Preserve behavior unless asked to change it.
  • Mention test gaps honestly.

Related existing skills

Local skills to invoke

  • testing
  • security-privacy
  • compose-performance
  • screen-ux-audit
  • debugging

External companion skills to use when installed

Do not assume these companion skills are installed. Prefer the local skills above first, then consult Companion Skills for install and verification commands.

  • vercel-labs/skills — use for Agent Skills CLI, packaging and multi-agent installation patterns when repository maintenance guidance is needed.

Files commonly touched

  • Any changed files
  • README/AGENTS
  • build files
  • tests
  • rules files

Commands to validate

./gradlew test
./gradlew lint
./gradlew assembleDebug
node scripts/validate-skills.mjs

Common mistakes to avoid

  • Large unrelated refactors.
  • No file/line evidence.
  • Ignoring security or test gaps.
  • Mixing personal style with correctness.

Checklist

  • Findings prioritized.
  • Evidence included.
  • Safe plan given.
  • Tests/commands included.
  • Residual risks named.

Example prompts

  • Use $super-android-kotlin-firebase to review this Android project.
  • Use $super-android-kotlin-firebase to refactor this repository layer safely.

Expected response style

Respond with: brief diagnosis, change plan, affected files, code or diff summary, validation commands, tests added or recommended, risks, and next step. For review tasks, lead with findings ordered by severity.

References

  • ../../docs/audits/FUENTES_LOCALES.md
  • references/review-refactor-playbook.md
  • templates/review-report-template.md

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.