What problem does it solve?
Before opening an issue or pull request, contributors need to know a project's rules: whether pre-approval is required, whether AI-assisted contributions are banned, and whether instruction files like AGENTS.md contain traps designed to expose AI agents. Reading every policy document manually is slow and easy to get wrong.
Core Features & Use Cases
- Policy Detection: Scans README, CONTRIBUTING, CODE_OF_CONDUCT, SUPPORT, SECURITY, and GitHub templates for approval gates and discussion requirements.
- AI Trap Identification: Detects instructions in AGENTS.md and CLAUDE.md that tell AI agents to self-report, insert markers, or disclose their use, and quotes them without executing them.
- Structured Report: Returns a five-bullet summary with clear markers (BAN, TRAP, GATE) so the user knows the rules before contributing.
- Use Case: Before submitting a pull request to an unfamiliar open-source repository, run this Skill against the repo to learn that it requires a discussion first and bans AI-assisted contributions.
Quick Start
Check the contribution rules for the repository at owner/name and tell me whether AI-assisted contributions are allowed.