Results for “beweislast”
63 skillsCase Dpia Drift
Ordnet Akteninhalt, Belege, Lücken und Nachforderungen zu Tatbestandsmerkmalen, Beweisfragen und Beleglage; liefert eine Beweislast- und Substantiierungsmatrix.
1.5k
Inso Pl
Ordnet insolvenzrechtliche Mandantenkommunikation: Akte lesen, Sachverhalt, Normen, Beweislast und Fristen strukturieren, dann Mandantennachricht oder Entscheidungsvorlage erstellen.
1.5k
Indexierung
Ordnet Sachverhalt, Norm, Beweislast, Gegenargumente und nächsten Schritt für die Indexierung von AGB-Klauseln; liefert eine Fristen- und Risikoampel mit Sofortschritten.
1.5k
Homeoffice
Ordnet Sachverhalte zum Homeoffice im Berufsrecht der Notare: prüft Normen, Beweislast und Gegenargumente und liefert ein direkt nutzbares Arbeitsprodukt mit nächsten Schritten.
1.5k
Reseller Agb
Prüft Reseller-AGB auf rechtliche Risiken, strukturiert nach Normen, Beweislast und Gegenargumenten, und liefert eine Schnittstellenkarte mit Kollisions-, Zuständigkeits- und Nachweisfragen.
1.5k
Unterlagen Luecken
Prüft Unterlagen und Lücken in Mietrechtsfällen: erstellt Sollkatalog, gleicht Ist-Bestand ab, priorisiert fehlende Dokumente nach Frist- und Beweisrelevanz und entwirft Rückfrageschreiben.
1.5k
More results
Auditrechte
Prüft Auditrechte-Klauseln in AGBs: ordnet Sachverhalt, Normen, Beweislast und Gegenargumente, liefert eine Fristen- und Risikoampel mit Sofortschritten und erstellt Redline-Entwürfe.
1.5k
Fortbildung
Strukturiert berufsrechtliche Fortbildungsfragen für Notare: ordnet Sachverhalt, Normen, Beweislast, Gegenargumente und nächste Schritte und liefert ein direkt nutzbares Arbeitsprodukt mit Prüfpunkten und Risiken.
1.5k
Verification Before Completion
Enforces running verification commands and confirming output before claiming work is complete, fixed, or passing, ensuring evidence precedes any success claims.
0
Bitcoin L2 Bitvm
BitVM, BitVM2, BitVM3: off-chain computation framework using optimistic challenge games on Bitcoin script. Foundation for trust-minimized bridges to L2s and PoS chains. USE WHEN: building trust-minimized bridges, understanding ZK rollup peg-out mechanisms, evaluating bridge security models.
28
Business Logic
Application-level business logic security testing for any domain. Takes an understanding-first approach: map the intended workflows before probing them. Covers: value/quantity logic abuse (negative, zero, overflow, rounding on any numeric field), workflow and state machine bypass (skipping required steps, forcing illegal state transitions, reusing one-time tokens), trust boundary violations (BOLA horizontal/vertical, BFLA, cross-tenant access, negative ownership attacks), idempotency and replay attacks (duplicate submissions, double-spend, same-reference reuse), multi-step flow integrity (checkout, registration, approval, verification), quota and rate limit bypass, time/date manipulation, and authorization code / reference number predictability. Domain-agnostic — applies to SaaS, e-commerce, banking, gaming, social platforms, APIs, or any multi-user application with stateful workflows. Chains from /pentester; chains into /param-fuzz when boundary violations or mass assignment are confirmed.
21
Verify Before Done
Require fresh evidence before claiming an implementation, fix, build, or test is complete.
4
Verification Before Completion
Enforces running verification commands and confirming output before claiming work is complete, fixed, or passing, to prevent false success claims.
247k
B2
VS-Enhanced Evidence Quality Appraiser - Prevents Mode Collapse with context-adaptive quality assessment Enhanced VS 3-Phase process: Avoids automatic tool application, delivers research-specific evaluation strategies Use when: appraising study quality, assessing risk of bias, grading evidence Triggers: quality appraisal, RoB, GRADE, Newcastle-Ottawa, risk of bias, methodological quality
1k
Mitarbeiter
Ordnet Sachverhalte zu Mitarbeitern im notariellen Berufsrecht einer Norm-, Beweislast- und Argumentationsmatrix zu und liefert direkt nutzbare Arbeitsprodukte mit Prüfpunkten und nächsten Schritten.
1.5k
Verification Gate
Enforces a verification gate before any completion claim, requiring fresh command output as evidence.
1 · bundle
Verification Before Completion
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
23
Bbh Eval
Benchmarks zero-shot in-context learning on BIG-Bench Hard multiple-choice tasks, comparing self-generated demonstrations against direct prompting and chain-of-thought baselines, and reports accuracy.
3
Pol Probe
Define a lightweight, disposable Proof of Life probe to test a risky hypothesis cheaply and surface harsh truths before building real product.
5.6k · bundle
Test Enforcement
Automated test validation, coverage checking, and quality metrics with aggressive defaults
1.7k · bundle
Identify Assumptions Existing
Stress-test a feature idea for an existing product by surfacing risky assumptions across Value, Usability, Viability, and Feasibility using multi-perspective devil's advocate thinking.
22.6k
Exp Eval
实验判决门:Review LLM 独立评判实验结果 → 4 种判决路径 → 自动更新 claims confidence、ideas status、graph edges
77
Paper Review Sim
Simulates a NeurIPS/SC/ICSE-style peer review with five reviewer personas (HPC, ML, Stats, Reproducibility, Devil's Advocate) that verify every claim against actual result data before submission.
0
Tutela Evidencia
Redige e fundamenta pedido de tutela da EVIDENCIA do CPC 311, que dispensa o perigo de dano. Cobre as 4 hipoteses (abuso do direito de defesa/proposito protelatorio; tese em repetitivo ou sumula vinculante + prova documental; contrato de deposito; peticao instruida com prova documental suficiente sem prova capaz de gerar duvida) e indica quando cabe liminar (incisos II e III, par. unico). Use quando o operador disser tutela da evidencia, art 311, prova documental robusta, tese ja pacificada, abuso de defesa, ou quiser adiantar a tutela sem urgencia.
6
Test Load
Design and run a k6/Artillery load profile that measures throughput, latency percentiles, error rate, and the breaking point under concurrent traffic. Use when "load test this", "will it handle launch traffic", or "find the breaking point". Resilience-by-reading-code → audit-resilience. Never hit prod unsigned.
8
Tw Prove It
Runs a ten-round adversarial gauntlet to pressure-test absolute claims, refining them with explicit boundaries and an Oracle synthesis.
7
Exp Design
Claim-driven 实验设计:界定目标 claims → 设计实验块(baseline/validation/ablation/robustness)→ 构建执行顺序 → 可选 Review LLM review → 写入 wiki
77
Property Based Testing
Use this skill for property tests for parsers, validators, transforms, state machines, edge cases. Trigger when the task involves programming work related to Property Based Testing, implementation, audits, debugging, strategy, or validation.
1 · bundle
Test
Runs a persistent verification-and-fix loop, executing existing test suites and browser/desktop checks until the requested surface is verified or a real blocker remains.
61
Experiment
Design lean validation experiments — hypothesis, method, success criteria, sample size, timeline, and decision rules
1 · bundle
Testing Testing Reality Checker
Stops fantasy approvals, evidence-based certification - Default to "NEEDS WORK", requires overwhelming proof for production readiness
2
Load Test Plan
Designs and executes load tests, covering scenario design, baseline capture, execution configuration, results analysis, and reporting for k6, Locust, Gatling, and JMeter.
7
Aeon Skill Evals
Validate skill outputs against assertion manifests to detect regressions, enforce quality gates, and bootstrap starter manifests from historical runs.
1.2k · bundle
Testing API For Mass Assignment Vulnerability
Tests API endpoints for mass assignment vulnerabilities by injecting privileged fields (role, isAdmin, balance) into request bodies and verifying if the server binds them without filtering.
24.6k · bundle
Ads Validate
Validates Claude Ads contracts, bundles, scores, runs, capabilities, repositories, and releases with deterministic checks and recovery steps.
Test Assessment
Assess the test suite of a codebase — where tests are missing, where they exist but are weak, and which gaps actually matter. Use this skill whenever the user asks about test coverage, test quality, "are there enough tests", "where should we add tests", testing gaps, test debt, untested code paths, flaky tests, or generally wants to know whether a codebase is well-tested. Trigger even on casual phrasings ("is this tested?", "what's the test situation?", "audit our tests"). This skill does NOT write tests — it only assesses what exists and identifies what's missing. For test generation, this is the wrong skill.
0 · bundle