outside-to-issue
Installation
SKILL.md
Outside to Issue
Transform outside-of-diff review files into properly formatted issue files for PR review tracking.
Overview
This skill converts review files from the outside/ directory into standardized issue files in the issues/ directory, following the project's issue template format. The transformation preserves all metadata and automatically handles issue numbering.
Usage
Run the transformation script for a specific PR:
scripts/transform-outside-to-issues.sh --pr <PR_NUMBER>
Example:
scripts/transform-outside-to-issues.sh --pr 90