This repository contains organization-wide GitHub configurations and workflow templates for Croxel.
AI-powered code assistant that integrates Claude into your PRs and issues.
Features:
- Code reviews triggered by
@claude review this PR - Feature implementation from issue descriptions
- Bug fixes with context-aware solutions
- Answer architecture and code questions
How to add to your repo:
- Go to your repository on GitHub
- Click Actions tab
- Click New workflow
- Find "Claude Code Action" under "By Croxel"
- Click Configure
- Commit the workflow file
Usage:
Once installed, mention @claude in any PR or issue comment:
@claude Please review this PR
@claude What does this function do?
@claude Can you add error handling to this?
@claude Implement the feature described in this issue
Security:
- Only runs on non-fork repositories (SDK forks like zephyr, msdk, hal_adi are excluded)
- Requires write access to trigger
- Uses organization-level API key
Contact Albert Garvett or see the Claude Code Action documentation.