Default metadata files across all repositories in the @UseAlloy organization.
All repositories should use the PR template located in the .github directory.
You can use the GitHub CLI to create PRs:
gh pr create --webTip
Make sure to have the gh CLI installed and up to date: brew install gh
The template will be automatically prefilled when opened in your browser.
Use your AI agent of choice by installing the agent skill with the GitHub CLI:
gh skill install UseAlloy/.github pr-createTip
Make sure to have the gh CLI installed and up to date: brew install gh
You can then ask an AI agent to create a PR, or call the skill directly in the prompt:
/pr-createThe skill drafts a PR summary from the branch's diff (title, overview, test instructions, risks) and offers to create a new PR or update an existing one.
A skill is available to ensure git branch names conform to the Alloy organization standard.
gh skill install UseAlloy/.github branch-validateIt ships with a validate-branch.sh script to validate branch names.