systems-review

Installation
SKILL.md

Systems Review

After implementing, let's review for second-order effects:

Implementation Summary

  1. What was built? Brief description.
  2. What changed? Files modified.
  3. What's the interface? Input/output contracts.

Performance Review

Analyze performance implications:

  • What's the time complexity?
  • What happens at 10x scale?
  • Where are potential bottlenecks?
  • Are there N+1 query risks?
  • Is caching appropriate?
Related skills
Installs
4
GitHub Stars
6
First Seen
Jan 27, 2026