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/auto-fork/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,13 @@
1
1
# Auto-Fork Skill
2
2
3
-
Automatically fork repos and update configuration. Detects repos in `project-repos.json` without forks, creates forks under bot's GitHub account, and updates the config file with the new fork URLs.
3
+
Automatically fork repos and update configuration. Detects repos in `project-repos.json` without forks, creates forks under bot's GitHub or GitLab account, and updates the config file with the new fork URLs.
4
4
5
5
## Features
6
6
7
7
- Scans `project-repos.json` for repos needing forks
8
-
- Creates forks using `gh repo fork` (GitHub only)
8
+
- Creates forks using `gh repo fork` (GitHub) or `glab repo fork` (GitLab)
9
9
- Updates config file with fork URLs
10
10
- Commits changes to new branch
11
-
- GitLab repos logged and skipped (manual forking required)
12
11
13
12
## Usage
14
13
@@ -33,6 +32,7 @@ python3 auto_fork.py --dry-run
33
32
Environment variables (auto-provided by bot runtime):
0 commit comments