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

syncpack

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

已收集 skills
11
Stars
2.1k
更新
2026-05-04
Forks
72
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

write-code
软件开发工程师

Rust code style and conventions for Syncpack. Use when writing or modifying Rust code. Covers functional patterns, imports, naming, and quality standards.

2026-05-04
write-tests
软件质量保证分析师与测试员

Write tests for Syncpack using the TestBuilder pattern. Use when adding tests for commands, validation logic, or any new functionality. Covers TestBuilder API, assertion patterns, and common test scenarios.

2026-05-04
testing-gaps
软件质量保证分析师与测试员

Run coverage, inspect results, and identify missing test scenarios for a given source file. Use when analysing test coverage or finding untested branches.

2026-04-26
add-feature
软件开发工程师

Add new features to Syncpack including commands and validation logic. Use when implementing new CLI commands, adding InstanceState variants, or extending version group behaviour.

2026-03-21
document-code
软件开发工程师

Add and update the documentation website for Syncpack. Use when making user-facing changes to the codebase.

2026-03-21
fix-bug
软件开发工程师

Debug and fix bugs in Syncpack using scientific debugging methodology. Use when a test is failing, unexpected behaviour occurs, or investigating issues. Covers hypothesis-driven debugging and TDD-based fixes.

2026-03-21
front-loading
技术写作员

Put the answer first, then context and details follow. Use when writing documentation, tutorials, error messages, or any communication where readers need to decide quickly if something is relevant to them.

2026-03-21
optimize-benchmarks
软件开发工程师

Iterative performance optimisation loop for syncpack-specifier. Runs benchmarks, identifies bottlenecks, applies optimisations, verifies tests pass and benchmarks improve, then repeats.

2026-03-21
review-docs
软件开发工程师

Review and improve Syncpack documentation for clarity, completeness, and consistency. Use when enhancing docs or validating before publication.

2026-03-21
search-code
软件开发工程师

Search for code patterns in Syncpack. Use when finding symbols, implementations, or understanding how code is used. Covers ast-grep for Rust and grep/rg for other cases.

2026-03-21
signal-over-noise
软件开发工程师

Maximize useful information per word by removing filler, obvious explanations, and hedging language. Use when writing documentation, error messages, code comments, or any communication where clarity and conciseness matter.

2026-03-21