Agent skill · AI & Agents

policyengine-github-agent-skill

Guidance for working with the PolicyEngine GitHub agent bot

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill policyengine-github-agent-skill --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/agent/policyengine-github-agent-skill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# PolicyEngine GitHub Agent Skill ## For Users 👥 The PolicyEngine GitHub agent is an automated bot that can be invoked on GitHub issues and pull requests using `@policyengine` mentions. It helps with code reviews, bug fixes, and implementing features across PolicyEngine repositories. ## For Contributors 💻 ### Critical: Avoiding Doom Loops **NEVER use '@policyengine' or '@policyengine-auto' in bot responses.** These mentions trigger the bot and create infinite loops where the bot repeatedly responds to itself. #### Why This Matters When the bot posts a comment containing `@policyengine`, GitHub notifies the bot account, which triggers another invocation. This creates a chain reaction of bot responses that can generate dozens or hundreds of comments before being stopped. See [PR #22](https://github.com/PolicyEngine/policyengine-github-agent/pull/22) for a real example of this issue. #### Safe Alternatives Instead of mentioning the bot directly: ❌ **Don't do this:** - "Thanks @policyengine for the suggestion!" - "I've addressed @policyengine's feedback" - "cc @policyengine-auto" ✅ **Do this instead:** - "I've implemented the suggested changes" - "The feedback has been addressed" - "

What's inside
Steps it walks through
  1. For Users 👥
  2. For Contributors 💻
  3. Critical: Avoiding Doom Loops
  4. Bot Invocation
  5. Response Style
  6. Resources
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the policyengine-github-agent-skill skill do?

Guidance for working with the PolicyEngine GitHub agent bot

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill policyengine-github-agent-skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going