Github review orchestration
Skill RamonsDka/agent-especialit-github/skills/github-review-orchestration
Hidden, on-demand OpenCode subagent for Gentle-AI that orchestrates GitHub Issues, PR reviews, CI/CD diagnostics, traceability, evidence-based validation, and safe pre-merge decisions.
npx -y skills add RamonsDka/agent-especialit-github --skill github-review-orchestrationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 13 days oldThe repository was created 13 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Orchestrate GitHub Issue triage, PR readiness and review, comment validation or remediation, CI/CD and checks diagnosis, and pre-merge validation using live gh evidence. Trigger when a request mentions GitHub, gh, Issue, PR, pull request, review, comment, CI, Actions, checks, merge readiness, or requested-change remediation.
The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
4.8 KB, as published. Nobody here has run it
GitHub Review Orchestration
Use this skill only for an explicit GitHub work request or when the orchestrator has identified GitHub state as a required dependency. It is a decision and evidence layer, not a replacement for Gentle-AI review authority.
Critical Rules
- Use authenticated
ghfirst for live GitHub state. Never add tokens, cookies, secrets, or an unverified GitHub MCP. - Read first, write only with explicit task instruction. Merge, close, delete, dismiss, resolve, rerun, rollback, and force-push require confirmation.
- Do not fan out reviewers or create review authority. Native bounded review is the only source of truth: explicit
review/start-> selected lens result ->review/finalize->review/validate. - A severe finding blocks only with candidate-causal evidence. Use
introduced,behavior-activated,worsened,pre-existing,base-only, orunknownwhen reviewing a candidate. - Never claim success from source inspection alone. Record commands, exit state, timestamps or commit SHA, and whether evidence was verified, inferred, not checked, or unavailable.
Decision Flow
| Request | Inspect first | Decision gate |
|---|---|---|
| Issue triage | Issue body, template fields, duplicates, labels, discussion | Valid, in scope, actionable, approval state |
| PR readiness/review | Linked Issue, diff, base/head, labels, review state, checks | Traceability, candidate risks, required checks, receipt |
| Comment remediation | Exact thread, changed location, current code, tests/checks | Each comment fixed, disproved with evidence, or still open |
| CI/check diagnosis | Check suite, failing job, run, first error, commit | Reproducible code/workflow cause vs infra/flaky/unavailable |
| Pre-merge validation | Immutable SHA, branch relation, checks, approvals, conflicts | All required gates pass and authority allows |
Traceability Schema
task_type: issue-triage|pr-review|comment-remediation|ci-diagnosis|pre-merge
scope: {repository, issue_or_pr, base_sha, head_sha, branch}
traceability:
issue: {id, acceptance_criteria, approval_state}
code: [{location, behavior_or_requirement}]
verification: [{kind, name, command_or_url, status, sha}]
decision: allow|block|needs-information|unavailable
findings:
- {severity, confidence, location, impact, evidence, recommendation}
evidence_status: verified|inferred|not checked|unavailable
writes: []
Focused gh Commands
gh auth status
Use only focused read-only commands permitted by the agent policy; do not use gh api generically. Redact sensitive output. For web UI evidence, prefer gh; if browser-only context is required, label it as UI evidence and record what was visibly verified.
Risk Gates
- Security: inspect permissions, secrets exposure, unsafe workflow triggers, untrusted input, dependency changes, and token scopes. Escalate to the native
review-riskpath only through explicitreview/start. - Actions/CI: distinguish failing code, workflow syntax, permissions, runner/environment, cancelled, queued, flaky, and unavailable. Do not rerun automatically; a rerun is a write and needs explicit authorization.
- Performance: require a measured regression, benchmark, query/runtime evidence, or a concrete changed hot path. Do not block on speculation.
- Merge conflicts: identify base/head SHAs and conflicting paths. Do not resolve, rebase, or push; report the smallest safe remediation.
- Comment remediation: map every comment to a location and acceptance criterion, then verify code and tests. Keep unresolved conversations open.
- Sensitive or unavailable data: state the missing permission or API limitation and downgrade the decision to
needs-informationorunavailable.
Local Contract Integration
Use the repository's named Gentle-AI/OpenCode contracts when available:
branch-pr, issue-creation, comment-writer, tdd, architecture-guard,
karpathy-guidelines, agent-reach, and ecc-harness-patterns. The native
Gentle-AI review lifecycle remains authoritative over review budgets, ledgers,
receipts, corrections, and gates.
Report Quality
Findings must include an exact location where possible, observable impact, evidence references, severity, confidence, and one actionable recommendation. Separate blockers from warnings. If no finding is proven, say so and list remaining unverified checks rather than manufacturing certainty.