Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevOpsAvançado

Iterate on PR Until CI Passes

porgetsentry·getsentry· v1.0.0 · atualizado em 2026-04-10
79
Score

Iterate on a PR until CI passes. Use when you need to fix CI failures, address review feedback, or continuously push fixes until all checks are green. Automates the feedback-fix-push-wait cycle.

ci-cdgithubpull-requestautomationcode-reviewcode-qualitytesting
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mditerate-pr/workflow
1
Identify PR: — Determine the current PR using `gh pr view`.
2
Gather Review Feedback: — Fetch categorized feedback using `scripts/fetch_pr_feedback.py`.
3
Handle Feedback: — Address high/medium priority feedback automatically, prompt user for low priority items.
4
Check CI Status: — Get CI status using `scripts/fetch_pr_checks.py`.
5
Fix CI Failures: — Analyze logs, fix root causes, and add tests.
6
Verify and Commit: — Verify fixes locally, then commit and push.
7
Monitor CI and Feedback: — Poll CI status and address new feedback in a loop.
8
Repeat: — If new changes are needed, return to step 2.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Compõe comCreate Pull Request
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar aInsForge CLI
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar aDependency Updater
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
75
Similar aChangelog Generator
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
77

Árvore do Skill

Iterate on PR Until CI Passes
iterate-pr
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.EVALUATE
5.REFLECT
Triggers7
iterate on the current pull requestfix CI failuresaddress review feedbackcontinuously push fixes until all checks are greenautomate the feedback-fix-push-wait cycleresolve pull request issuesget a PR to pass all checks

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download iterate-pr
$ synaptic skills detail iterate-pr
$ synaptic skills live iterate-pr

Dependências

gh

Links

GitHub Repository