Loading...
Loading...
Creates GitHub pull requests with properly formatted titles that pass the check-pr-title CI validation. Use when creating PRs, submitting changes for review, or when the user says /pr or asks to create a pull request.
npx skill4agent add n8n-io/n8n create-prcheck-pr-title<type>(<scope>): <summary>| Type | Description | Changelog |
|---|---|---|
| New feature | Yes |
| Bug fix | Yes |
| Performance improvement | Yes |
| Adding/correcting tests | No |
| Documentation only | No |
| Code change (no bug fix or feature) | No |
| Build system or dependencies | No |
| CI configuration | No |
| Routine tasks, maintenance | No |
APIbenchmarkcoreeditor* NodeSlack NodeGitHub Node(no-changelog)git status
git diff --stat
git log origin/master..HEAD --onelinegit push -u origin HEAD.github/pull_request_template.mdgh pr create --draft --title "<type>(<scope>): <summary>" --body "$(cat <<'EOF'
## Summary
<Describe what the PR does and how to test. Photos and videos are recommended.>
## Related Linear tickets, Github issues, and Community forum posts
<!-- Link to Linear ticket: https://linear.app/n8n/issue/[TICKET-ID] -->
<!-- Use "closes #<issue-number>", "fixes #<issue-number>", or "resolves #<issue-number>" to automatically close issues -->
## Review / Merge checklist
- [ ] PR title and summary are descriptive. ([conventions](../blob/master/.github/pull_request_title_conventions.md))
- [ ] [Docs updated](https://github.com/n8n-io/n8n-docs) or follow-up ticket created.
- [ ] Tests included.
- [ ] PR Labeled with `release/backport` (if the PR is an urgent fix that needs to be backported)
EOF
)".github/pull_request_template.mdhttps://linear.app/n8n/issue/[TICKET-ID]closes #123fixes #123resolves #123release/backportfeat(editor): Add workflow performance metrics displayfix(core): Resolve memory leak in execution enginefix(Slack Node): Handle rate limiting in message sendfeat(API)!: Remove deprecated v1 endpointsrefactor(core): Simplify error handling (no-changelog)chore: Update dependencies to latest versions^(feat|fix|perf|test|docs|refactor|build|ci|chore|revert)(\([a-zA-Z0-9 ]+( Node)?\))?!?: [A-Z].+[^.]$