galaxy-engineering

Posts one dated line listing pull requests waiting on a human reviewer.

Updated Sep 11, 2026
One-click install
npx skills add https://github.com/JYeswak/grok_bot_playground --skill galaxy-engineering-jyeswak
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: galaxy-engineering
Source: https://github.com/JYeswak/grok_bot_playground/tree/main/plugin/skills/galaxy-engineering
Command: npx skills add https://github.com/JYeswak/grok_bot_playground --skill galaxy-engineering-jyeswak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Engineering operators need a quick, read-only snapshot of which pull requests are blocked waiting on human review, without touching the PRs or pinging anyone. This Skill produces exactly one dated line summarizing that queue so later runs can compare it. ## Core Features & Use Cases - Dated PR queue report: Returns a single dated line listing pull requests waiting on a human, suitable for day-over-day comparison. - Strictly read-only: Never sends mail, never publishes, never writes credentials, and touches none of the pull requests. - Plugin-aware fallback: Uses the computer or an existing plugin; if a required plugin is missing, it says so and stops instead of improvising. - Use Case: During a daily prove run, an operator asks for the galaxy engineering job and receives one dated line of pending PRs that a later run can diff against. ## Quick Start Ask the assistant to run the galaxy engineering job and report which pull requests are waiting on a human as one dated line.

Frequently Asked Questions about galaxy-engineering

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

FAQPage Schema
How do I list pull requests waiting on human review?▼

Invoke the galaxy engineering job, which reads the current pull request queue and returns one dated line naming the PRs waiting on a human. It touches none of them and sends no notifications.

What does the galaxy-engineering skill output?▼

It outputs exactly one dated line listing the pull requests waiting on a human reviewer. The dated format lets a later run compare results, and anything longer, such as a greeting or a SKILL.md dump, counts as a failed job.

Does this skill modify or comment on pull requests?▼

No. The skill is strictly read-only: it never sends mail, never publishes, never writes a credential, and touches none of the pull requests it reports on.

What happens if a required plugin is missing?▼

The skill does not install a new connector. If the needed plugin is missing, it states that fact and stops rather than attempting a workaround.

What network access does the galaxy engineering job need?▼

It requires network access to docs.x.ai using the header Accept: */*, which is docs-verified. Beyond that it relies on the computer or an existing plugin to do the job.