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

fullsend

fullsend 收录了来自 fullsend-ai 的 25 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
25
Stars
94
更新
2026-07-10
Forks
70
职业覆盖
5 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

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

PR review orchestrator. Triages the change, dispatches specialized sub-agents in parallel across review dimensions, synthesizes their findings, runs PR-specific checks, and produces a structured review result. Sub-agent definitions live in sub-agents/ relative to this file.

2026-07-10
renumber-adr
软件开发工程师

Check whether ADR numbers in the current branch conflict with ADRs already on the PR's target branch, and renumber if needed. Use before merging a PR that adds new ADRs, to avoid number collisions with concurrently merged ADRs.

2026-07-08
cutting-releases
软件开发工程师

Use when the user wants to tag a release, cut a release candidate, or ship a new version. Also use when asking about release process, versioning, or how GoReleaser is configured.

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

Standalone procedure for reviewing any code change. Identifies the change, reads surrounding source, evaluates across six review dimensions, and compiles structured findings. Can be invoked directly for local review or delegated to by the pr-review skill.

2026-07-02
e2e-health
软件质量保证分析师与测试员

Use when checking e2e test health or reviewing recent e2e failures on main.

2026-06-30
autonomy-readiness
项目管理专家

Use when you need to analyze the delta between agent review and human review on a PR to identify structural repo improvements that would close review gaps or justify increased agent autonomy.

2026-06-22
code-implementation
软件开发工程师

Step-by-step procedure for implementing a GitHub issue. Gathers context, discovers repo conventions, plans the change, implements, verifies with tests and linters, and commits to a feature branch.

2026-06-22
issue-labels
软件开发工程师

Discover repository labels and recommend contextual labels to add or remove on issues and pull requests. Produces label_actions in the agent result JSON.

2026-06-18
writing-adrs
软件开发工程师

Use when writing, proposing, or accepting Architecture Decision Records (ADRs) in this repo. Use when a decision has crystallized from a problem doc and needs to be recorded, or when updating living documents after an ADR is accepted.

2026-06-18
writing-user-docs
软件开发工程师

Use when writing, editing, or adding user-facing documentation under docs/guides/. Use when creating admin guides (install, configure, manage) or user guides (workflows, interactions, interventions) for fullsend.

2026-06-18
merge-queue
软件开发工程师

Use when you need to add a PR to a GitHub merge queue, check what's currently queued, or find out why a PR was removed from the queue. The gh CLI has no built-in merge-queue commands, so this skill provides scripts that use the GraphQL API.

2026-06-17
mint-enroll
网络与计算机系统管理员

SRE runbook for enrolling new GitHub orgs or repos into the fullsend token mint service using the fullsend CLI. Use when onboarding a new org, adding a per-repo WIF provider, or re-enrolling after infrastructure changes.

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

Step-by-step procedure for addressing review feedback on an existing PR. Reads review comments, plans targeted fixes, implements, verifies with tests and linters, commits, and produces structured output for the post-script.

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

Evaluates whether a PR's code changes have made in-repo documentation stale. Discovers documentation files, matches changed identifiers against doc content, and produces findings for stale or missing documentation. Read-only — flags staleness but does not update docs. Can be delegated to by the pr-review skill.

2026-06-09
spec-refine-github
软件开发工程师

Use when a GitHub spec PR needs review and PR comments ingested into spec.md and qna.md: prepare comments.md from GitHub (with edit detection and qna.md placement rules), run spec-refine phases, commit spec.md and qna.md only (never comments.md), then push and reply on threads—or defer those writes to harness post-automation. Pair with spec-refine and spec-start for formats.

2026-05-27
spec-refine
软件开发工程师

Use when an existing docs/plans topic from spec-start needs review feedback folded back in: optional comments.md into qna.md ### answers, resolved threads into spec.md, and the same self-review bar as spec-start. Documentation only inside the topic directory; requires spec.md and qna.md already present. Pair with spec-refine-github for PR round-trips.

2026-05-27
spec-start-github
软件开发工程师

Use when a GitHub issue is the canonical prompt for a spec-start run: fetch the issue, work on agent/<issue>-spec-* branches, commit planning artifacts, then open a PR locally or stop before push when a harness post-script owns GitHub writes. Pair with spec-start for the headless planning procedure.

2026-05-27
spec-start
软件开发工程师

Runs one headless pass that turns an underspecified prompt into a topic directory under docs/plans/ with spec.md and qna.md only, using the same design discipline as an interactive brainstorm but without blocking questions. qna.md uses a flat ## Q-NN log (Kind bullets + optional ### answers; one example ### under Q-01). Use for one-shot spec generation, GitHub-bound planning agents, or when the user invokes spec-start without back-and-forth clarification. For issue URL as canonical prompt plus branch/PR flow, pair with spec-start-github.

2026-05-27
topissues
软件开发工程师

Build a merged RICE priority table: top unassigned backlog issues plus issues assigned to the current user. Use for /topissues or when the user asks for highest-priority issues, RICE scores, or backlog overview.

2026-05-27
retro-analysis
软件开发工程师

Use when performing a retrospective on an agent workflow. Teaches how to trace workflow runs, explore context with subagents, and write structured improvement proposals.

2026-05-26
analyze-transcript
软件开发工程师

Analyze fullsend agent run transcripts from GitHub Actions artifacts. Use when the user wants to inspect what an agent did during a run, debug failures, check tool usage, or search transcript content. Handles downloading artifacts, finding JSONL files, and running the analyzer script.

2026-05-25
finding-agent-runs
软件开发工程师

Use when an agent hasn't posted results, a workflow run failed, or you need to find the GitHub Actions run for a fullsend triage, code, or review agent given an issue number or PR number

2026-05-14
agent-scaffolding
其他计算机职业

Use when diagnosing why agents underperform or ideating improvements to agent infrastructure — skills, agent definitions, harness configs, AGENTS.md files, hooks, CI gates, or context files.

2026-05-11
filing-github-issues
软件开发工程师

File well-crafted GitHub issues. Use when the user wants to report a bug, request a feature, propose a change, or file any GitHub issue. Searches for duplicates, asks clarifying questions, and creates the issue using the gh CLI.

2026-05-10
replay-session
软件开发工程师

Use when the user wants to replay a Claude Code session from a GitHub Actions artifact link. Downloads the artifact, finds JSONL files, generates an interactive HTML replay with claude-replay, and serves it locally.

2026-04-20