aigw-contrib-pr-guide

Explain PR conventions, commit formats, and import alias rules for envoyproxy/ai-gateway contributions.

3|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/missBerg/envoy-skills --skill aigw-contrib-pr-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aigw-contrib-pr-guide
Source: https://github.com/missBerg/envoy-skills/tree/main/ai-gateway/contributors/skills/aigw-contrib-pr-guide
Command: npx skills add https://github.com/missBerg/envoy-skills --skill aigw-contrib-pr-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR conventions, commit format, mandatory import aliases, banned packages, review expectations, and common mistakes to avoid when contributing to envoyproxy/ai-gateway

Core Features & Use Cases

  • Standardized PR templates and conventions to align contributions with project expectations.
  • Enforced commit formats, mandatory import aliases, and a checklist to prevent common mistakes.
  • Clear guidance for maintainers on review flow, acceptance criteria, and dependency considerations.

Quick Start

Review the guide and apply the project’s PR conventions, commit formats, and import alias rules to your next contribution.

Frequently Asked Questions about aigw-contrib-pr-guide

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

FAQPage Schema
How do I submit a pull request to envoyproxy/ai-gateway?

Submitting a pull request to envoyproxy/ai-gateway requires following specific PR conventions, enforced commit formats, and mandatory import aliases. Contributors must align code or documentation changes with project expectations to pass reviews and maintain code quality.

What commit format is required for envoyproxy/ai-gateway contributions?

The required commit format for envoyproxy/ai-gateway contributions enforces standardized commit messages to align submissions with project expectations. Following this specific format ensures your code or documentation changes pass the review flow and remain maintainable.

Do I need mandatory import aliases for ai-gateway translator contributions?

Yes, mandatory import aliases are required for ai-gateway translator contributions and all code changes. The project specifies strict alias usage rules and prohibits certain banned packages to ensure reviews pass and code remains maintainable.

What are the review expectations for fixing bugs in the ai-gateway?

Review expectations for fixing bugs in the ai-gateway include meeting API-first rules, using mandatory import aliases, and avoiding prohibited imports. Maintainers check submissions against a standardized checklist to prevent common mistakes and ensure acceptance criteria are met.

Which packages are banned when updating docs for envoyproxy/ai-gateway?

When updating docs or code for envoyproxy/ai-gateway, specific packages are banned from imports to maintain project standards. The contribution guide specifies these prohibited dependencies and documentation standards to ensure reviews pass successfully.

How does the API-first rule affect ai-gateway pull requests?

The API-first rule affects ai-gateway pull requests by requiring API design alignment before implementation. Contributors must follow this rule alongside commit format and import alias standards to ensure changes pass review and remain maintainable.