@willbooster/agent-skills 1.12.1 → 1.13.0

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,8 +36,8 @@ bunx skills@latest add WillBooster/agent-skills --skill '*' --agent claude-code
36
36
  | [`review-fix-all`](skills/review-fix-all/SKILL.md) / [`review-fix-claude`](skills/review-fix-claude/SKILL.md) / [`review-fix-codex`](skills/review-fix-codex/SKILL.md) / [`review-fix-gemini`](skills/review-fix-gemini/SKILL.md) | Yes | Review the current PR using a specified agent and fix valid comments. | `$review-fix-all` |
37
37
  | [`screenshot-claude`](skills/screenshot-claude/SKILL.md) / [`screenshot-codex`](skills/screenshot-codex/SKILL.md) / [`screenshot-gemini`](skills/screenshot-gemini/SKILL.md) | Yes | Take a screenshot of a specific page using a specified agent. | `$screenshot-codex https://example.com "Pricing" "the comparison table"` |
38
38
  | [`simplify-pr-claude`](skills/simplify-pr-claude/SKILL.md) / [`simplify-pr-codex`](skills/simplify-pr-codex/SKILL.md) / [`simplify-pr-gemini`](skills/simplify-pr-gemini/SKILL.md) | Yes | Safely simplify the current PR using a specified agent. | `$simplify-pr-codex` |
39
- | [`update-pr`](skills/update-pr/SKILL.md) | No | Update the PR body for the current branch. | `Refresh the PR description to match the latest changes, then $update-pr` |
40
- | [`wbfy`](skills/wbfy/SKILL.md) | No | Apply `wbfy` to the current repository and handle follow-up fixes. | `Apply the latest repository conventions with $wbfy` |
39
+ | [`update-pr`](skills/update-pr/SKILL.md) | No | Update the PR body for the current branch. | `$complete-pr then $update-pr` |
40
+ | [`wbfy`](skills/wbfy/SKILL.md) | No | Apply `wbfy` to the current repository and handle follow-up fixes. | `$wbfy` |
41
41
 
42
42
  ## CLI
43
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@willbooster/agent-skills",
3
- "version": "1.12.1",
3
+ "version": "1.13.0",
4
4
  "description": "A collection of agent skills for WillBooster Inc.",
5
5
  "repository": {
6
6
  "type": "git",