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

gideas

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

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

这个仓库中的 skills

spec-lint-fix
软件开发工程师

Run markdown linting from tools/spec-lint/, fix issues, and rerun until clean

2026-06-28
ponytail-audit
软件开发工程师

Whole-repo audit for over-engineering. Like ponytail-review, but scans the entire codebase instead of a diff: writes a ranked checklist to plans/AUDIT.md of what to delete, simplify, or replace with stdlib/native equivalents. Use when the user says "audit this codebase", "audit for over-engineering", "what can I delete from this repo", "find bloat", or calls ponytail-audit. One-shot report, does not apply fixes.

2026-06-25
ponytail-fix
软件开发工程师

Fix ponytail audit items from plans/AUDIT.md one at a time. For each item: implementer fix → ponytail-review → normal review → quality gate → mark done → commit. Cycle until reviewer is happy at each stage. Complements ponytail-audit.

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

Code review focused exclusively on over-engineering. Finds what to delete: reinvented standard library, unneeded dependencies, speculative abstractions, dead flexibility. One line per finding: location, what to cut, what replaces it. Use when the user says "review for over-engineering", "what can we delete", "is this over-engineered", "simplify review", or calls ponytail-review. Complements the correctness-focused reviewer subagent — this one only hunts complexity.

2026-06-24
execute-phased-plan
软件开发工程师

Use when executing a project folder under plans/ that contains SPEC.md, PLAN.md, and PHASE_XX.md files.

2026-06-24
fix-review-item
软件开发工程师

Fix the first incomplete checklist item in plans/<project>/REVIEW.md, commit the fix, then stop. Does not commit REVIEW.md — it is gitignored by design.

2026-06-23
implementation-review
软件开发工程师

Review the current repository state against a project's SPEC.md in plans/<project-name>/ and produce a checklist of issues in REVIEW.md. Use when you need a methodical spec-compliance audit of the present codebase.

2026-06-23
make-phased-plan
软件开发工程师

Use when a project folder under plans/ contains SPEC.md and needs PLAN.md plus PHASE_XX.md files.

2026-06-23
make-project-spec
软件开发工程师

Use when turning a project idea or feature request into an implementation-ready SPEC.md under plans/.

2026-06-23
publish-release
软件开发工程师

Use when creating and publishing a new GitHub release with an auto-generated changelog and README review.

2026-06-23
systematic-fix-and-review
软件开发工程师

Fix every item in an existing REVIEW.md through strict fix → reviewer cycles. Use when you have a review checklist and need every issue addressed with no shortcuts.

2026-06-23
commit-push
软件开发工程师

Commit and push all the changes (update git ignore where needed)

2026-02-26
spec-review
其他计算机职业

Deep-review the spec — starts a fresh review of all spec documents against AGENTS.md (producing REVIEW.md), or continues an existing review by walking through unresolved issues with the user

2026-02-16