chore(qc): add GH_TOKEN instruction to create-pr skill

- Update create-pr.md to explicitly use GH_TOKEN when provided
- Ensures PR creation works with user-provided tokens via environment variable

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
tanzhenxin 2026-04-03 16:20:50 +08:00
parent 47fac88695
commit 8ea472db8d

View file

@ -31,6 +31,11 @@ Create a well-structured pull request with proper description and title.
4. **Set up PR**
- Create PR title and body
- Submit PR with gh command
- **If a GitHub token is provided in the user's message**, use it by setting the `GH_TOKEN` environment variable:
```bash
GH_TOKEN=<provided_token> gh pr create --title "..." --body "..."
```
- If no token is provided, use the default `gh` authentication
## PR Template