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

echos

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

已收集 skills
8
Stars
59
更新
2026-03-29
Forks
7
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

plan-to-tasks
项目管理专家

Transform a plan (from session memory, a markdown file, or inline description) into agent-executable tasks in docs/IMPLEMENTATION.md following the project's established format. Use when the user says "add to implementation", "convert plan to tasks", "create tasks from this plan", "add a phase", or similar.

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

Check a PR for unresolved review comments, assess each one, apply fixes where needed, and resolve addressed threads via the GitHub API. Use this skill whenever the user mentions PR comments, review threads, unresolved feedback, or addressing reviewer suggestions — even if they just say "fix the comments", "close out the review threads", or "address the feedback".

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

Perform a thorough, project-aware code review on the current PR and post it to GitHub as a real review with inline comments via the GitHub API. Use this skill whenever the user says "review", "review this PR", "review my changes", "do a code review", "give me feedback on this branch", or "check my PR" — especially when working in a git worktree. Trigger even if the user just says "review" with no other context.

2026-03-29
implement-task
软件开发工程师

Implements a project task from docs/IMPLEMENTATION.md when the user says "implement task X.XX" (e.g. "implement task 1.11", "implement task 2.02"). Reads the task spec, sets up a git worktree on the correct branch, then implements the task end-to-end following project conventions. Use this skill whenever the user says "implement task", "do task", "work on task", or references a task ID like "1.07", "2.03", etc. in this project.

2026-03-29
debug-failing-test
软件质量保证分析师与测试员

Systematic process for diagnosing and fixing a failing test

2026-03-10
dependency-update
软件开发工程师

Process for safely adding or updating npm dependencies

2026-03-10
pr-description
软件开发工程师

Template and rules for writing PR descriptions

2026-03-10
security-checklist
信息安全分析师

Security checklist to run before marking any task done

2026-03-10