lina-community-pr-review

Automate compliance review of community GitHub Pull Requests against AGENTS.md governance rules.

147|28|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/linaproai/linapro --skill lina-community-pr-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lina-community-pr-review
Source: https://github.com/linaproai/linapro/tree/main/.agents/skills/lina-community-pr-review
Command: npx skills add https://github.com/linaproai/linapro --skill lina-community-pr-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually reviewing community-submitted GitHub Pull Requests for the LinaPro project is time-consuming, inconsistent, and risks merging non-compliant code that violates project governance rules. This Skill automates the entire review workflow to ensure all community contributions meet project standards without requiring manual effort from maintainers for every PR.

Core Features & Use Cases

  • Spec-Driven PR Review: Automatically validates PR changes against project-defined AGENTS.md and .agents/rules/*.md governance rules loaded from the target branch, ensuring alignment with project standards.
  • Constructive Feedback & Labeling: Posts polite, constructive comments for non-compliant PRs with clear fix suggestions, and adds the bot-approved label to fully compliant PRs to speed up merging.
  • Escalation for Edge Cases: Automatically escalates PRs that cannot be reliably reviewed (e.g., missing rules, governance file changes, permission issues) to relevant project members for human intervention.
  • Use Case: LinaPro maintainers can use this Skill to screen all open community PRs in bulk, reduce manual review workload, and ensure consistent enforcement of project contribution rules across all community submissions.

Quick Start

Use the lina-community-pr-review skill to review all open community Pull Requests for the linaproai/linapro repository and label fully compliant ones as approved.

Frequently Asked Questions about lina-community-pr-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub PR compliance checks for open source community contributions?

Automated PR review validates changes against project-defined AGENTS.md and .agents/rules/*.md governance rules, posting constructive feedback for non-compliant PRs and adding bot-approved labels to fully compliant ones to accelerate merging.

What happens to GitHub pull requests that violate project governance rules?

Pull requests violating project governance rules receive automated constructive feedback comments with clear fix suggestions, helping contributors understand exactly how to align their code with project specification standards before merging.

Can I batch screen all open community pull requests instead of reviewing them individually?

Yes, you can batch screen all open community pull requests. The automated review workflow supports bulk screening of every open community PR to reduce manual workload and ensure consistent enforcement of contribution rules.

When are community pull requests escalated to human maintainers during automated review?

Pull requests are escalated to human maintainers when they cannot be reliably reviewed automatically, such as when governance files are modified, required rules are missing, or permission issues prevent the automated bot from processing the submission.

Does the automated PR review load governance rules from the target branch or the main branch?

The automated PR review loads project-defined AGENTS.md and .agents/rules/*.md governance rules directly from the target branch, ensuring validation checks align with the specific project standards defined within that branch context.