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

caffeine

caffeine 收录了来自 ben-manes 的 28 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
28
Stars
17.7k
更新
2026-06-17
Forks
1.7k
职业覆盖
7 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

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

Audit the adaptive window hill-climber and region-resize logic for implementation defects (not algorithm quality)

2026-06-17
audit-jcache-conformance
软件质量保证分析师与测试员

JSR-107 (JCache) spec-conformance audit

2026-06-17
audit-state-machine
软件质量保证分析师与测试员

Audit explicit state machines (drain status, node lifecycle, async-value lifecycle) for illegal or missed transitions

2026-06-17
audit-temporal-walk
软件开发工程师

Heavyweight history-mining bug audit. Walks the caffeine module's git history chronologically (oldest to HEAD), maintains a forward-tracked issue database, and surfaces concerns introduced by past commits that were never resolved. Catches bugs that snapshot mining cannot — half-fixes invisible from current state, latent+trigger pairs across multi-commit interactions, and partial refactors. Slow (model/effort-dependent; ~24h on Opus + max effort) and rare-run (every several months or before a major release).

2026-06-17
audit-sibling-divergence
软件质量保证分析师与测试员

Differential audit comparing matched code paths that should behave identically. Spawns one auditor per sibling pair (sync/async, bounded/unbounded, view consistency, bulk vs single, generated node variants, read fast vs slow, adapter conformance) and requires a concrete witness scenario where the two paths diverge observably.

2026-06-02
audit-contract-drift
软件质量保证分析师与测试员

Find places where documented API contracts and the implementation diverge

2026-04-27
audit-exception-safety
软件开发工程师软件质量保证分析师与测试员

Audit exception safety and failure atomicity across all throw sites

2026-04-13
audit-feature-interaction
软件质量保证分析师与测试员软件开发工程师

Analyze feature interaction pairs and triples for concurrent defects

2026-04-13
audit-iteration
软件开发工程师软件质量保证分析师与测试员

Analyze concurrent iteration and view consistency guarantees

2026-04-13
audit-jmm
软件开发工程师计算机程序员+1

Java Memory Model audit of all VarHandle/volatile field access modes

2026-04-13
audit-lifecycle
软件开发工程师软件质量保证分析师与测试员

Analyze shutdown, close, and GC-of-cache lifecycle correctness

2026-04-13
audit-memory-retention
软件开发工程师软件质量保证分析师与测试员

Analyze reference retention paths that prevent GC of removed entries

2026-04-13
audit-adversarial
软件质量保证分析师与测试员

Hostile full-codebase review by parallel adversarial agents with no design context — finds bugs that domain familiarity masks

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

Multi-layer adversarial code review of a diff or branch using parallel specialized reviewers with triage

2026-04-06
audit-adversarial-input
软件开发工程师软件质量保证分析师与测试员+1

Analyze behavior under adversarial or extreme API inputs

2026-03-22
audit-arithmetic
软件质量保证分析师与测试员软件开发工程师

Audit for arithmetic and boundary bugs (overflow, off-by-one, drift)

2026-03-22
audit-build-ci
软件开发工程师网络与计算机系统管理员

Audit build and CI configuration for correctness risks

2026-03-22
audit-correctness-proof
计算机与信息研究科学家软件开发工程师

Attempt formal correctness proofs for all public cache methods

2026-03-22
audit-coverage-gaps
软件质量保证分析师与测试员软件开发工程师

Discover test coverage gaps that could hide correctness defects

2026-03-22
audit-linearizability
软件开发工程师软件质量保证分析师与测试员+1

Analyze the cache for linearizability violations across all public methods

2026-03-22
audit-liveness
软件开发工程师软件质量保证分析师与测试员

Analyze the cache for liveness defects (progress, termination, starvation)

2026-03-22
audit-map-contract
软件质量保证分析师与测试员软件开发工程师

Audit ConcurrentMap and Map contract compliance for asMap() view

2026-03-22
audit-performance
软件开发工程师软件质量保证分析师与测试员

Audit hot paths for performance inefficiencies (allocations, contention, layout)

2026-03-22
audit-reentrancy
软件开发工程师软件质量保证分析师与测试员

Analyze user callbacks for re-entrancy defects (deadlock, corruption)

2026-03-22
audit-serialization
软件开发工程师软件质量保证分析师与测试员

Audit serialization proxy correctness and round-trip safety

2026-03-22
audit-subsystem-safety
软件开发工程师软件质量保证分析师与测试员

Audit one cache subsystem for concurrency correctness defects

2026-03-22
sim-analyze
软件开发工程师数据科学家

Analyze a cache trace file to understand its characteristics and recommend policies

2026-03-22
sim-compare
数据科学家软件开发工程师

Run cache policy hit rate comparison across multiple cache sizes with charts

2026-03-22