github-code-review
Warn
Audited by Runlayer on Mar 9, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (1)
github-code-review/SKILL.mdMEDIUM
89.0%
Tool passed security scan
Risky tool definition detected
Tool: github-code-review/SKILL.md [3/4] Description: --push-changes ``` ### Progress Updates to PR ```bash # Post swarm progress to PR using gh CLI PROGRESS=$(npx ruv-swarm github pr-progress 123 --format markdown) gh pr comment 123 --body "$PROGRESS" # Update PR labels based on progress if [[ $(echo "$PROGRESS" | grep -o '[0-9]\+%' | sed 's/%//') -gt 90 ]]; then gh pr edit 123 --add-label "ready-for-review" fi ``` --- ## 📋 Complete Workflow Examples ### Example 1: Security-Critical PR ```bash #
Audit Metadata