GitHub Actions Status extension for Cursor#1
Merged
Conversation
Adds a VS Code/Cursor extension that monitors GitHub Actions workflow status directly in the editor. Features: status bar indicator with live CI status, sidebar tree view of runs/jobs/steps with live status icons, step-level log viewer in editor, one-click analysis of failed steps via AI chat, and "Feed All Errors" button that collects all CI failures and sends them to AI. Key improvements over official GitHub Actions extension: - Current-branch focused (not cluttered with all repos) - Step-level log extraction (click a failed step to see just that step's output) - Seamless AI integration (send failures directly to chat without copy-paste) - "Feed All Errors" aggregates all CI failures with clear dividers for bulk analysis Zero external dependencies (uses built-in fetch, VS Code auth, and tree provider APIs). Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cursor extension for monitoring GitHub Actions workflows directly in the editor. Features status bar indicator, sidebar tree view of runs/jobs/steps, step-level log viewer, and AI chat integration.
Key Features
Why This?
The official GitHub Actions extension doesn't focus on your current branch, can't extract individual step logs, and requires manual copy-pasting to get logs into the AI. This extension solves all three problems.
Testing