Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

caffeine

caffeine enthält 28 gesammelte Skills von ben-manes, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
28
Stars
17.7k
aktualisiert
2026-06-17
Forks
1.7k
Berufsabdeckung
7 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

audit-adaptivity
Softwarequalitätssicherungsanalysten und -tester

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

2026-06-17
audit-jcache-conformance
Softwarequalitätssicherungsanalysten und -tester

JSR-107 (JCache) spec-conformance audit

2026-06-17
audit-state-machine
Softwarequalitätssicherungsanalysten und -tester

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

2026-06-17
audit-temporal-walk
Softwareentwickler

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
Softwarequalitätssicherungsanalysten und -tester

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
Softwarequalitätssicherungsanalysten und -tester

Find places where documented API contracts and the implementation diverge

2026-04-27
audit-exception-safety
SoftwareentwicklerSoftwarequalitätssicherungsanalysten und -tester

Audit exception safety and failure atomicity across all throw sites

2026-04-13
audit-feature-interaction
Softwarequalitätssicherungsanalysten und -testerSoftwareentwickler

Analyze feature interaction pairs and triples for concurrent defects

2026-04-13
audit-iteration
SoftwareentwicklerSoftwarequalitätssicherungsanalysten und -tester

Analyze concurrent iteration and view consistency guarantees

2026-04-13
audit-jmm
SoftwareentwicklerComputerprogrammierer+1

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

2026-04-13
audit-lifecycle
SoftwareentwicklerSoftwarequalitätssicherungsanalysten und -tester

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

2026-04-13
audit-memory-retention
SoftwareentwicklerSoftwarequalitätssicherungsanalysten und -tester

Analyze reference retention paths that prevent GC of removed entries

2026-04-13
audit-adversarial
Softwarequalitätssicherungsanalysten und -tester

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

2026-04-06
review-change
Softwarequalitätssicherungsanalysten und -tester

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

2026-04-06
audit-adversarial-input
SoftwareentwicklerSoftwarequalitätssicherungsanalysten und -tester+1

Analyze behavior under adversarial or extreme API inputs

2026-03-22
audit-arithmetic
Softwarequalitätssicherungsanalysten und -testerSoftwareentwickler

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

2026-03-22
audit-build-ci
SoftwareentwicklerNetzwerk- und Computersystemadministratoren

Audit build and CI configuration for correctness risks

2026-03-22
audit-correctness-proof
Informatik- und InformationsforschungswissenschaftlerSoftwareentwickler

Attempt formal correctness proofs for all public cache methods

2026-03-22
audit-coverage-gaps
Softwarequalitätssicherungsanalysten und -testerSoftwareentwickler

Discover test coverage gaps that could hide correctness defects

2026-03-22
audit-linearizability
SoftwareentwicklerSoftwarequalitätssicherungsanalysten und -tester+1

Analyze the cache for linearizability violations across all public methods

2026-03-22
audit-liveness
SoftwareentwicklerSoftwarequalitätssicherungsanalysten und -tester

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

2026-03-22
audit-map-contract
Softwarequalitätssicherungsanalysten und -testerSoftwareentwickler

Audit ConcurrentMap and Map contract compliance for asMap() view

2026-03-22
audit-performance
SoftwareentwicklerSoftwarequalitätssicherungsanalysten und -tester

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

2026-03-22
audit-reentrancy
SoftwareentwicklerSoftwarequalitätssicherungsanalysten und -tester

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

2026-03-22
audit-serialization
SoftwareentwicklerSoftwarequalitätssicherungsanalysten und -tester

Audit serialization proxy correctness and round-trip safety

2026-03-22
audit-subsystem-safety
SoftwareentwicklerSoftwarequalitätssicherungsanalysten und -tester

Audit one cache subsystem for concurrency correctness defects

2026-03-22
sim-analyze
SoftwareentwicklerDatenwissenschaftler

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

2026-03-22
sim-compare
DatenwissenschaftlerSoftwareentwickler

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

2026-03-22