Iterate on PR Until CI Passes Continuously iterate on the current branch until all CI checks pass and review feedback is addressed. Requires : GitHub CLI ( ) authenticated. Important : All scripts must be run from the repository root directory (where is located), not from the skill directory. Use the full path to the script via . Bundled Scripts Fetches CI check status and extracts failure snippets from logs. Returns JSON: Fetches and categorizes PR review feedback using the LOGAF scale. Returns JSON with feedback categorized as: - - Must address before merge ( , blocker, changes requested) -…