Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

outpost

outpost 收录了来自 getsentry 的 11 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
11
Stars
2
更新
2026-06-23
Forks
1
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

fix-ci
软件开发工程师

Diagnose and fix failing CI on a PR. Capped at 3 attempts. Load repo-setup first.

2026-06-23
repo-setup
软件开发工程师

Refresh /workspace/repo and prepare the correct branch. Load this before any situation skill.

2026-06-23
resolve-issue
软件开发工程师

Resolve a GitHub issue end-to-end — explore, plan, implement, clean up, and open a draft PR.

2026-06-23
review-pr
软件质量保证分析师与测试员

Review a pull request. Self-fix on own PRs, post a review on others'. Load repo-setup first.

2026-06-23
review
软件质量保证分析师与测试员

Review the current branch's changes against intent. Returns a structured list of findings the caller can hand to a fix-applier, or an empty list when there's nothing to address. Use this for both self-review of your own work and reviewing someone else's PR.

2026-06-23
apply-fixes
软件质量保证分析师与测试员

Apply review findings as the smallest code changes, then commit and push. Used on the bot's own PRs.

2026-06-23
respond-to-comment
软件质量保证分析师与测试员

Triage and respond to comments on a PR. Fix if actionable, reply either way. Load repo-setup first.

2026-06-23
mark-pr-ready
软件开发工程师

Promote a draft PR to ready-for-review after CI passes and self-review is clean. Assigns reviewers and adds labels.

2026-06-17
auto-merge
软件开发工程师

Auto-merge a PR after it is marked ready-for-review, if the change is small, non-disruptive, and all checks pass.

2026-06-08
deslop
软件开发工程师

Strip AI-generated noise from the diff before pushing — extra comments a human wouldn't write, defensive try/catch in trusted code paths, casts to any, inline imports in Python, and other style inconsistencies with the surrounding file. Use this immediately before commit so the diff stays clean.

2026-06-08
pr
软件开发工程师

Create a draft PR for the current branch following repo conventions. Writes a concise PR description from the implementation plan, embeds the full plan as a hidden HTML comment so reviewers can read it without leaving GitHub, and reuses an existing branch when one is already checked out. Use this once your implementation is committed and pushed.

2026-06-08