@willbooster/agent-skills 1.21.5 → 1.21.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/skills/open-pr/SKILL.md
CHANGED
|
@@ -6,7 +6,7 @@ allowed-tools: Bash(bun:*), Bash(gh:*), Bash(git:*)
|
|
|
6
6
|
|
|
7
7
|
# Open PR workflow
|
|
8
8
|
|
|
9
|
-
Commit
|
|
9
|
+
Commit and push any local changes to the current branch.
|
|
10
10
|
Write a PR body that helps reviewers quickly understand the scope, motivation, and validation.
|
|
11
11
|
Include the linked issue when applicable, a concise summary of the changes, the reasoning behind them, and how they were tested.
|
|
12
12
|
Run the following command to open a pull request.
|
|
@@ -6,8 +6,9 @@ allowed-tools: Bash(bun:*), Bash(gh:*), Bash(git:*)
|
|
|
6
6
|
|
|
7
7
|
# Update PR workflow
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
Commit and push any local changes to the current branch.
|
|
10
|
+
Draft a new pull request title and body that accurately reflect the changes made against the base branch.
|
|
11
|
+
Run the following command to update a pull request.
|
|
11
12
|
Finally, report the pull request URL.
|
|
12
13
|
|
|
13
14
|
```bash
|