clicky-repo-operator

Operate Git repositories and GitHub workflows including branches, commits, PRs, reviews, and CI debugging.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/jamsdoescode/Erik-s-Portfolio --skill clicky-repo-operator-jamsdoescode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clicky-repo-operator
Source: https://github.com/jamsdoescode/Erik-s-Portfolio/tree/main/openclicky/AppResources/OpenClicky/OpenClickyBundledSkills/clicky-repo-operator
Command: npx skills add https://github.com/jamsdoescode/Erik-s-Portfolio --skill clicky-repo-operator-jamsdoescode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing repositories and GitHub workflows involves juggling local Git state, remote PRs, code reviews, and CI failures, which is confusing especially for users unsure whether changes are saved, pushed, or merged. ## Core Features & Use Cases - Repository Operations: Clone or open repos, inspect codebases, explain structure, create branches, commit, and push changes. - GitHub Workflow Management: Open pull requests, review diffs, respond to review comments, and debug CI or GitHub Actions failures using the Composio GitHub integration or gh CLI. - Use Case: A user asks why their pull request checks are failing. The Skill inspects the local branch and remote, pulls the GitHub Actions logs, identifies the failing test, fixes the code, and pushes the corrected commit. ## Quick Start Ask the assistant to inspect the current repository, fix the failing CI check on your branch, and open a pull request with the changes.

Frequently Asked Questions about clicky-repo-operator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a pull request from my local branch?

The Skill verifies your current branch and remote, summarizes the files changed, commits and pushes the branch, then opens a pull request using the Composio GitHub integration or the gh CLI. It reports the PR URL when created.

How to debug a failing GitHub Actions workflow?

The Skill classifies the task as a CI fix, pulls the failing check details and Actions logs through the GitHub connector or gh, identifies the failing step, and applies a code fix. If logs are unavailable, it reports the missing permission or auth state.

Can it work without a local clone of the repository?

Yes, but it clones or opens a repository only after confirming the target repo with you. Local checkout truth is preferred first, with remote GitHub tools used for PRs, issues, reviews, and CI gaps.

What happens if the GitHub integration is unavailable?

The Skill falls back to the gh CLI when it is authenticated. If neither the Composio GitHub integration nor gh can provide a detail such as CI logs, it reports the missing permission or authentication state instead of guessing.

Will it discard or overwrite my uncommitted changes?

No. The Skill never discards user changes without explicit instruction, summarizes included files before any commit, push, or PR, and refuses to force-push unless you explicitly ask and understand the risk.