Thank you for being part of the community. This guide covers how to report issues, request features, and contribute improvements to the skill suite.
Found something broken? Open a Bug Report with:
- Which skill triggered the issue (
/github audit,/github readme, etc.) - What you expected to happen vs. what actually happened
- Your operating system (Windows, macOS, Linux)
- Your Claude Code version (
claude --version)
The more detail you provide, the faster we can fix it.
Have an idea for a new skill, a missing check in the audit, or a better workflow? Open a Feature Request. Include the problem you are trying to solve, not just the solution you imagine. Understanding the "why" helps us design the right fix.
For general questions, troubleshooting, and discussion, use GitHub Discussions. Keep Issues for confirmed bugs and feature requests.
Common questions to check first:
- DataForSEO not working? Verify your MCP config in
~/.claude/settings.json. The installer sets this up, but credentials expire or get misconfigured. - Skills not showing up? Restart Claude Code after installation. Skills register on startup.
- Banner generation failing? Check that
KIE_API_KEYis set in~/.claude/skills/github/.env.
If you want to submit a fix or improvement:
- Create a branch from
mainwith a descriptive name (fix/audit-score-calculation,feature/new-agent) - Make your changes. Keep commits focused on one thing.
- Test your changes by running the relevant skill against a real repo
- Open a Pull Request with a clear description of what changed and why
All pull requests are reviewed by the project maintainer before merging.
- Skill files (SKILL.md) follow the Agent Skills open standard
- Reference files use Markdown with consistent heading hierarchy
- Shell scripts (
install.sh) target Bash 4+ - PowerShell scripts (
install.ps1) target PowerShell 5.1+ - Never commit credentials, API keys, or
.envfiles
All community members are expected to follow the Code of Conduct. Be respectful, constructive, and professional.
If you discover a security vulnerability, do not open a public issue. Follow the process in SECURITY.md.