Jin Woo Jung
Community@jayjnu · Seoul, South Korea
Jin Woo Jung maintains auto-review, a skill that reviews and fixes code changes queued by pi-auto-review after agent-driven file edits.
Agent Skills by Jin Woo Jung
Showing 1 vetted skills indexed across 1 GitHub repositories.
Frequently Asked Questions About Jin Woo Jung
FAQPage SchemaWhat tasks can I perform with jayjnu's auto-review skill?▼
The auto-review skill reviews and fixes code changes that were queued by pi-auto-review. It is designed to run after an agent turn modifies files, inspecting those edits and applying corrections so problematic changes are caught and resolved automatically.
Who should use the auto-review skill?▼
Developers running agent-assisted coding sessions with pi-auto-review benefit most. It suits engineers who want an automated review-and-fix pass over file changes produced during an agent turn, rather than manually inspecting every queued modification.
How is the auto-review skill invoked in practice?▼
Invoke it through the /skill:auto-review command after an agent turn has changed files. The skill then processes the change queue created by pi-auto-review, reviewing each queued modification and applying fixes where the review identifies issues.
What are the prerequisites for using auto-review?▼
You need pi-auto-review in your environment, since auto-review operates on the change queue that pi-auto-review produces. It is triggered specifically after an agent turn changes files, so an agent-based editing session is the expected runtime context.