You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/skills/port-pr/SKILL.md
+12-15Lines changed: 12 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,33 +1,26 @@
1
1
---
2
2
name: port-pr
3
-
description: Port PRs or commits from another repository. Use when you need to bring changes from a source repo. Invoke with /port-pr <commit-or-pr> <source-repo-path>
4
-
argument-hint: <commit-or-pr> <source-repo-path>
3
+
description: Port PRs from a GitHub repository. Use when you need to bring changes from a source repo. Invoke with /port-pr <github-pr-url>
4
+
argument-hint: <github-pr-url>
5
5
disable-model-invocation: true
6
6
---
7
7
8
8
# Port PR Skill
9
9
10
-
This skill enables porting PRs/commits from another repository into this repository.
10
+
This skill enables porting PRs from a GitHub repository into this repository.
11
11
12
12
## Required Inputs
13
13
14
14
This skill receives arguments via `$ARGUMENTS`:
15
-
-`$0` or `$ARGUMENTS[0]`: Commit reference (hash or PR URL)
0 commit comments