๐Ÿ”€
DevOpsTypeScript

Push To Forked PR

by hoangsonww

Push To Forked PR is a DevOps skill for Claude Code, published by hoangsonww in Claude-Code-Agent-Monitor.

933 stars210 forkson hoangsonww/Claude-Code-Agent-MonitorAdded 2026/08/22+1% in starsRepository updated 2026/08/20
ai-agentsclaude-agentsclaude-codeclaude-skillsexpressexpressjsmacos-appnodenodejspythonreactrest-apirfc-6455sqlitesqlite3tailwindtailwindcsstypescriptvitewebsocket
Install in seconds
Install Push To Forked PR
Copy Push To Forked PR into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/hoangsonww/Claude-Code-Agent-Monitor/tree/master/.agents/skills/push-to-forked-pr ~/.claude/skills/push-to-forked-pr

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/hoangsonww/Claude-Code-Agent-Monitor.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/push-to-forked-pr/SKILL.md in hoangsonww/Claude-Code-Agent-Monitor
Installs to
~/.claude/skills/push-to-forked-pr
Collection
One of 20 skills cataloged from this repository
Category
DevOps โ€” 798 skills

What Push To Forked PR does

Push To Forked PR updates an open pull request whose head branch lives on a fork, without creating a new branch or pushing to origin. Use it when you need to commit and push directly to that PR and maintainers are allowed to edit.

Push To Forked PR is cataloged under DevOps on DirSkills. Push To Forked PR comes from a repository tagged ai-agents, claude-agents, claude-code, claude-skills and express.

Documentation

README

push-to-forked-pr

The whole point of this skill: origin is usually the upstream, but the PR's head is on someone else's fork. Pushing to origin updates the upstream's branch, not the PR. You have to push to the fork.

GitHub allows this in two situations:

  1. You are the fork owner โ€” straightforward, you own that branch.
  2. You are an upstream maintainer and the PR has maintainerCanModify: true (the "Allow edits from maintainers" checkbox the PR author leaves on by default). GitHub then lets the upstream's auth push to the fork branch.

If neither holds, abort and tell the user only the fork owner can push.


Procedure

1. Read the PR's head metadata

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Push To Forked PR

  • What else does hoangsonww publish alongside Push To Forked PR?

    Push To Forked PR is one of 20 skills that DirSkills catalogs from hoangsonww/Claude-Code-Agent-Monitor, the repository it ships in. Its siblings there include Cache Efficiency, Config Audit and Cost Breakdown. Each one is a separate skill with its own page in this directory, installs the same way Push To Forked PR does, and is maintained by hoangsonww in that same repository. The rest of the collection is listed on the hoangsonww/Claude-Code-Agent-Monitor page.

  • How does Push To Forked PR compare to other DevOps skills?

    Push To Forked PR ranks #488 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Push To Forked PR against them. Open each page to compare what they document and how they install.

More from hoangsonww/Claude-Code-Agent-Monitor

Push To Forked PR is one of 20 skills cataloged on DirSkills from hoangsonww/Claude-Code-Agent-Monitor.

See all 20 skills โ†’