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

ai

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

已收集 skills
10
Stars
2
更新
2026-07-02
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

audit
软件质量保证分析师与测试员

Generates a context-specific audit brief and executes review via code-reviewer agent. Usable standalone or as a building block within other skills.

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

Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".

2026-07-02
implement
软件开发工程师

Full SDLC workflow - from task to PR. Plans, audits adversarially, implements, runs quality gates, and opens a PR.

2026-07-02
pr-description
软件开发工程师

Generates a PR description from the current branch diff and project conventions. Output is a ready-to-use markdown body.

2026-07-02
setup-skills
其他计算机职业

Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.

2026-07-02
check-config
软件开发工程师

Validates project.yaml is well-formed. Checks required fields, valid values, resolvable paths, and detects typos.

2026-05-30
check-conventions
软件开发工程师

Validates code against all project architecture conventions. Reads project.yaml to determine applicable checks and runs them. Replaces individual check-* skills.

2026-05-30
ddd-scaffold
软件开发工程师

Generates DDD file structure for a new feature following project architecture conventions. Adapts templates to the project's runtime, error style, and naming.

2026-05-30
interface-scout
软件开发工程师

Read-only codebase analysis that finds existing port/adapter patterns and proposes new interfaces fitting project conventions.

2026-05-30
run-and-fix
软件开发工程师

Runs project quality gates in sequence, auto-fixes failures, retries up to N times per step before escalating. Adapts to any runtime via project.yaml.

2026-05-30