feat(ce-pr-description): focused skill for PR description generation (#561)

This commit is contained in:
Trevin Chow
2026-04-14 21:41:05 -07:00
committed by GitHub
parent a55990387d
commit 8ec6d339fe
3 changed files with 413 additions and 176 deletions

View File

@@ -11,7 +11,7 @@ After installing, run `/ce-setup` in any project. It diagnoses your environment,
| Component | Count |
|-----------|-------|
| Agents | 50+ |
| Skills | 41+ |
| Skills | 42+ |
## Skills
@@ -44,9 +44,10 @@ For `/ce-optimize`, see [`skills/ce-optimize/README.md`](./skills/ce-optimize/RE
| Skill | Description |
|-------|-------------|
| `ce-pr-description` | Write or regenerate a value-first PR title and body from the current branch or a specified PR; used directly or by other skills |
| `git-clean-gone-branches` | Clean up local branches whose remote tracking branch is gone |
| `git-commit` | Create a git commit with a value-communicating message |
| `git-commit-push-pr` | Commit, push, and open a PR with an adaptive description; also update an existing PR description |
| `git-commit-push-pr` | Commit, push, and open a PR with an adaptive description; also update an existing PR description (delegates title/body generation to `ce-pr-description`) |
| `git-worktree` | Manage Git worktrees for parallel development |
### Workflow Utilities