review-pr-geolens

Submits GitHub PRs to GeoLens API for automated review and reports status/results.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/tecnologia-ibtech/geo-codex --skill review-pr-geolens
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr-geolens
Source: https://github.com/tecnologia-ibtech/geo-codex/tree/main/geo-git/skills/review-pr-geolens
Command: npx skills add https://github.com/tecnologia-ibtech/geo-codex --skill review-pr-geolens

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Submete pull requests do GitHub para revisão automatizada via API interna do GeoLens, acelerando a validação de código antes do merge.

Core Features & Use Cases

  • Automação do envio de PRs para revisão pela API interna do GeoLens.
  • Geração de relatórios de status de revisão e feedback para o usuário.
  • Tratamento de erros comuns (conexões, URLs inválidas, autenticação no GitHub CLI).

Quick Start

Envie a PR para revisão automatizada fornecendo a URL ou o número da PR para iniciar a análise.

Frequently Asked Questions about review-pr-geolens

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

FAQPage Schema
How do I submit a GitHub PR for automated code review?

To submit a GitHub PR for automated code review, provide the PR URL or number to trigger the GeoLens internal API submission. The Skill identifies the target pull request and sends it to the internal endpoint, then reports the validation status and feedback results.

What is automated PR review via an internal API?

Automated PR review via an internal API sends GitHub pull requests to an internal endpoint for validation before merging. This mechanism identifies the PR, submits its URL using a default submitted_by value, and returns code review status and feedback to accelerate validation.

Can I use a PR number instead of a URL to trigger the GeoLens review?

Yes, you can use a PR number instead of a URL to trigger the GeoLens review. The Skill identifies the target GitHub pull request by accepting either the direct URL or the PR number to initiate the automated submission to the internal API.

How does this handle connection failures or invalid URLs during PR submission?

This handles connection failures and invalid URLs during PR submission by catching common errors like authentication issues and network disruptions. It ensures the automated review process manages invalid inputs gracefully and reports the correct review status back to the user.

Do I need GitHub CLI authentication to submit PRs for automated review?

You need proper GitHub authentication configured to submit PRs for automated review successfully. The Skill explicitly handles common GitHub CLI authentication errors alongside connection failures and invalid URLs to ensure the internal GeoLens API receives the pull request data.