Skip to content

GitHub Actions Status extension for Cursor#1

Merged
insanoid merged 1 commit intomasterfrom
insanoid/gh-actions-status-ext
Feb 12, 2026
Merged

GitHub Actions Status extension for Cursor#1
insanoid merged 1 commit intomasterfrom
insanoid/gh-actions-status-ext

Conversation

@insanoid
Copy link
Copy Markdown
Owner

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

  • Status bar — real-time CI status with color-coded indicators
  • Tree view — browse workflow runs, jobs, and individual steps with status icons
  • Step logs — click any step to view just that step's output (not the entire job)
  • AI analysis — send failed steps to AI chat with one click
  • Feed all errors — aggregate all CI failures on the branch and send to AI for bulk analysis

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

  • Install extension in Cursor
  • Open a GitHub-backed project
  • Check status bar shows CI status
  • Expand a failed workflow to see jobs and steps
  • Click "View Logs" on a step to see step output
  • Click "Analyze with AI" to send step logs to chat
  • Click sparkle icon to feed all errors to AI

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>
@insanoid insanoid merged commit df0feec into master Feb 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant