Codify complex GitHub review rules, evaluate pull requests, and expose approval status as a required check.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add agentskillexchange/skills --skill enforce-pull-request-approval-policy-with-policy-bot --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Enforce Pull Request Approval Policy With Policy Bot?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agentskillexchange-enforce-pull-request-approval-policy-with-policy-b)More formats (shields.io, HTML) on the badges page.
---
name: "Enforce pull-request approval policy with Policy Bot"
slug: "enforce-pull-request-approval-policy-with-policy-bot"
description: "Codify complex GitHub review rules, evaluate pull requests, and expose approval status as a required check."
github_stars: 1032
verification: "security_reviewed"
source: "https://github.com/palantir/policy-bot"
author: "Palantir"
publisher_type: "organization"
category: "Code Quality & Review"
framework: "Multi-Framework"
tool_ecosystem:
github_repo: "palantir/policy-bot"
github_stars: 1032
---
# Enforce pull-request approval policy with Policy Bot
Codify complex GitHub review rules, evaluate pull requests, and expose approval status as a required check.
## Prerequisites
Policy Bot GitHub App, GitHub repository, policy.yml
## Installation
Use the upstream install or setup path that matches your environment:
- make it easier for developers to figure out who they should ask for approval.
- yarn install
- yarn run build
- docker run --rm -v "$(pwd)/config:/secrets/" -p 8080:8080 palantirtechnologies/policy-bot:latest
Requirements and caveats from upstream:
- [](https://hub.docker.com/r/palantirtechnologies/policy-bot/)
- Require reviews from specific users, organizations, or teams
- policy requires that all of its rules are approved to approve the pull request.
Basic usage or getting-started notes:
- After evaluation, a rule can be in one of four states:
- approved - all of the predicates and requirements are true
- pending - all of the predicates are true but one or more requirements are not true
- Source: https://github.com/palantir/policy-bot
- Extracted from upstream docs: https://raw.githubusercontent.com/palantir/policy-bot/HEAD/README.md
## Documentation
- https://github.com/palantir/policy-bot
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/enforce-pull-request-approval-policy-with-policy-bot/)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!