Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
- .woodpecker.yaml: image paths -> library/autojanet-{agent,dispatcher}
- .woodpecker.yaml: secret names RS_HARBOR_USER / RS_HARBOR_PASS (global)
- container/Dockerfile: restore COPY skills/, skills/ populated from opencode config
- skills/: 84 opencode skills bundled into image
- k8s/manifests: update image refs to library/
12 lines
468 B
Markdown
12 lines
468 B
Markdown
---
|
|
name: create-pr
|
|
description: Alias for sentry-skills:pr-writer. Use when users explicitly ask for "create-pr" or reference the legacy skill name. Redirects to the canonical PR writing workflow.
|
|
---
|
|
|
|
# Alias: create-pr
|
|
|
|
This skill name is kept for compatibility.
|
|
|
|
Use `sentry-skills:pr-writer` as the canonical skill for creating and editing pull requests.
|
|
|
|
If invoked via `create-pr`, run the same workflow and conventions documented in `sentry-skills:pr-writer`.
|