Skip to main content
Run any Skill in Manus
with one click
GitHub repository

exeris-spring-runtime

exeris-spring-runtime contains 9 collected skills from exeris-systems, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
9
Stars
0
updated
2026-05-03
Forks
0
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

exeris-spring-docs-adr-check
software-quality-assurance-analysts-and-testers

Detect documentation and ADR drift against runtime ownership and mode reality. Classifies drift (NO_ACTION / MINOR_DOC_UPDATE / DOCS_UPDATE_REQUIRED / ADR_IMPACT / NEW_ADR_REQUIRED), names affected docs, and recommends merge timing for the docs/ADR delta.

2026-05-03
exeris-spring-kernel-wall-check
software-quality-assurance-analysts-and-testers

Prevent Spring leakage into kernel boundaries and preserve The Wall. Verifies no Spring imports/types/annotations in kernel SPI/Core touchpoints, no framework-coupled contracts in Exeris kernel abstractions, no bypass of canonical Exeris provider discovery, and no kernel API changes that assume servlet/reactive/JDBC framework runtime.

2026-05-03
exeris-spring-mode-clarity-review
software-quality-assurance-analysts-and-testers

Prevent confusion between Pure Mode and Compatibility Mode in code, tests, and docs. Flags features that lack a mode label, compatibility behavior that leaks into the pure path, and docs that claim pure semantics while implementation is compatibility-driven.

2026-05-03
exeris-spring-module-boundary-review
software-quality-assurance-analysts-and-testers

Enforce module-responsibility boundaries across exeris-spring-boot-autoconfigure, exeris-spring-runtime-web/-tx/-data/-actuator. Flags web/runtime logic in autoconfigure, tx semantics in actuator, persistence ownership in web, compatibility sludge spread across modules, and runtime orchestration moved into the boot layer.

2026-05-03
exeris-spring-ownership-boundary-review
software-quality-assurance-analysts-and-testers

Check whether a change preserves the runtime-ownership truth (Spring = application framework, Exeris = runtime owner). Flags ownership inversion to servlet/reactive/JDBC-first runtime, split-brain lifecycle, fake host-runtime claims, and hidden fallback ownership outside Exeris.

2026-05-03
exeris-spring-routing-planner
software-developers

Produce a minimal, risk-aware execution order across exeris-spring-runtime agents — choose the primary agent, ordered secondary handoffs, a 3-5 step plan, validation gates, and the single best next action. Use after task-classifier has labelled the work.

2026-05-03
exeris-spring-runtime-path-performance-review
software-quality-assurance-analysts-and-testers

Review request-path integration overhead in Spring bridges — wrapper/DTO churn, request/response copy inflation, codec layering overhead, reflection-heavy hot paths, context propagation cost, and hidden fallback overhead to legacy runtime path. Use when a change materially affects the request path.

2026-05-03
exeris-spring-task-classifier
software-developers

Classify an incoming exeris-spring-runtime task into one primary class (ARCHITECTURE / INTEGRATION_IMPLEMENTATION / VERIFICATION / DOCS_ADR / PERFORMANCE / MULTI_DOMAIN) plus mode impact (PURE_MODE / COMPATIBILITY_MODE / MIXED / UNCLEAR), with a short rationale and a confidence rating. Use as the first triage step before routing.

2026-05-03
exeris-spring-verification-planner
software-quality-assurance-analysts-and-testers

Plan verification depth (unit / module-integration / runtime-integration / architecture-guard / optional performance) based on change risk and architecture impact. Highlights merge-blocking gaps in evidence — particularly missing host-runtime ownership proofs and missing mode distinctions.

2026-05-03