implexa
back to leaderboard
MV

@mvogt99

contributor on implexa, with 18 skills ranked by SkillRank across 1 source.

mvogt99 on githubpublishes to clawhub
skills
18
avg SkillRank
5.7
13 scored / 18 total
total stars
across 18 repos
total installs
10
across 18 repos

skills, ranked by SkillRank

scoresourceskill
7.4clawhub
Output Wrong Task
output-wrong-task documents the failure mode where models produce coherent but off-target deliverables by resolving ambiguous prompts to their most common interpretation rather than the user's intent. mitigation relies on restating concrete requirements, anchoring output format, and breaking compound tasks into serial steps.
7.2clawhub
Bugfix Without Test
bugfix-without-test documents the risk of applying code fixes without regression tests, leaving bugs vulnerable to reintroduction. it prescribes a test-first workflow and acknowledges hard-to-test scenarios.
6.8clawhub
Context Near Overflow
context-near-overflow detects silent content loss when conversation fills the model's context window, producing degraded or contradictory output. covers recognition, mitigation strategies including task decomposition and summarization.
6.7clawhub
Race Condition
race-condition identifies shared mutable state accessed concurrently without synchronization. covers symptom recognition, root-cause isolation, and remediation via atomics, immutability, or locks. requires explicit concurrency testing to validate.
6.2clawhub
Missing Error Handling
missing-error-handling identifies code that assumes external interactions always succeed, leaving production systems vulnerable to crashes on network timeouts, malformed payloads, permission errors, and other unexpected conditions.
6.2clawhub
Bugfix Without Diagnosis
bugfix-without-diagnosis covers the anti-pattern of applying surface-level fixes without understanding root causes, resulting in masked symptoms and recurring or cascading failures.
6.1clawhub
Missing Input Validation
missing-input-validation identifies untrusted external data (http bodies, cli args, api responses) flowing into sensitive operations without type checking, sanitization, or bounds validation. covers symptoms, mitigations, and trust boundary enforcement.
5.4clawhub
Hallucinated Paths
hallucinated-paths detects when an llm response invents plausible-sounding file locations that do not actually exist in the project, causing broken instructions and failed imports.
5.4clawhub
Fabricated Symbols
fabricated-symbols covers detection and prevention of calls to nonexistent library methods, framework APIs, and project utilities. emphasizes verification against actual documentation and source before code generation.
5.2clawhub
Truncated Output
truncated-output detects when model replies end prematurely due to token limits or stream cancellation, identifies the condition via finish reason or unmatched code fences, and prescribes mitigation strategies including regeneration, context trimming, or task decomposition.
4.3clawhub
Partial Implementation
partial-implementation detects when code claiming completion is actually a stub with no real logic, providing symptom patterns and remediation steps for reviewers to validate actual implementation.
4.1clawhub
Think Block Leakage
think-block-leakage detects and handles reasoning tag spillover in llm replies, offering symptom recognition and mitigation steps for stripping internal reasoning from user-facing output.
3.1clawhub
Analysis No Recommendation
analysis-no-recommendation describes an anti-pattern where comparative analysis omits decision guidance, leaving readers without actionable direction. it documents symptoms and remediation but lacks implementation structure.
clawhub
Analysis Missing Tradeoffs
Analysis presents a single option without comparing alternatives or articulating the costs of the chosen approach.
clawhub
Missing Imports
Code uses a symbol that isn't imported, or imports a symbol that doesn't exist in the source module.
clawhub
Resource Leak
Files, sockets, subscriptions, or other finite resources are acquired without a guaranteed release path.
clawhub
Review Vague Fixes
Review comments are unactionable — "improve this", "handle errors", "refactor" without specifics or suggested alternatives.
clawhub
Python Mutable Default Args
A Python function uses a mutable object (list, dict, set) as a default argument, sharing state across calls in a way that produces silent bugs.
mvogt99 (18 skills ranked by SkillRank) | implexa