Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevOpsMédio

yeet

poropenai·openai· v1.0.0 · atualizado em 2026-04-10
77
Score

Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).

githubcligitpull-requestautomationdevopsci-cd
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdyeet/workflow
If on main/master/default, create a branch: `git checkout -b "codex/{description}"`
Otherwise stay on the current branch.
Confirm status, then stage everything: `git status -sb` then `git add -A`.
Commit tersely with the description: `git commit -m "{description}"`
Run checks if not already. If checks fail due to missing deps/tools, install dependencies and rerun once.
Push with tracking: `git push -u origin $(git branch --show-current)`
If git push fails due to workflow auth errors, pull from master and retry the push.
Open a PR and edit title/body to reflect the description and the deltas: `GH_PROMPT_DISABLED=1 GIT_TERMINAL_PROMPT=0 gh pr create --draft --fill --head $(git branch --show-current)`
Write the PR description to a temp file with real newlines (e.g. pr-body.md ... EOF) and run pr-body.md to avoid \\n-escaped markdown.
PR description (markdown) must be detailed prose covering the issue, the cause and effect on users, the root cause, the fix, and any tests or checks used to validate.
</details>

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

Similar aVercel CLI with Tokens
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aDeploy to Vercel
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aCI Pipeline Builder
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
87
Similar a ←Cloudflare Deploy
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar a ←Netlify Deployment Skill
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar a ←Deploy to Render
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar a ←Vercel Deploy
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
78
Co-executed ←Cloudflare Deploy
47%
Hebbian Synapse
Composite0.475
w = 0.3·α + 0.5·β + 0.2·γ
80
Co-executed ←Netlify Deployment Skill
51%
Hebbian Synapse
Composite0.508
w = 0.3·α + 0.5·β + 0.2·γ
78
Co-executed ←Deploy to Render
47%
Hebbian Synapse
Composite0.471
w = 0.3·α + 0.5·β + 0.2·γ
83
Co-executed ←Vercel Deploy
47%
Hebbian Synapse
Composite0.467
w = 0.3·α + 0.5·β + 0.2·γ
78

Árvore do Skill

yeet
yeet
Fases Cognitivas4
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.REFLECT
Triggers7
yeet this codestage, commit, push, and open a PRcreate a GitHub pull requestautomate the git workflowpush my changes to GitHubopen a pull request with gh clicreate a pr from the command line

Avaliar este Skill

Score Breakdown

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

Instalação

$ synaptic mcp download yeet
$ synaptic skills detail yeet
$ synaptic skills live yeet

Dependências

gh

Links

GitHub Repository