claudedwithlove
explore/jonasneves-shipctl

shipctl

Cherished

A Chrome extension that provides direct control over GitHub Actions deployments and monitors service health from your browser. It connects to a local backend via native messaging to enable workflow execution and real-time status tracking without leaving GitHub, requiring only a personal access token and repository configuration.

·0··submitted April 18, 2026
View on GitHub
Clauded With Love Rating
7.5 / 10

ShipCTL is a Chrome extension that enables direct GitHub Actions workflow control and service health monitoring from within GitHub's interface. It uses native messaging to communicate with a local Python backend for executing deployments and tracking status without leaving the browser.

Code Quality6.5
Usefulness8.2
Claude Usage7.8
Documentation7.1
Originality7.9
Highlights
  • Innovative integration of Chrome extension with native messaging to bypass CORS limitations for GitHub API access
  • Comprehensive platform-specific installation handling with detailed macOS security restriction documentation
  • Smart auto-detection of Python interpreter and repository paths to minimize manual configuration
To Improve
  • Add comprehensive test coverage for both TypeScript extension code and Python native host components
  • Implement error recovery mechanisms for native host communication failures and provide user-friendly error messages