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

jess

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

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

这个仓库中的 skills

perf-architecture
软件开发工程师

Load BEFORE writing or changing code on Jess hot paths (core tree/eval/render, grammar/parser, extend/selector algorithms). Packages the 9 V8-architecture invariants as pre-write checks and points at the canonical checklist.

2026-07-23
fixture-driven-dev
软件开发工程师

Use when working with fixture-based or expected-output tests (especially Less test-data). Helps isolate one fixture, reproduce deterministically, update expectations safely, and avoid cross-package build pitfalls.

2026-07-22
api-surface-safety
软件开发工程师

Use when changing exports, entrypoints, or shared types across packages. Ensures public API stability, correct ESM/CJS surface, and cross-package build/test validation.

2026-07-12
perf-sanity
软件开发工程师

Use when changing perf-sensitive codepaths (parsing, selector/extend algorithms). Provides a lightweight sanity protocol and avoids ungrounded perf claims.

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

Keep reviews light by running quick spec and quality checks after each task before claiming completion.

2026-07-12
systematic-debugging
软件开发工程师

Use a strict observe-hypothesize-trace-verify-fix loop when debugging; avoid random changes and context loss. Use when the user is debugging, investigating a failure, or fixing a bug.

2026-07-12
verification-before-completion
软件开发工程师

Run and read the verification command every time before claiming success. Use when you are about to report a fix, tests/builds passing, or task completion.

2026-07-12