Repository Analysis

davila7/claude-code-templates

CLI tool for configuring and monitoring Claude Code

11.5 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of davila7/claude-code-templates, a Python project with 29,440 GitHub stars. SynthScan v2.0 examined 1,575,986 lines of code across 7751 source files, recording 9114 pattern matches distributed across 24 syntactic categories. The overall adjusted score of 11.5 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

11.5
Adjusted Score
11.5
Raw Score
100%
Time Factor
2026-07-14
Last Push
29.4K
Stars
Python
Language
1.6M
Lines of Code
7.8K
Files
9.1K
Pattern Hits
2026-07-14
Scan Date
0.10
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 22HIGH 770MEDIUM 2677LOW 5645

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 9114 distinct pattern matches across 24 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Structural Annotation Overuse1842 hits · 3133 pts
SeverityFileLineSnippetContext
LOWcli-tool/.claude/sandbox/cloudflare/QUICKSTART.md16### Step 1: Install DependenciesCOMMENT
LOWcli-tool/.claude/sandbox/cloudflare/QUICKSTART.md22### Step 2: Set API KeyCOMMENT
LOWcli-tool/.claude/sandbox/cloudflare/QUICKSTART.md28### Step 3: DeployCOMMENT
LOWcli-tool/.claude/sandbox/cloudflare/QUICKSTART.md33### Step 4: Wait for Container ProvisioningCOMMENT
LOWcli-tool/.claude/sandbox/cloudflare/QUICKSTART.md40### Step 5: Test Your DeploymentCOMMENT
LOWcli-tool/.claude/sandbox/cloudflare/QUICKSTART.md68### Step 1: Install DependenciesCOMMENT
LOWcli-tool/.claude/sandbox/cloudflare/QUICKSTART.md74### Step 2: Create Local Environment FileCOMMENT
LOWcli-tool/.claude/sandbox/cloudflare/QUICKSTART.md80### Step 3: Start DockerCOMMENT
LOWcli-tool/.claude/sandbox/cloudflare/QUICKSTART.md90### Step 4: Start Development ServerCOMMENT
LOWcli-tool/.claude/sandbox/cloudflare/QUICKSTART.md103### Step 5: Test LocallyCOMMENT
LOWcli-tool/.claude/sandbox/cloudflare/QUICKSTART.md111### Step 6: Deploy When ReadyCOMMENT
LOWcli-tool/.claude/sandbox/cloudflare/QUICKSTART.md126### Step 1: Setup (same as above)COMMENT
LOWcli-tool/.claude/sandbox/cloudflare/QUICKSTART.md134### Step 2: Use the LauncherCOMMENT
LOWcli-tool/.claude/sandbox/cloudflare/QUICKSTART.md143### Step 3: Use the Monitor (for debugging)COMMENT
LOWcli-tool/.claude/sandbox/cloudflare/monitor.ts252 // Step 1: Check worker healthCOMMENT
LOWcli-tool/.claude/sandbox/cloudflare/monitor.ts260 // Step 2: Generate code with monitoringCOMMENT
LOWcli-tool/.claude/sandbox/cloudflare/monitor.ts267 // Step 3: Execute in sandbox with monitoringCOMMENT
LOWcli-tool/docs_to_claude/COMMANDS_GUIDE.md966## Step 1: PlanningCOMMENT
LOWcli-tool/docs_to_claude/COMMANDS_GUIDE.md971## Step 2: ImplementationCOMMENT
LOWcli-tool/docs_to_claude/COMMANDS_GUIDE.md976## Step 3: TestingCOMMENT
LOWcli-tool/docs_to_claude/COMMANDS_GUIDE.md981## Step 4: DocumentationCOMMENT
LOWcli-tool/docs_to_claude/COMMANDS_GUIDE.md986## Step 5: Quality AssuranceCOMMENT
LOW…omponents/agents/data-ai/se-product-manager-advisor.md15## Step 1: Question-First (Never Assume Requirements)COMMENT
LOW…omponents/agents/data-ai/se-product-manager-advisor.md37## Step 2: Create Actionable GitHub IssuesCOMMENT
LOW…omponents/agents/data-ai/se-product-manager-advisor.md152## Step 3: Prioritization (When Multiple Requests)COMMENT
LOW…ents/agents/data-ai/se-system-architecture-reviewer.md15## Step 0: Intelligent Architecture Context AnalysisCOMMENT
LOW…ents/agents/data-ai/se-system-architecture-reviewer.md41## Step 1: Clarify ConstraintsCOMMENT
LOW…ents/agents/data-ai/se-system-architecture-reviewer.md62## Step 2: Microsoft Well-Architected FrameworkCOMMENT
LOW…ents/agents/data-ai/se-system-architecture-reviewer.md97## Step 3: Decision TreesCOMMENT
LOW…ents/agents/data-ai/se-system-architecture-reviewer.md123## Step 4: Common PatternsCOMMENT
LOWcli-tool/components/agents/data-ai/task-planner.md275### Step 1: Create Changes Tracking FileCOMMENT
LOWcli-tool/components/agents/data-ai/task-planner.md279### Step 2: Execute ImplementationCOMMENT
LOWcli-tool/components/agents/data-ai/task-planner.md288### Step 3: CleanupCOMMENT
LOWcli-tool/components/agents/documentation/context7.md53### Step 1: Identify the Library 🔍COMMENT
LOWcli-tool/components/agents/documentation/context7.md60### Step 2: Resolve Library ID (REQUIRED) 📚COMMENT
LOWcli-tool/components/agents/documentation/context7.md75### Step 3: Get Documentation (REQUIRED) 📖COMMENT
LOWcli-tool/components/agents/documentation/context7.md157### Step 4: Answer Using Retrieved Docs ✅COMMENT
LOW…components/agents/expert-advisors/se-ux-ui-designer.md17## Step 1: Always Ask About Users FirstCOMMENT
LOW…components/agents/expert-advisors/se-ux-ui-designer.md44## Step 2: Jobs-to-be-Done (JTBD) AnalysisCOMMENT
LOW…components/agents/expert-advisors/se-ux-ui-designer.md76## Step 3: User Journey MappingCOMMENT
LOW…components/agents/expert-advisors/se-ux-ui-designer.md129## Step 4: Create Figma-Ready ArtifactsCOMMENT
LOW…components/agents/expert-advisors/se-ux-ui-designer.md189## Step 5: Accessibility Checklist (For Figma Designs)COMMENT
LOW…components/agents/expert-advisors/se-ux-ui-designer.md225## Step 6: Document OutputsCOMMENT
LOW…ents/expert-advisors/atlassian-requirements-to-jira.md80### Step 1: Requirements Document AnalysisCOMMENT
LOW…ents/expert-advisors/atlassian-requirements-to-jira.md90### Step 2: Impact Analysis & Change ManagementCOMMENT
LOW…ents/expert-advisors/atlassian-requirements-to-jira.md101### Step 3: Smart Epic CreationCOMMENT
LOW…ents/expert-advisors/atlassian-requirements-to-jira.md113### Step 4: Intelligent User Story CreationCOMMENT
LOW…ents/expert-advisors/atlassian-requirements-to-jira.md173### Step 1: Project Setup & DiscoveryCOMMENT
LOW…ents/expert-advisors/atlassian-requirements-to-jira.md179### Step 2: Requirements InputCOMMENT
LOW…ents/expert-advisors/atlassian-requirements-to-jira.md186### Step 3: Existing Content AnalysisCOMMENT
LOW…ents/expert-advisors/atlassian-requirements-to-jira.md193### Step 4: Smart Analysis & PlanningCOMMENT
LOW…ents/expert-advisors/atlassian-requirements-to-jira.md206### Step 5: Change Impact ReviewCOMMENT
LOW…ents/expert-advisors/atlassian-requirements-to-jira.md231### Step 6: Batch Creation & UpdatesCOMMENT
LOW…ents/expert-advisors/atlassian-requirements-to-jira.md242### Step 7: Verification & CleanupCOMMENT
LOW…ool/components/agents/security/se-security-reviewer.md15## Step 0: Create Targeted Review PlanCOMMENT
LOW…ool/components/agents/security/se-security-reviewer.md38## Step 1: OWASP Top 10 Security ReviewCOMMENT
LOW…ool/components/agents/security/se-security-reviewer.md104## Step 2: Zero Trust ImplementationCOMMENT
LOW…ool/components/agents/security/se-security-reviewer.md121## Step 3: ReliabilityCOMMENT
LOWcli-tool/components/agents/security/dynatrace-expert.md203// Step 1: Get latest scan IDCOMMENT
LOWcli-tool/components/agents/security/dynatrace-expert.md209// Step 2: Query findings from latest scanCOMMENT
1782 more matches not shown…
AI Slop Vocabulary1177 hits · 2750 pts
SeverityFileLineSnippetContext
MEDIUMcli-tool/components/sandbox/e2b/e2b-launcher.py357 # More comprehensive file search - include jsx, tsx, and other common extensionsCOMMENT
MEDIUM…ign/ui-design-system/scripts/design_token_generator.py12 """Generate comprehensive design system tokens"""STRING
MEDIUM…ign/ui-design-system/scripts/design_token_generator.py43 """Generate comprehensive color palette from brand color"""STRING
MEDIUM…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh1560 f.write(f"# Note: Run SWE-bench harness for actual test results\n\n")CODE
MEDIUM…arks/results/2026-01-05-01-24-17/swebench-results.json202 "model_patch": "Based on the problem description and the hints provided, I understand the issue. The problem is inCODE
MEDIUM…arks/results/2026-01-05-01-24-17/swebench-results.json1462 "model_patch": "The sympy codebase is not in this directory. Since this is a GitHub issue from the sympy/sympy repCODE
MEDIUM…arks/results/2026-01-05-01-24-17/swebench-results.json1462 "model_patch": "The sympy codebase is not in this directory. Since this is a GitHub issue from the sympy/sympy repCODE
MEDIUM…arks/results/2026-01-05-01-24-17/swebench-results.json1462 "model_patch": "The sympy codebase is not in this directory. Since this is a GitHub issue from the sympy/sympy repCODE
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json207 "model_patch": "This repository doesn't contain the Django codebase. Let me understand the issue better and providCODE
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json587 "model_patch": "Let me try to understand the issue based on my knowledge of Django's migration system and the indeCODE
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json1057 "model_patch": "Based on the issue description and the hints provided, I can understand the problem and provide a CODE
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json272 "model_patch": "Based on my knowledge of Django and the issue description, I can construct the fix. The issue is tCODE
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json352 "model_patch": "This is not a Django repository. This issue is from the django/django repository, but I'm in a difCODE
MEDIUM…/results/2026-01-05-01-24-17/swebench-predictions.json194 "model_patch": "Based on the problem description and the hints provided, I understand the issue. The problem is in DCODE
MEDIUM…/results/2026-01-05-01-24-17/swebench-predictions.json1454 "model_patch": "The sympy codebase is not in this directory. Since this is a GitHub issue from the sympy/sympy reposCODE
MEDIUM…/results/2026-01-05-01-24-17/swebench-predictions.json1454 "model_patch": "The sympy codebase is not in this directory. Since this is a GitHub issue from the sympy/sympy reposCODE
MEDIUM…/results/2026-01-05-01-24-17/swebench-predictions.json1454 "model_patch": "The sympy codebase is not in this directory. Since this is a GitHub issue from the sympy/sympy reposCODE
LOW…/results/2026-01-05-01-24-17/swebench-predictions.json199 "model_patch": "This repository doesn't contain the Django codebase. Let me understand the issue better and provide CODE
LOW…/results/2026-01-05-01-24-17/swebench-predictions.json579 "model_patch": "Let me try to understand the issue based on my knowledge of Django's migration system and the index_CODE
LOW…/results/2026-01-05-01-24-17/swebench-predictions.json1049 "model_patch": "Based on the issue description and the hints provided, I can understand the problem and provide a fiCODE
LOW…/results/2026-01-05-01-24-17/swebench-predictions.json264 "model_patch": "Based on my knowledge of Django and the issue description, I can construct the fix. The issue is thaCODE
LOW…/results/2026-01-05-01-24-17/swebench-predictions.json344 "model_patch": "This is not a Django repository. This issue is from the django/django repository, but I'm in a diffeCODE
LOW…arks/results/2026-01-05-01-35-39/swebench-results.json82 "model_patch": "Based on my knowledge of this specific Django issue, I can provide the fix. The issue is that in DCODE
LOW…/results/2026-01-05-01-35-39/swebench-predictions.json74 "model_patch": "Based on my knowledge of this specific Django issue, I can provide the fix. The issue is that in DjaCODE
MEDIUM…lts/2026-01-05-10-37-54/swebench-loki-predictions.json1354 "model_patch": "Based on my knowledge of SymPy's codebase and the issue description, I can generate the patch. The iCODE
LOW…lts/2026-01-05-10-37-54/swebench-loki-predictions.json238 "model_patch": "--- a/django/views/debug.py\n+++ b/django/views/debug.py\n@@ -83,18 +83,25 @@ class SafeExceptionRepCODE
LOW…lts/2026-01-05-10-37-54/swebench-loki-predictions.json412 "model_patch": "--- a/django/db/models/query_utils.py\n+++ b/django/db/models/query_utils.py\n@@ -69,8 +69,13 @@ claCODE
LOW…lts/2026-01-05-10-37-54/swebench-loki-predictions.json1636 "model_patch": "Based on my knowledge of the SymPy codebase and the issue description, I can generate the patch. TheCODE
MEDIUM…results/2026-01-05-10-37-54/swebench-loki-results.json1362 "model_patch": "Based on my knowledge of SymPy's codebase and the issue description, I can generate the patch. TheCODE
LOW…results/2026-01-05-10-37-54/swebench-loki-results.json246 "model_patch": "--- a/django/views/debug.py\n+++ b/django/views/debug.py\n@@ -83,18 +83,25 @@ class SafeExceptionRCODE
LOW…results/2026-01-05-10-37-54/swebench-loki-results.json420 "model_patch": "--- a/django/db/models/query_utils.py\n+++ b/django/db/models/query_utils.py\n@@ -69,8 +69,13 @@ cCODE
LOW…results/2026-01-05-10-37-54/swebench-loki-results.json1644 "model_patch": "Based on my knowledge of the SymPy codebase and the issue description, I can generate the patch. TCODE
MEDIUM…esearch/qa-test-planner/scripts/generate_test_cases.sh4# Interactive workflow for creating comprehensive test casesCOMMENT
MEDIUM…pment/helm-chart-scaffolding/scripts/validate-chart.sh139# 7. Check for security best practicesCOMMENT
MEDIUM…ls/development/hook-development/scripts/hook-linter.sh3# Checks hook scripts for common issues and best practicesCOMMENT
MEDIUM…lopment/security-compliance/scripts/risk_calculator.py112 """Generate comprehensive risk report"""STRING
MEDIUM…/regulatory-affairs-head/scripts/regulatory_tracker.py132 """Generate comprehensive status report"""STRING
MEDIUM…ess-marketing/content-creator/scripts/seo_optimizer.py20 # SEO best practicesCOMMENT
MEDIUM…arketing/app-store-optimization/competitor_analyzer.py106 # Identify best practicesCOMMENT
MEDIUM…s-marketing/app-store-optimization/launch_checklist.py460 # Warnings for best practicesCOMMENT
MEDIUM…s-marketing/app-store-optimization/launch_checklist.py11 """Generates comprehensive checklists for app launches and updates."""STRING
MEDIUM…arketing/app-store-optimization/localization_helper.py486 # Simplified example - real implementation would be more comprehensiveCOMMENT
MEDIUM…skills/productivity/notebooklm/scripts/ask_question.py30# Since we don't have persistent sessions, we encourage comprehensive questionsCOMMENT
MEDIUM…s/skills/scientific/research-lookup/research_lookup.py115 return f"""You are an expert research assistant. Please provide comprehensive, accurate research information forCODE
MEDIUM…/scientific/research-lookup/scripts/research_lookup.py115 return f"""You are an expert research assistant. Please provide comprehensive, accurate research information forCODE
MEDIUM…scientific-schematics/scripts/generate_schematic_ai.py101 # Scientific diagram best practices prompt templateCOMMENT
MEDIUM…ntific/brenda-database/scripts/brenda_visualization.py682 """Generate a comprehensive set of plots for an enzyme."""STRING
MEDIUM…ific/brenda-database/scripts/enzyme_pathway_builder.py806 """Generate a comprehensive pathway report."""STRING
MEDIUM…fic/treatment-plans/scripts/validate_treatment_plan.py178 """Display comprehensive validation results."""STRING
MEDIUM…ific/statistical-analysis/scripts/assumption_checks.py186 # Levene's test (robust to non-normality)COMMENT
MEDIUM…ific/statistical-analysis/scripts/assumption_checks.py533 # Run comprehensive checkCOMMENT
MEDIUM…entific/scholar-evaluation/scripts/calculate_scores.py149 """Generate comprehensive evaluation report."""STRING
MEDIUM…et-research-reports/scripts/generate_market_visuals.py15 # Generate all 28 visuals (for comprehensive coverage)STRING
MEDIUM…/skills/scientific/matplotlib/scripts/plot_template.py317 """Create a comprehensive figure with multiple subplots."""STRING
MEDIUM…tific/clinical-reports/scripts/validate_case_report.py192 """Generate comprehensive validation report."""STRING
MEDIUM…kills/scientific/rdkit/scripts/molecular_properties.py26 """Calculate comprehensive molecular properties."""STRING
MEDIUMcli-tool/src/analytics-web/_astro/client.nFz3bvDj.js33`).replace(md,"")}function Hv(l,t){return t=_v(t),_v(l)===t}function W(l,t,a,u,e,n){switch(a){case"children":typeof u=="CODE
MEDIUMdashboard/public/components/agents.json1[{"name": "accessibility-tester", "path": "accessibility/accessibility-tester.md", "category": "accessibility", "type": CODE
MEDIUMdashboard/public/components/agents.json1[{"name": "accessibility-tester", "path": "accessibility/accessibility-tester.md", "category": "accessibility", "type": CODE
MEDIUMdashboard/public/components/agents.json1[{"name": "accessibility-tester", "path": "accessibility/accessibility-tester.md", "category": "accessibility", "type": CODE
1117 more matches not shown…
Cross-File Repetition396 hits · 1980 pts
SeverityFileLineSnippetContext
HIGH…on-bigcode-evaluation-harness/references/benchmarks.md0check if in given list of numbers, are any two numbers closer to each other than given threshold. >>> has_close_elementsSTRING
HIGH…s/results/2026-01-05-00-49-17/humaneval-solutions/0.py0check if in given list of numbers, are any two numbers closer to each other than given threshold. >>> has_close_elementsSTRING
HIGH…-mode/benchmarks/results/humaneval-loki-solutions/0.py0check if in given list of numbers, are any two numbers closer to each other than given threshold. >>> has_close_elementsSTRING
HIGH…on-lm-evaluation-harness/references/benchmark-guide.md0check if in given list of numbers, are any two numbers closer to each other than given threshold. >>> has_close_elementsSTRING
HIGH…pment/skill-development/eval-viewer/generate_review.py0generate and serve a review page for eval results. reads the workspace directory, discovers runs (directories with outpuSTRING
HIGH…velopment/skill-creator/eval-viewer/generate_review.py0generate and serve a review page for eval results. reads the workspace directory, discovers runs (directories with outpuSTRING
HIGH…ductivity/skill-creator/eval-viewer/generate_review.py0generate and serve a review page for eval results. reads the workspace directory, discovers runs (directories with outpuSTRING
HIGH…pment/skill-development/eval-viewer/generate_review.py0recursively find directories that contain an outputs/ subdirectory.STRING
HIGH…velopment/skill-creator/eval-viewer/generate_review.py0recursively find directories that contain an outputs/ subdirectory.STRING
HIGH…ductivity/skill-creator/eval-viewer/generate_review.py0recursively find directories that contain an outputs/ subdirectory.STRING
HIGH…pment/skill-development/eval-viewer/generate_review.py0build a run dict with prompt, outputs, and grading data.STRING
HIGH…velopment/skill-creator/eval-viewer/generate_review.py0build a run dict with prompt, outputs, and grading data.STRING
HIGH…ductivity/skill-creator/eval-viewer/generate_review.py0build a run dict with prompt, outputs, and grading data.STRING
HIGH…pment/skill-development/eval-viewer/generate_review.py0load previous iteration's feedback and outputs. returns a map of run_id -> {"feedback": str, "outputs": list[dict]}.STRING
HIGH…velopment/skill-creator/eval-viewer/generate_review.py0load previous iteration's feedback and outputs. returns a map of run_id -> {"feedback": str, "outputs": list[dict]}.STRING
HIGH…ductivity/skill-creator/eval-viewer/generate_review.py0load previous iteration's feedback and outputs. returns a map of run_id -> {"feedback": str, "outputs": list[dict]}.STRING
HIGH…pment/skill-development/eval-viewer/generate_review.py0generate the complete standalone html page with embedded data.STRING
HIGH…velopment/skill-creator/eval-viewer/generate_review.py0generate the complete standalone html page with embedded data.STRING
HIGH…ductivity/skill-creator/eval-viewer/generate_review.py0generate the complete standalone html page with embedded data.STRING
HIGH…pment/skill-development/eval-viewer/generate_review.py0serves the review html and handles feedback saves. regenerates the html on each page load so that refreshing the browserSTRING
HIGH…velopment/skill-creator/eval-viewer/generate_review.py0serves the review html and handles feedback saves. regenerates the html on each page load so that refreshing the browserSTRING
HIGH…ductivity/skill-creator/eval-viewer/generate_review.py0serves the review html and handles feedback saves. regenerates the html on each page load so that refreshing the browserSTRING
HIGH…ills/development/skill-development/scripts/run_eval.py0run trigger evaluation for a skill description. tests whether a skill's description causes claude to trigger (read the sSTRING
HIGH…s/skills/development/skill-creator/scripts/run_eval.py0run trigger evaluation for a skill description. tests whether a skill's description causes claude to trigger (read the sSTRING
HIGH…/skills/productivity/skill-creator/scripts/run_eval.py0run trigger evaluation for a skill description. tests whether a skill's description causes claude to trigger (read the sSTRING
HIGH…ills/development/skill-development/scripts/run_eval.py0find the project root by walking up from cwd looking for .claude/. mimics how claude code discovers its project root, soSTRING
HIGH…s/skills/development/skill-creator/scripts/run_eval.py0find the project root by walking up from cwd looking for .claude/. mimics how claude code discovers its project root, soSTRING
HIGH…/skills/productivity/skill-creator/scripts/run_eval.py0find the project root by walking up from cwd looking for .claude/. mimics how claude code discovers its project root, soSTRING
HIGH…ills/development/skill-development/scripts/run_eval.py0run a single query and return whether the skill was triggered. creates a command file in .claude/commands/ so it appearsSTRING
HIGH…s/skills/development/skill-creator/scripts/run_eval.py0run a single query and return whether the skill was triggered. creates a command file in .claude/commands/ so it appearsSTRING
HIGH…/skills/productivity/skill-creator/scripts/run_eval.py0run a single query and return whether the skill was triggered. creates a command file in .claude/commands/ so it appearsSTRING
HIGH…development/skill-development/scripts/package_skill.py0skill packager - creates a distributable .skill file of a skill folder usage: python utils/package_skill.py <path/to/skiSTRING
HIGH…lls/development/skill-creator/scripts/package_skill.py0skill packager - creates a distributable .skill file of a skill folder usage: python utils/package_skill.py <path/to/skiSTRING
HIGH…elopment/skill-creation-guide/scripts/package_skill.py0skill packager - creates a distributable .skill file of a skill folder usage: python utils/package_skill.py <path/to/skiSTRING
HIGH…ls/productivity/skill-creator/scripts/package_skill.py0skill packager - creates a distributable .skill file of a skill folder usage: python utils/package_skill.py <path/to/skiSTRING
HIGH…development/skill-development/scripts/package_skill.py0package a skill folder into a .skill file. args: skill_path: path to the skill folder output_dir: optional output directSTRING
HIGH…lls/development/skill-creator/scripts/package_skill.py0package a skill folder into a .skill file. args: skill_path: path to the skill folder output_dir: optional output directSTRING
HIGH…elopment/skill-creation-guide/scripts/package_skill.py0package a skill folder into a .skill file. args: skill_path: path to the skill folder output_dir: optional output directSTRING
HIGH…ls/productivity/skill-creator/scripts/package_skill.py0package a skill folder into a .skill file. args: skill_path: path to the skill folder output_dir: optional output directSTRING
HIGH…evelopment/skill-development/scripts/quick_validate.py0quick validation script for skills - minimal versionSTRING
HIGH…ls/development/skill-creator/scripts/quick_validate.py0quick validation script for skills - minimal versionSTRING
HIGH…lopment/skill-creation-guide/scripts/quick_validate.py0quick validation script for skills - minimal versionSTRING
HIGH…s/productivity/skill-creator/scripts/quick_validate.py0quick validation script for skills - minimal versionSTRING
HIGH…pment/skill-development/scripts/improve_description.py0improve a skill description based on eval results. takes eval results (from run_eval.py) and generates an improved descrSTRING
HIGH…velopment/skill-creator/scripts/improve_description.py0improve a skill description based on eval results. takes eval results (from run_eval.py) and generates an improved descrSTRING
HIGH…ductivity/skill-creator/scripts/improve_description.py0improve a skill description based on eval results. takes eval results (from run_eval.py) and generates an improved descrSTRING
HIGH…pment/skill-development/scripts/improve_description.py0run `claude -p` with the prompt on stdin and return the text response. prompt goes over stdin (not argv) because it embeSTRING
HIGH…velopment/skill-creator/scripts/improve_description.py0run `claude -p` with the prompt on stdin and return the text response. prompt goes over stdin (not argv) because it embeSTRING
HIGH…ductivity/skill-creator/scripts/improve_description.py0run `claude -p` with the prompt on stdin and return the text response. prompt goes over stdin (not argv) because it embeSTRING
HIGH…pment/skill-development/scripts/improve_description.py0call claude to improve the description based on eval results.STRING
HIGH…velopment/skill-creator/scripts/improve_description.py0call claude to improve the description based on eval results.STRING
HIGH…ductivity/skill-creator/scripts/improve_description.py0call claude to improve the description based on eval results.STRING
HIGH…pment/skill-development/scripts/improve_description.py0you are optimizing a skill description for a claude code skill called "{skill_name}". a "skill" is sort of like a promptSTRING
HIGH…velopment/skill-creator/scripts/improve_description.py0you are optimizing a skill description for a claude code skill called "{skill_name}". a "skill" is sort of like a promptSTRING
HIGH…ductivity/skill-creator/scripts/improve_description.py0you are optimizing a skill description for a claude code skill called "{skill_name}". a "skill" is sort of like a promptSTRING
HIGH…pment/skill-development/scripts/improve_description.py0</scores_summary> skill content (for context on what the skill does): <skill_content> {skill_content} </skill_content> bSTRING
HIGH…velopment/skill-creator/scripts/improve_description.py0</scores_summary> skill content (for context on what the skill does): <skill_content> {skill_content} </skill_content> bSTRING
HIGH…ductivity/skill-creator/scripts/improve_description.py0</scores_summary> skill content (for context on what the skill does): <skill_content> {skill_content} </skill_content> bSTRING
HIGH…pment/skill-development/scripts/aggregate_benchmark.py0aggregate individual run results into benchmark summary statistics. reads grading.json files from run directories and prSTRING
HIGH…velopment/skill-creator/scripts/aggregate_benchmark.py0aggregate individual run results into benchmark summary statistics. reads grading.json files from run directories and prSTRING
336 more matches not shown…
Excessive Try-Catch Wrapping1258 hits · 1722 pts
SeverityFileLineSnippetContext
LOWcli-tool/docs_to_claude/STATUSLINE_GUIDE.md964except Exception as e:CODE
LOWcli-tool/docs_to_claude/HOOKS_GUIDE.md449except Exception as e:CODE
LOWcli-tool/docs_to_claude/HOOKS_GUIDE.md498except Exception as e:STRING
LOWcli-tool/docs_to_claude/HOOKS_GUIDE.md759except Exception as e:CODE
LOWcli-tool/docs_to_claude/HOOKS_GUIDE.md830except Exception as e:CODE
LOWcli-tool/docs_to_claude/HOOKS_GUIDE.md970except Exception as e:STRING
LOWcli-tool/docs_to_claude/HOOKS_GUIDE.md1006except Exception as e:STRING
LOWcli-tool/docs_to_claude/HOOKS_GUIDE.md1096except Exception as e:STRING
LOWcli-tool/docs_to_claude/HOOKS_GUIDE.md1198 except Exception as e:STRING
LOWcli-tool/docs_to_claude/HOOKS_GUIDE.md1229 except Exception as e:STRING
MEDIUMcli-tool/docs_to_claude/HOOKS_GUIDE.md1187def main():CODE
MEDIUMcli-tool/docs_to_claude/HOOKS_GUIDE.md1212def main():CODE
LOW…l/components/settings/statusline/deadline-countdown.py53 except Exception:CODE
LOW…l/components/settings/statusline/deadline-countdown.py120 except Exception as e:CODE
MEDIUM…l/components/settings/statusline/deadline-countdown.py101def main():CODE
LOW…tool/components/settings/statusline/context-monitor.py55 except Exception:CODE
LOW…tool/components/settings/statusline/context-monitor.py291 except Exception as e:CODE
MEDIUM…tool/components/settings/statusline/context-monitor.py246def main():CODE
LOW…-tool/components/agents/database/database-architect.md374 except Exception as e:STRING
LOW…ents/agents/devops-infrastructure/security-engineer.md420 except Exception as e:CODE
LOW…ents/agents/devops-infrastructure/security-engineer.md462 except Exception as e:CODE
LOW…ents/agents/devops-infrastructure/security-engineer.md490 except Exception as rule_error:CODE
LOW…ents/agents/devops-infrastructure/security-engineer.md499 except Exception as e:CODE
LOW…ents/agents/devops-infrastructure/security-engineer.md549 except Exception as e:CODE
LOW…ents/agents/devops-infrastructure/security-engineer.md602 except Exception as e:CODE
LOW…ents/agents/devops-infrastructure/security-engineer.md671 except Exception as e:CODE
LOW…ents/agents/devops-infrastructure/security-engineer.md705 except Exception as e:CODE
LOW…/obsidian-ops-team/Scripts/enhance_tag_standardizer.py313 except Exception as e:CODE
MEDIUM…/obsidian-ops-team/Scripts/enhance_tag_standardizer.py314 print(f"Error processing {file_path}: {e}")CODE
LOW…s/agents/obsidian-ops-team/Scripts/tag_standardizer.py249 except Exception as e:CODE
MEDIUM…s/agents/obsidian-ops-team/Scripts/tag_standardizer.py250 print(f"Error processing {file_path}: {e}")CODE
LOW…s/agents/obsidian-ops-team/Scripts/tag_standardizer.py276 except Exception as e:CODE
MEDIUM…s/agents/obsidian-ops-team/Scripts/tag_standardizer.py277 print(f"Error analyzing {file_path}: {e}")CODE
LOW…nts/obsidian-ops-team/Scripts/daily_notes_connector.py290 except Exception as e:CODE
MEDIUM…nts/obsidian-ops-team/Scripts/daily_notes_connector.py291 print(f"Error processing {note}: {e}")CODE
LOW…ts/agents/obsidian-ops-team/Scripts/fix_quoted_tags.py72 except Exception as e:CODE
MEDIUM…ts/agents/obsidian-ops-team/Scripts/fix_quoted_tags.py73 print(f"Error processing {file_path}: {e}")CODE
LOW…nts/agents/obsidian-ops-team/Scripts/link_suggester.py79 except Exception as e:CODE
MEDIUM…nts/agents/obsidian-ops-team/Scripts/link_suggester.py80 print(f"Error reading {file_path}: {e}")CODE
LOW…nts/agents/obsidian-ops-team/Scripts/metadata_adder.py142 except Exception as e:CODE
MEDIUM…nts/agents/obsidian-ops-team/Scripts/metadata_adder.py143 print(f"Error processing {file_path}: {e}")CODE
LOW…/obsidian-ops-team/Scripts/find_keyword_connections.py149 except Exception as e:CODE
MEDIUM…/obsidian-ops-team/Scripts/find_keyword_connections.py150 print(f"Error updating {file_path}: {e}")CODE
LOW…ents/agents/obsidian-ops-team/Scripts/moc_generator.py162 except Exception as e:CODE
MEDIUM…ents/agents/obsidian-ops-team/Scripts/moc_generator.py163 print(f"Error organizing files: {e}")CODE
LOW…ents/agents/obsidian-ops-team/Scripts/moc_generator.py207 except Exception as e:CODE
MEDIUM…ents/agents/obsidian-ops-team/Scripts/moc_generator.py208 print(f"Error creating MOC: {e}")CODE
LOWcli-tool/components/sandbox/e2b/e2b-monitor.py50 except Exception as e:CODE
LOWcli-tool/components/sandbox/e2b/e2b-monitor.py85 except Exception as e:CODE
LOWcli-tool/components/sandbox/e2b/e2b-monitor.py114 except Exception as e:CODE
LOWcli-tool/components/sandbox/e2b/e2b-monitor.py199 except Exception as e:CODE
MEDIUMcli-tool/components/sandbox/e2b/e2b-launcher.py84 print("Error: E2B API key is required")CODE
MEDIUMcli-tool/components/sandbox/e2b/e2b-launcher.py89 print("Error: Anthropic API key is required")CODE
LOWcli-tool/components/sandbox/e2b/e2b-launcher.py122 except Exception as e:CODE
LOWcli-tool/components/sandbox/e2b/e2b-launcher.py411 except Exception as e:CODE
LOWcli-tool/components/sandbox/e2b/e2b-launcher.py424 except Exception as e:CODE
LOWcli-tool/components/sandbox/e2b/e2b-launcher.py434 except Exception as cleanup_error:CODE
LOWcli-tool/components/hooks/security/secret-scanner.py231 except Exception as e:CODE
LOW…ool/components/hooks/automation/telegram-pr-webhook.py46 except Exception:CODE
LOW…ool/components/hooks/automation/telegram-pr-webhook.py85 except Exception as e:CODE
1198 more matches not shown…
Decorative Section Separators470 hits · 1394 pts
SeverityFileLineSnippetContext
MEDIUM…ool/components/hooks/development-tools/debug-window.sh19#-----------------------------------------------------------------------COMMENT
MEDIUM…ool/components/hooks/development-tools/debug-window.sh27#-----------------------------------------------------------------------COMMENT
MEDIUM…ool/components/hooks/development-tools/debug-window.sh54#-----------------------------------------------------------------------COMMENT
MEDIUM…ool/components/hooks/development-tools/debug-window.sh61#-----------------------------------------------------------------------COMMENT
MEDIUM…ool/components/hooks/development-tools/debug-window.sh77#-----------------------------------------------------------------------COMMENT
MEDIUM…ool/components/hooks/development-tools/debug-window.sh79#-----------------------------------------------------------------------COMMENT
MEDIUM…ool/components/hooks/development-tools/debug-window.sh108#-----------------------------------------------------------------------COMMENT
MEDIUM…ool/components/hooks/development-tools/debug-window.sh110#-----------------------------------------------------------------------COMMENT
MEDIUM…ool/components/hooks/development-tools/debug-window.sh153#-----------------------------------------------------------------------COMMENT
MEDIUM…ool/components/hooks/development-tools/debug-window.sh155#-----------------------------------------------------------------------COMMENT
MEDIUM…components/hooks/development-tools/worktree-ghostty.sh31#-----------------------------------------------------------------------COMMENT
MEDIUM…components/hooks/development-tools/worktree-ghostty.sh33#-----------------------------------------------------------------------COMMENT
MEDIUM…components/hooks/development-tools/worktree-ghostty.sh105#-----------------------------------------------------------------------COMMENT
MEDIUM…components/hooks/development-tools/worktree-ghostty.sh107#-----------------------------------------------------------------------COMMENT
MEDIUM…components/hooks/development-tools/worktree-ghostty.sh128#-----------------------------------------------------------------------COMMENT
MEDIUM…components/hooks/development-tools/worktree-ghostty.sh130#-----------------------------------------------------------------------COMMENT
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py445# ── Embedded dashboard ─────────────────────────────────────────────────────────COMMENT
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py1202# ── Main ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py29# ── Constants ──────────────────────────────────────────────────────────────────COMMENT
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py39# ── Path helpers ───────────────────────────────────────────────────────────────COMMENT
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py67# ── Context limit detection ────────────────────────────────────────────────────COMMENT
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py101# ── Pid file ───────────────────────────────────────────────────────────────────COMMENT
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py128# ── Port ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py153# ── Session registry ───────────────────────────────────────────────────────────COMMENT
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py193# ── JSONL incremental reader ───────────────────────────────────────────────────COMMENT
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py220# ── State builder ──────────────────────────────────────────────────────────────COMMENT
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py372# ── Global server state ────────────────────────────────────────────────────────COMMENT
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py409# ── Background threads ─────────────────────────────────────────────────────────COMMENT
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py572// ─── Config ───────────────────────────────────────────────────────────────────COMMENT
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py607// ─── Legend ───────────────────────────────────────────────────────────────────COMMENT
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py616// ─── Bar rendering ─────────────────────────────────────────────────────────────COMMENT
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py635// ─── Sidebar ──────────────────────────────────────────────────────────────────COMMENT
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py664// ─── Graph ────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py706 // ── Column headers ──────────────────────────────────────────────────────COMMENT
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py720 // ── Vertical track lines ────────────────────────────────────────────────COMMENT
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py733 // ── Branch edges (Agent → subagent) ────────────────────────────────────COMMENT
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py751 // ── Node pills ──────────────────────────────────────────────────────────COMMENT
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py820 // ── Tooltip ──────────────────────────────────────────────────────────────COMMENT
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py847// ─── Main render ──────────────────────────────────────────────────────────────COMMENT
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py889// ─── Zoom ─────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py933// ─── Resizable sidebar ────────────────────────────────────────────────────────COMMENT
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py967# ── HTTP handler ───────────────────────────────────────────────────────────────COMMENT
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py1075# ── Server process ─────────────────────────────────────────────────────────────COMMENT
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py1116# ── Modes ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…/creative-design/algorithmic-art/templates/viewer.html441 // ═══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…/creative-design/algorithmic-art/templates/viewer.html443 // ═══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…/creative-design/algorithmic-art/templates/viewer.html456 // ═══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…/creative-design/algorithmic-art/templates/viewer.html458 // ═══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…/creative-design/algorithmic-art/templates/viewer.html507 // ═══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…/creative-design/algorithmic-art/templates/viewer.html509 // ═══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…/creative-design/algorithmic-art/templates/viewer.html518 // ═══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…/creative-design/algorithmic-art/templates/viewer.html520 // ═══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…/creative-design/algorithmic-art/templates/viewer.html530 // ═══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…/creative-design/algorithmic-art/templates/viewer.html532 // ═══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…distributed-training-deepspeed/references/tutorials.md2370# ---------------------------------------COMMENT
MEDIUM…distributed-training-deepspeed/references/tutorials.md2372# ---------------------------------------COMMENT
MEDIUM…distributed-training-deepspeed/references/tutorials.md2392# ----------------------------------COMMENT
MEDIUM…distributed-training-deepspeed/references/tutorials.md2394# ----------------------------------COMMENT
MEDIUM…/skills/ai-research/loki-mode/demo/record-full-demo.sh2#===============================================================================COMMENT
MEDIUM…/skills/ai-research/loki-mode/demo/record-full-demo.sh15#===============================================================================COMMENT
410 more matches not shown…
Modern AI Meta-Vocabulary526 hits · 1387 pts
SeverityFileLineSnippetContext
MEDIUMcli-tool/docs_to_claude/ARCHITECTURE.md18├── analytics.js # Main orchestration classCODE
MEDIUM…tool/components/agents/ai-specialists/llm-architect.md79## RAG Pipeline ArchitectureCOMMENT
MEDIUM…tool/components/agents/ai-specialists/llm-architect.md110### RAG Pipeline Evaluation (RAGAS v0.4+)COMMENT
MEDIUM…nts/agents/programming-languages/dotnet-core-expert.md3description: "Use when building .NET Core applications requiring cloud-native architecture, high-performance microservicCODE
MEDIUM…ents/agents/programming-languages/csharp-mcp-expert.md9You are a world-class expert in building Model Context Protocol (MCP) servers using the C# SDK. You have deep knowledge CODE
MEDIUM…nents/agents/programming-languages/csharp-developer.md3description: "Use this agent when building ASP.NET Core web APIs, cloud-native .NET solutions, or modern C# applicationsCODE
MEDIUMcli-tool/components/sandbox/docker/README.md70├── docker-launcher.js # Node.js launcher that orchestrates DockerCODE
MEDIUM…mponents/loops/operations/overnight-pr-routine-loop.md36## 💰 Budget & guardrailsCOMMENT
MEDIUM…ool/components/loops/evaluation/human-approval-loop.md36## 💰 Budget & guardrailsCOMMENT
MEDIUM…nents/loops/engineering/five-minute-maintainer-loop.md36## 💰 Budget & guardrailsCOMMENT
MEDIUM…l/components/loops/engineering/anti-spin-build-loop.md36## 💰 Budget & guardrailsCOMMENT
MEDIUM…mponents/loops/engineering/completion-contract-loop.md36## 💰 Budget & guardrailsCOMMENT
MEDIUM…omponents/loops/engineering/adversarial-review-loop.md36## 💰 Budget & guardrailsCOMMENT
MEDIUM…tool/components/loops/engineering/goal-refiner-loop.md36## 💰 Budget & guardrailsCOMMENT
MEDIUM…ol/components/loops/engineering/build-test-fix-loop.md36## 💰 Budget & guardrailsCOMMENT
MEDIUMcli-tool/components/commands/svelte/svelte-scaffold.md1# /svelte:scaffoldCOMMENT
MEDIUMcli-tool/components/commands/orchestration/remove.md251# .orchestration-audit.yamlCOMMENT
MEDIUM…ponents/skills/ai-research/multimodal-whisper/SKILL.md243# Use transcription in RAGCOMMENT
MEDIUM…/ai-research/safety-alignment-nemo-guardrails/SKILL.md290- Docs: https://docs.nvidia.com/nemo/guardrails/STRING
MEDIUM…ponents/skills/ai-research/rag-implementation/SKILL.md7# RAG ImplementationCOMMENT
MEDIUM…search/multimodal-blip-2/references/troubleshooting.md354### VQA hallucinationsCOMMENT
MEDIUM…ls/ai-research/fine-tuning-axolotl/references/other.md1872 # Key containing the reasoning trace (default: "reasoning_content").STRING
MEDIUM…ls/ai-research/fine-tuning-axolotl/references/other.md1874 # The key the chat template expects that indicates the reasoning trace.STRING
MEDIUM…ls/ai-research/fine-tuning-axolotl/references/other.md1897 # reasoning trace inside delimited tagsSTRING
MEDIUM…ls/ai-research/fine-tuning-axolotl/references/other.md2029 # Key containing the reasoning trace (default: "reasoning_content").STRING
MEDIUM…ls/ai-research/fine-tuning-axolotl/references/other.md2031 # The key the chat template expects that indicates the reasoning trace.STRING
MEDIUM…ls/ai-research/fine-tuning-axolotl/references/other.md2054 # reasoning trace inside delimited tagsSTRING
MEDIUM…ls/ai-research/fine-tuning-axolotl/references/other.md2213 # Key containing the reasoning trace (default: "reasoning_content").STRING
MEDIUM…ls/ai-research/fine-tuning-axolotl/references/other.md2215 # The key the chat template expects that indicates the reasoning trace.STRING
MEDIUM…ls/ai-research/fine-tuning-axolotl/references/other.md2238 # reasoning trace inside delimited tagsSTRING
MEDIUM…omponents/skills/ai-research/agents-langchain/SKILL.md11# LangChain - Build LLM Applications with Agents & RAGCOMMENT
MEDIUM…omponents/skills/ai-research/agents-langchain/SKILL.md183## RAG (Retrieval-Augmented Generation)COMMENT
MEDIUM…omponents/skills/ai-research/agents-langchain/SKILL.md185### Basic RAG pipelineCOMMENT
MEDIUM…omponents/skills/ai-research/agents-langchain/SKILL.md227### Conversational RAG with memoryCOMMENT
MEDIUM…omponents/skills/ai-research/agents-langchain/SKILL.md232# RAG with conversation memoryCOMMENT
MEDIUM…omponents/skills/ai-research/agents-langchain/SKILL.md242# Multi-turn RAGCOMMENT
MEDIUM…/skills/ai-research/agents-langchain/references/rag.md1# LangChain RAG GuideCOMMENT
MEDIUM…/skills/ai-research/agents-langchain/references/rag.md5## What is RAG?COMMENT
MEDIUM…/skills/ai-research/agents-langchain/references/rag.md17## RAG pipeline componentsCOMMENT
MEDIUM…/skills/ai-research/agents-langchain/references/rag.md194## Advanced RAG patternsCOMMENT
MEDIUM…/skills/ai-research/agents-langchain/references/rag.md196### Conversational RAGCOMMENT
MEDIUM…/skills/ai-research/agents-langchain/references/rag.md209# Conversational RAG chainCOMMENT
MEDIUM…/skills/ai-research/agents-langchain/references/rag.md341## RAG with agentsCOMMENT
MEDIUM…/skills/ai-research/agents-langchain/references/rag.md343### Agent-based RAGCOMMENT
MEDIUM…/skills/ai-research/agents-langchain/references/rag.md582# Async RAG for concurrent queriesCOMMENT
MEDIUM…ills/ai-research/agents-langchain/references/agents.md160### 2. ReAct agent (reasoning trace)COMMENT
MEDIUM…kills/ai-research/prompt-engineering-patterns/SKILL.md85# Configure few-shot learningCOMMENT
MEDIUM…kills/ai-research/prompt-engineering-patterns/SKILL.md148### With RAG SystemsCOMMENT
MEDIUM…engineering-patterns/assets/prompt-template-library.md187### RAG TemplateCOMMENT
MEDIUM…ai-research/fine-tuning-unsloth/references/llms-txt.md1583<table data-view="cards"><thead><tr><th data-type="content-ref"></th><th></th><th></th><th data-hidden data-card-target CODE
MEDIUM…ai-research/fine-tuning-unsloth/references/llms-txt.md4050#### Fine-Tuning vs. RAG: What’s the Difference?COMMENT
MEDIUM…ai-research/fine-tuning-unsloth/references/llms-txt.md4082### Is RAG Always Better Than Fine-Tuning?COMMENT
MEDIUM…ai-research/fine-tuning-unsloth/references/llms-txt.md4092### Why You Should Combine RAG & Fine-TuningCOMMENT
MEDIUM…ai-research/fine-tuning-unsloth/references/llms-txt.md10269Zero-shot cloning captures tone but misses pacing and expression, often sounding robotic and unnatural. Fine-tuning deliSTRING
MEDIUM…inference-serving-sglang/references/radix-attention.md264### Optimize few-shot promptingCOMMENT
MEDIUM…inference-serving-sglang/references/radix-attention.md302# Target: >80% hit rate for agent/few-shot workloadsCOMMENT
MEDIUM…rch/prompt-engineering-guidance/references/backends.md415# - Avoid large few-shot examplesCOMMENT
MEDIUM…ents/skills/ai-research/observability-phoenix/SKILL.md204# Evaluate hallucinationCOMMENT
MEDIUM…nents/skills/ai-research/agent-memory-systems/SKILL.md63| Issue | medium | ## Track embedding model in metadata |CODE
MEDIUM…ol/components/skills/ai-research/rag-engineer/SKILL.md7# RAG EngineerCOMMENT
466 more matches not shown…
Magic Placeholder Names234 hits · 1281 pts
SeverityFileLineSnippetContext
HIGHCONTRIBUTING.md124 "API_KEY": "<YOUR_API_KEY>",CODE
HIGHCONTRIBUTING.md124 "API_KEY": "<YOUR_API_KEY>",CODE
HIGH…l/.claude/sandbox/cloudflare/IMPLEMENTATION_SUMMARY.md220node monitor.ts "Calculate factorial of 5" your_api_keyCODE
HIGHcli-tool/.claude/sandbox/cloudflare/QUICKSTART.md211node monitor.ts "your prompt" your_api_keyCODE
HIGHcli-tool/.claude/sandbox/cloudflare/README.md15echo "ANTHROPIC_API_KEY=your-api-key-here" > .dev.varsCODE
HIGHcli-tool/.claude/sandbox/cloudflare/README.md110node launcher.ts "Fibonacci 10" "" your_api_key https://your-worker.workers.devCODE
HIGHcli-tool/.claude/sandbox/cloudflare/README.md113node launcher.ts "Create a React app" "--agent frontend-developer" your_api_keyCODE
HIGHcli-tool/.claude/sandbox/cloudflare/README.md121node monitor.ts "Calculate factorial of 5" your_api_keyCODE
HIGHcli-tool/.claude/sandbox/cloudflare/README.md124node monitor.ts "Sum array" your_api_key https://your-worker.workers.devCODE
HIGH…i-tool/.claude/sandbox/cloudflare/SANDBOX_DEBUGGING.md169node monitor.ts "Calculate factorial of 5" your_api_keyCODE
HIGH…i-tool/.claude/sandbox/cloudflare/SANDBOX_DEBUGGING.md172node monitor.ts "Fibonacci 10" your_api_key https://your-worker.workers.devCODE
HIGHcli-tool/.claude/sandbox/cloudflare/monitor.ts333 console.log(' node monitor.ts "Fibonacci 10" YOUR_API_KEY');CODE
HIGH…/components/settings/partnerships/glm-coding-plan.json5 "ANTHROPIC_AUTH_TOKEN": "YOUR-API-KEY",CODE
HIGHcli-tool/components/mcps/web/web-reader.json8 "Authorization": "Bearer your_api_key"CODE
HIGHcli-tool/components/mcps/web/zread.json8 "Authorization": "Bearer your_api_key"CODE
HIGHcli-tool/components/mcps/web/web-search-prime.json8 "Authorization": "Bearer your_api_key"CODE
HIGH…ol/components/mcps/integration/github-integration.json8 "GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"CODE
HIGH…-tool/components/mcps/deepresearch/mcp-server-nia.json8 "NIA_API_KEY": "YOUR_API_KEY",CODE
HIGHcli-tool/components/mcps/audio/elevenlabs.json8 "ELEVENLABS_API_KEY": "<your-api-key>",CODE
HIGHcli-tool/components/mcps/devtools/codacy.json8 "CODACY_ACCOUNT_TOKEN": "<YOUR_TOKEN>"CODE
HIGHcli-tool/components/mcps/devtools/firecrawl.json8 "FIRECRAWL_API_KEY": "YOUR-API-KEY"CODE
HIGHcli-tool/components/mcps/devtools/zai-mcp-server.json12 "Z_AI_API_KEY": "your_api_key",CODE
HIGH…i-tool/components/mcps/devtools/mcp-server-trello.json7 "TRELLO_API_KEY": "your-api-key",CODE
HIGHcli-tool/components/mcps/devtools/testsprite.json10 "API_KEY": "your-api-key"CODE
HIGHcli-tool/components/mcps/marketing/posthell.json8 "Authorization": "Bearer your_api_key"CODE
HIGH…ts/mcps/browser_automation/browser-use-mcp-server.json16 "OPENAI_API_KEY": "your-api-key"CODE
HIGHcli-tool/components/sandbox/docker/README.md27export ANTHROPIC_API_KEY=sk-ant-your-api-key-hereCODE
HIGH…omponents/sandbox/cloudflare/IMPLEMENTATION_SUMMARY.md220node monitor.ts "Calculate factorial of 5" your_api_keyCODE
HIGHcli-tool/components/sandbox/cloudflare/QUICKSTART.md211node monitor.ts "your prompt" your_api_keyCODE
HIGHcli-tool/components/sandbox/cloudflare/README.md15echo "ANTHROPIC_API_KEY=your-api-key-here" > .dev.varsCODE
HIGHcli-tool/components/sandbox/cloudflare/README.md110node launcher.ts "Fibonacci 10" "" your_api_key https://your-worker.workers.devCODE
HIGHcli-tool/components/sandbox/cloudflare/README.md113node launcher.ts "Create a React app" "--agent frontend-developer" your_api_keyCODE
HIGHcli-tool/components/sandbox/cloudflare/README.md121node monitor.ts "Calculate factorial of 5" your_api_keyCODE
HIGHcli-tool/components/sandbox/cloudflare/README.md124node monitor.ts "Sum array" your_api_key https://your-worker.workers.devCODE
HIGH…ool/components/sandbox/cloudflare/SANDBOX_DEBUGGING.md169node monitor.ts "Calculate factorial of 5" your_api_keyCODE
HIGH…ool/components/sandbox/cloudflare/SANDBOX_DEBUGGING.md172node monitor.ts "Fibonacci 10" your_api_key https://your-worker.workers.devCODE
HIGHcli-tool/components/sandbox/cloudflare/monitor.ts333 console.log(' node monitor.ts "Fibonacci 10" YOUR_API_KEY');CODE
HIGH…components/commands/nextjs-vercel/nextjs-api-tester.md239 -H "Authorization: Bearer YOUR_TOKEN_HERE" \CODE
HIGH…components/commands/nextjs-vercel/nextjs-api-tester.md244 -H "Authorization: Bearer YOUR_TOKEN_HERE" \CODE
HIGH…ents/skills/database/using-neon/references/devtools.md87 "NEON_API_KEY": "your-api-key"CODE
HIGH…ents/skills/database/using-neon/references/neon-cli.md38export NEON_API_KEY=your-api-keyCODE
HIGH…ol/components/skills/ai-research/rag-pinecone/SKILL.md50pc = Pinecone(api_key="your-api-key")CODE
HIGH…ts/skills/ai-research/observability-langsmith/SKILL.md45export LANGSMITH_API_KEY="your-api-key"CODE
HIGH…/observability-langsmith/references/troubleshooting.md45export LANGSMITH_API_KEY="your-api-key"CODE
HIGH…/observability-langsmith/references/troubleshooting.md48LANGSMITH_API_KEY=your-api-keyCODE
HIGH…/observability-langsmith/references/troubleshooting.md55client = Client(api_key="your-api-key")CODE
HIGH…omponents/skills/ai-research/agents-langchain/SKILL.md339os.environ["LANGCHAIN_API_KEY"] = "your-api-key"CODE
HIGH…ai-research/agents-langchain/references/integration.md40pinecone.init(api_key="your-api-key", environment="us-west1-gcp")CODE
HIGH…/skills/ai-research/gemini-api-agent-platform/SKILL.md75export GOOGLE_API_KEY='your-api-key'CODE
HIGH…kills/ai-research/prompt-engineering-guidance/SKILL.md272 api_key="your-api-key" # Or set ANTHROPIC_API_KEY env varCODE
HIGH…kills/ai-research/prompt-engineering-guidance/SKILL.md281 api_key="your-api-key" # Or set OPENAI_API_KEY env varCODE
HIGH…rch/prompt-engineering-guidance/references/backends.md28 api_key="your-api-key-here"CODE
HIGH…rch/prompt-engineering-guidance/references/backends.md53 api_key="your-api-key",CODE
HIGH…rch/prompt-engineering-guidance/references/backends.md95 api_key="your-api-key-here"CODE
HIGH…rch/prompt-engineering-guidance/references/backends.md120 api_key="your-api-key",CODE
HIGH…ol/components/skills/ai-research/datadog-cli/README.md22export DD_API_KEY="your-api-key"CODE
HIGH…ool/components/skills/ai-research/datadog-cli/SKILL.md24export DD_API_KEY="your-api-key"CODE
HIGH…ch/observability-phoenix/references/troubleshooting.md314 api_key="your-api-key" # Or use headersCODE
HIGH…ch/observability-phoenix/references/troubleshooting.md319os.environ["PHOENIX_API_KEY"] = "your-api-key"CODE
HIGH…l/components/skills/ai-research/deep-research/SKILL.md34 export GEMINI_API_KEY=your-api-key-hereCODE
174 more matches not shown…
Hyper-Verbose Identifiers925 hits · 900 pts
SeverityFileLineSnippetContext
LOWcli-tool/tests/integration/analytics-system.test.js301async function createTestConversationFiles(testDir) {CODE
LOWcli-tool/.claude/sandbox/cloudflare/monitor.ts232async function enhancedSandboxMonitoring(CODE
LOW…tool/components/settings/statusline/context-monitor.py59def parse_context_from_transcript(transcript_path):CODE
LOW…/components/agents/data-ai/computer-vision-engineer.md110 def encode_faces_from_directory(self, directory_path):CODE
LOW…/components/agents/data-ai/computer-vision-engineer.md258 def detect_document_structure(self, image_path):CODE
LOWcli-tool/components/agents/database/nosql-specialist.md220class RedisDataManager:CODE
LOWcli-tool/components/agents/database/nosql-specialist.md479 def single_table_design_patterns(self):STRING
LOWcli-tool/components/agents/database/nosql-specialist.md567 def implement_caching_pattern(self):STRING
LOW…-tool/components/agents/database/database-architect.md474def recommend_database_technology(requirements):STRING
LOW…ents/devops-infrastructure/apify-integration-expert.md386def test_processes_dataset_items(mock_client_cls):CODE
LOW…ents/agents/devops-infrastructure/security-engineer.md424 def check_security_hub_findings(self) -> List[Dict[str, Any]]:CODE
LOW…ents/agents/devops-infrastructure/security-engineer.md503 def check_cloudtrail_anomalies(self) -> List[Dict[str, Any]]:CODE
LOW…ents/agents/devops-infrastructure/security-engineer.md606 def generate_security_recommendations(self, security_report: Dict[str, Any]) -> List[Dict[str, Any]]:CODE
LOW…ents/agents/devops-infrastructure/security-engineer.md860def run_compliance_assessment():CODE
LOW…ts/business-marketing/marketing-attribution-analyst.md115def build_marketing_mix_model(marketing_data):CODE
LOW…ts/business-marketing/marketing-attribution-analyst.md193def run_geo_incrementality_test(test_data, control_data):CODE
LOW…ts/business-marketing/marketing-attribution-analyst.md238def build_attribution_lstm_model(sequence_data):CODE
LOW…ts/business-marketing/marketing-attribution-analyst.md268def optimize_budget_allocation(channel_performance, total_budget):CODE
LOW…deep-research-team/competitive-intelligence-analyst.md55 def create_competitor_profile(self, company_name, analysis_scope):CODE
LOW…deep-research-team/competitive-intelligence-analyst.md170 def collect_financial_intelligence(self, company_ticker):CODE
LOW…deep-research-team/competitive-intelligence-analyst.md202 def monitor_competitive_moves(self, competitor_list, monitoring_period_days=30):CODE
LOW…deep-research-team/competitive-intelligence-analyst.md242 def analyze_job_posting_intelligence(self, company_name):CODE
LOW…deep-research-team/competitive-intelligence-analyst.md306 def create_competitive_landscape_map(self, market_segment):CODE
LOW…deep-research-team/competitive-intelligence-analyst.md339 def assess_market_opportunity(self, market_segment, geographic_scope='global'):CODE
LOW…deep-research-team/competitive-intelligence-analyst.md384 def generate_executive_briefing(self, analysis_data, briefing_type='comprehensive'):CODE
LOW…deep-research-team/competitive-intelligence-analyst.md423 def create_competitive_dashboard(self, tracking_metrics):CODE
LOW…l/components/agents/deep-research-team/fact-checker.md65 def extract_verifiable_claims(self, content):CODE
LOW…l/components/agents/deep-research-team/fact-checker.md153 def assess_source_credibility(self, source_url, source_content=None):CODE
LOW…l/components/agents/deep-research-team/fact-checker.md234 def detect_misinformation_patterns(self, content, metadata=None):CODE
LOW…l/components/agents/deep-research-team/fact-checker.md282 def validate_statistical_claims(self, statistical_claims):CODE
LOW…l/components/agents/deep-research-team/fact-checker.md501def generate_fact_check_report(self, verification_results):CODE
LOW…obsidian-ops-team/Scripts/parse_keyword_connections.py8def parse_keyword_connections(report_path):CODE
LOW…nts/obsidian-ops-team/Scripts/daily_notes_connector.py126 def find_temporal_connections(self, file_path, all_notes):CODE
LOW…nts/agents/obsidian-ops-team/Scripts/link_suggester.py91 def suggest_links_by_entities(self):CODE
LOW…nts/agents/obsidian-ops-team/Scripts/link_suggester.py120 def suggest_links_by_keywords(self):CODE
LOW…/obsidian-ops-team/Scripts/find_keyword_connections.py20def extract_keywords_from_file(file_path):CODE
LOW…/obsidian-ops-team/Scripts/find_keyword_connections.py153def implement_keyword_connections(connections, limit=50):CODE
LOW…ents/agents/obsidian-ops-team/Scripts/moc_generator.py48 def extract_topics_from_filename(self, filename):CODE
LOWcli-tool/components/sandbox/cloudflare/monitor.ts232async function enhancedSandboxMonitoring(CODE
LOWcli-tool/components/sandbox/e2b/e2b-monitor.py17def monitor_sandbox_execution(sbx, command, timeout=600):CODE
LOWcli-tool/components/sandbox/e2b/e2b-monitor.py117def enhanced_sandbox_execution(prompt, components_to_install="", e2b_api_key=None, anthropic_api_key=None):CODE
LOWcli-tool/components/skills/video/sora/scripts/sora.py286def _extract_retry_after_seconds(exc: Exception) -> Optional[float]:CODE
LOW…ls/creative-design/meme-factory/references/examples.md408def deployment_workflow_with_memes(deployment_result: dict):CODE
LOW…creative-design/meme-factory/scripts/meme_generator.py142 def suggest_template_for_context(self, context: str) -> str:CODE
LOW…ents/skills/creative-design/claude-d3js-skill/SKILL.md186function setupResponsiveChartWithObserver(svgElement, data) {CODE
LOW…ecuting-marketing-campaigns/scripts/marketing_utils.py142def generate_campaign_tracking_sheet(CODE
LOW…eative-design/slack-gif-creator/core/frame_composer.py99def create_gradient_background(CODE
LOW…gn/ux-researcher-designer/scripts/persona_generator.py50 def generate_persona_from_data(self, user_data: List[Dict],CODE
LOW…gn/ux-researcher-designer/scripts/persona_generator.py396 def _derive_design_implications(self, patterns: Dict) -> List[str]:CODE
LOW…ign/ui-design-system/scripts/design_token_generator.py133 def generate_typography_system(self, style: str) -> Dict:CODE
LOW…ign/ui-design-system/scripts/design_token_generator.py390 def generate_animation_tokens(self) -> Dict:CODE
LOW…s/skills/creative-design/imagegen/scripts/image_gen.py113def _validate_generate_payload(payload: Dict[str, Any]) -> None:CODE
LOW…s/skills/creative-design/imagegen/scripts/image_gen.py273def _decode_write_and_downscale(CODE
LOW…s/skills/creative-design/imagegen/scripts/image_gen.py415def _extract_retry_after_seconds(exc: Exception) -> Optional[float]:CODE
LOW…s/skills/creative-design/imagegen/scripts/image_gen.py449async def _generate_one_with_retries(CODE
LOW…/ai-research/safety-alignment-nemo-guardrails/SKILL.md96async def check_output_hallucination(context):CODE
LOW…distributed-training-deepspeed/references/tutorials.md2205def setup_model_and_optimizer(args):CODE
LOW…distributed-training-deepspeed/references/tutorials.md5087def initialize_model_parallel(CODE
LOW…distributed-training-deepspeed/references/tutorials.md5104def get_sequence_parallel_group():CODE
LOW…distributed-training-deepspeed/references/tutorials.md5881def setup_model_and_optimizer(args):CODE
865 more matches not shown…
Deep Nesting565 hits · 522 pts
SeverityFileLineSnippetContext
LOW…tool/components/settings/statusline/context-monitor.py59CODE
LOW…tool/components/settings/statusline/context-monitor.py130CODE
LOW…tool/components/settings/statusline/context-monitor.py246CODE
LOW…/obsidian-ops-team/Scripts/enhance_tag_standardizer.py267CODE
LOW…idian-ops-team/Scripts/implement_entity_connections.py34CODE
LOW…idian-ops-team/Scripts/implement_entity_connections.py116CODE
LOW…s/agents/obsidian-ops-team/Scripts/tag_standardizer.py192CODE
LOW…s/agents/obsidian-ops-team/Scripts/tag_standardizer.py214CODE
LOW…s/agents/obsidian-ops-team/Scripts/tag_standardizer.py253CODE
LOW…nts/obsidian-ops-team/Scripts/daily_notes_connector.py92CODE
LOW…nts/obsidian-ops-team/Scripts/daily_notes_connector.py164CODE
LOW…nts/obsidian-ops-team/Scripts/daily_notes_connector.py221CODE
LOW…ts/agents/obsidian-ops-team/Scripts/fix_quoted_tags.py11CODE
LOW…nts/agents/obsidian-ops-team/Scripts/link_suggester.py91CODE
LOW…nts/agents/obsidian-ops-team/Scripts/link_suggester.py120CODE
LOW…nts/agents/obsidian-ops-team/Scripts/link_suggester.py159CODE
LOW…nts/agents/obsidian-ops-team/Scripts/metadata_adder.py33CODE
LOW…/obsidian-ops-team/Scripts/find_keyword_connections.py39CODE
LOW…ents/agents/obsidian-ops-team/Scripts/moc_generator.py240CODE
LOW…ents/agents/obsidian-ops-team/Scripts/moc_generator.py20CODE
LOWcli-tool/components/sandbox/e2b/e2b-monitor.py55CODE
LOWcli-tool/components/sandbox/e2b/e2b-launcher.py69CODE
LOWcli-tool/components/hooks/security/secret-scanner.py201CODE
LOWcli-tool/components/hooks/security/secret-scanner.py295CODE
LOWcli-tool/components/hooks/automation/change-logger.py58CODE
LOW…i-tool/components/hooks/monitoring/context-timeline.py411CODE
LOW…i-tool/components/hooks/monitoring/context-timeline.py1204CODE
LOW…i-tool/components/hooks/monitoring/context-timeline.py199CODE
LOW…i-tool/components/hooks/monitoring/context-timeline.py278CODE
LOW…i-tool/components/hooks/monitoring/context-timeline.py308CODE
LOW…i-tool/components/hooks/monitoring/context-timeline.py982CODE
LOW…i-tool/components/hooks/monitoring/context-timeline.py1050CODE
LOWcli-tool/components/skills/video/sora/scripts/sora.py382CODE
LOW…/creative-design/mobile-design/scripts/mobile_audit.py81CODE
LOW…creative-design/ui-ux-pro-max/scripts/design_system.py116CODE
LOW…ecuting-marketing-campaigns/scripts/marketing_utils.py231CODE
LOW…s/creative-design/slack-gif-creator/core/validators.py11CODE
LOW…gn/ux-researcher-designer/scripts/persona_generator.py159CODE
LOW…creative-design/luma-imagegen/scripts/luma_imagegen.py31CODE
LOW…creative-design/luma-imagegen/scripts/luma_imagegen.py124CODE
LOW…/results/2026-01-05-00-49-17/humaneval-solutions/40.py1CODE
LOW…/results/2026-01-05-00-49-17/humaneval-solutions/75.py1CODE
LOW…s/results/2026-01-05-00-49-17/humaneval-solutions/6.py4CODE
LOW…results/2026-01-05-00-49-17/humaneval-solutions/147.py1CODE
LOW…results/2026-01-05-00-49-17/humaneval-solutions/125.py1CODE
LOW…results/2026-01-05-00-49-17/humaneval-solutions/124.py1CODE
LOW…s/results/2026-01-05-00-49-17/humaneval-solutions/1.py4CODE
LOW…/results/2026-01-05-00-49-17/humaneval-solutions/81.py1CODE
LOW…mode/benchmarks/results/humaneval-loki-solutions/40.py6CODE
LOW…mode/benchmarks/results/humaneval-loki-solutions/75.py6CODE
LOW…-mode/benchmarks/results/humaneval-loki-solutions/6.py9CODE
LOW…ode/benchmarks/results/humaneval-loki-solutions/132.py6CODE
LOW…ode/benchmarks/results/humaneval-loki-solutions/147.py6CODE
LOW…ode/benchmarks/results/humaneval-loki-solutions/125.py6CODE
LOW…-mode/benchmarks/results/humaneval-loki-solutions/1.py9CODE
LOW…mode/benchmarks/results/humaneval-loki-solutions/81.py6CODE
LOW…ecurity/vulnerability-scanner/scripts/security_scan.py97CODE
LOW…ecurity/vulnerability-scanner/scripts/security_scan.py181CODE
LOW…ecurity/vulnerability-scanner/scripts/security_scan.py236CODE
LOW…ecurity/vulnerability-scanner/scripts/security_scan.py296CODE
505 more matches not shown…
Redundant / Tautological Comments368 hits · 503 pts
SeverityFileLineSnippetContext
LOWcli-tool/test-detailed.sh68 # Check if CLAUDE.md was createdCOMMENT
LOWcli-tool/test-detailed.sh72 # Check if .claude directory was createdCOMMENT
LOWcli-tool/test-detailed.sh76 # Check if settings.json was created (for non-common languages)COMMENT
LOW…tool/components/settings/statusline/context-monitor.py17 # Check if inside a git repositoryCOMMENT
LOW…idian-ops-team/Scripts/implement_entity_connections.py49 # Check if link already existsCOMMENT
LOW…idian-ops-team/Scripts/implement_entity_connections.py92 # Check if we need to add a Related sectionCOMMENT
LOW…s/agents/obsidian-ops-team/Scripts/tag_standardizer.py231 # Check if tags changedCOMMENT
LOW…nts/obsidian-ops-team/Scripts/daily_notes_connector.py45 # Check if filename matches date patternCOMMENT
LOW…ts/agents/obsidian-ops-team/Scripts/fix_quoted_tags.py24 # Check if file has frontmatterCOMMENT
LOW…ts/agents/obsidian-ops-team/Scripts/fix_quoted_tags.py45 # Check if tags line has quoted valuesCOMMENT
LOW…nts/agents/obsidian-ops-team/Scripts/link_suggester.py101 # Check if files don't already link to each otherCOMMENT
LOW…nts/agents/obsidian-ops-team/Scripts/link_suggester.py143 # Check if files don't already link to each otherCOMMENT
LOW…nts/agents/obsidian-ops-team/Scripts/link_suggester.py165 # Check if any other notes link to this oneCOMMENT
LOW…/obsidian-ops-team/Scripts/find_keyword_connections.py115 # Check if link already existsCOMMENT
LOW…ents/agents/obsidian-ops-team/Scripts/moc_generator.py197 # Check if file already existsCOMMENT
LOW…ents/agents/obsidian-ops-team/Scripts/moc_generator.py224 # Check if directory has enough content to warrant a MOCCOMMENT
LOW…ents/agents/obsidian-ops-team/Scripts/moc_generator.py226 # Check if MOC already existsCOMMENT
LOWcli-tool/components/sandbox/e2b/e2b-monitor.py180 # Display resultsCOMMENT
LOWcli-tool/components/sandbox/e2b/e2b-launcher.py230 # Check if we can write to current directoryCOMMENT
LOWcli-tool/components/sandbox/e2b/e2b-launcher.py394 # Read file content from sandboxCOMMENT
LOWcli-tool/components/sandbox/e2b/e2b-launcher.py404 # Write file locallyCOMMENT
LOWcli-tool/components/hooks/security/secret-scanner.py219 # Check if it's actually a comment with exampleCOMMENT
LOWcli-tool/components/hooks/security/secret-scanner.py317 # Check if commit uses -a flag (auto-stage tracked modified files)COMMENT
LOWcli-tool/components/hooks/quality-gates/scope-guard.sh62 # Check if declared path is a suffix of the modified file pathCOMMENT
LOW…ol/components/hooks/automation/plan-mode-game/start.sh11# Check if server is already runningCOMMENT
LOW…-tool/components/hooks/monitoring/langsmith-tracing.sh134# Set trap to cleanup on exit (EXIT covers normal exit, errors, and interrupts)COMMENT
LOW…-tool/components/hooks/monitoring/langsmith-tracing.sh158# Check if message is tool resultCOMMENT
LOW…-tool/components/hooks/monitoring/langsmith-tracing.sh216 # Check if content is an arrayCOMMENT
LOWcli-tool/components/hooks/git/conventional-commits.py33# Check if message follows Conventional Commits formatCOMMENT
LOWcli-tool/components/hooks/git/prevent-direct-push.py30# Check if pushing to main or developCOMMENT
LOWcli-tool/components/hooks/git/prevent-direct-push.py34# Check if command or current branch targets protected branchesCOMMENT
LOW…/creative-design/mobile-design/scripts/mobile_audit.py355 # Check if following iOS scale roughlyCOMMENT
LOW…/creative-design/mobile-design/scripts/mobile_audit.py372 # Check if using sp (scale-independent pixels)COMMENT
LOW…/creative-design/mobile-design/scripts/mobile_audit.py379 # Check if font sizes follow modular scaleCOMMENT
LOW…/creative-design/mobile-design/scripts/mobile_audit.py416 # Check if overusing bold (mobile should be regular-dominant)COMMENT
LOW…/creative-design/mobile-design/scripts/mobile_audit.py432 # Check if using light colors in dark mode (bad for OLED)COMMENT
LOW…/creative-design/mobile-design/scripts/mobile_audit.py609 # Check if using Hermes engine (should be default in modern RN)COMMENT
LOW…/skills/ai-research/loki-mode/tests/test-task-queue.sh363# Check if already existsCOMMENT
LOW…ls/ai-research/loki-mode/tests/test-circuit-breaker.sh148# Check if threshold reachedCOMMENT
LOW…ls/ai-research/loki-mode/tests/test-circuit-breaker.sh189 # Check if cooldown expiredCOMMENT
LOW…omponents/skills/ai-research/loki-mode/autonomy/run.sh992 # Check if a command is in the blocked listCOMMENT
LOW…omponents/skills/ai-research/loki-mode/autonomy/run.sh1323# Check if completion promise is fulfilled in log outputCOMMENT
LOW…omponents/skills/ai-research/loki-mode/autonomy/run.sh1340# Check if max iterations reachedCOMMENT
LOW…omponents/skills/ai-research/loki-mode/autonomy/run.sh1349# Check if context clear was requested by agentCOMMENT
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh1217 # Check if swebench is installedCOMMENT
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh1007 # Check if swebench is installedCOMMENT
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json177 "model_patch": "This is a Django repository issue but the current directory doesn't contain Django code. I need toCODE
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json202 "model_patch": "Based on the problem description and the hints provided, I understand the issue. The problem is inCODE
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json202 "model_patch": "Based on the problem description and the hints provided, I understand the issue. The problem is inCODE
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json587 "model_patch": "Let me try to understand the issue based on my knowledge of Django's migration system and the indeCODE
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json792 "model_patch": "Based on my knowledge of the xarray/xray codebase and the issue description, I need to create a paCODE
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json917 "model_patch": "Based on the issue description and my knowledge of pytest's codebase, I can provide the fix. The iCODE
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json1052 "model_patch": "Based on the issue description, I need to analyze the problem and create a patch. The issue is aboCODE
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json1057 "model_patch": "Based on the issue description and the hints provided, I can understand the problem and provide a CODE
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json87 "model_patch": "Based on the issue description and the hints provided, I can analyze the problem and generate the CODE
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json257 "model_patch": "Based on my knowledge of Django's ValidationError class and the issue requirements, I need to creaCODE
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json487 "model_patch": "Based on my knowledge of the Django codebase and the issue description, I can provide the patch. TCODE
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json702 "model_patch": "Based on the issue description and the discussion, I understand the problem. The RangeSlider (and CODE
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json852 "model_patch": "Based on my knowledge of the pytest codebase and this specific issue, I can analyze and provide thCODE
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json1122 "model_patch": "Based on my knowledge of Sphinx autodoc, I understand the issue. In Sphinx's autodoc extension, whCODE
308 more matches not shown…
Synthetic Comment Markers67 hits · 440 pts
SeverityFileLineSnippetContext
HIGH…omponents/agents/programming-languages/CSharpExpert.md30- Don't edit auto-generated code (`/api/*.cs`, `*.g.cs`, `// <auto-generated>`).CODE
HIGH…ls/creative-design/mobile-design/mobile-performance.md4> **This file covers the #1 area where AI-generated code FAILS.**CODE
HIGH…elopment/cloudflare-deploy/references/ai-search/api.md33 response: string; // AI-generated answerCODE
HIGH…omation/n8n/n8n-workflow-patterns/ai_agent_workflow.md177 // Node executes AI-generated SQLCOMMENT
HIGH…tool/components/skills/ai-maestro/docs-search/SKILL.md3description: Search auto-generated codebase documentation for function signatures, API docs, class definitions, and codeCODE
HIGH…velopment/building-blog/blog-technical-requirements.md97#### J. AI-generated hero images (3)COMMENT
HIGH…n/writing-clearly-and-concisely/signs-of-ai-writing.md7This is a list of writing and formatting conventions typical of [AI chatbots](https://en.wikipedia.org/wiki/AI_chatbot "CODE
HIGH…n/writing-clearly-and-concisely/signs-of-ai-writing.md9This list is *not* a ban on certain words, phrases, or punctuation. Not all text featuring these indicators is AI-generaCODE
HIGH…n/writing-clearly-and-concisely/signs-of-ai-writing.md15Do not solely rely on [artificial intelligence content detection](https://en.wikipedia.org/wiki/Artificial_intelligence_CODE
HIGH…n/writing-clearly-and-concisely/signs-of-ai-writing.md15Do not solely rely on [artificial intelligence content detection](https://en.wikipedia.org/wiki/Artificial_intelligence_CODE
HIGH…n/writing-clearly-and-concisely/signs-of-ai-writing.md21LLMs (and [artificial neural networks](https://en.wikipedia.org/wiki/Artificial_neural_network "Artificial neural networCODE
HIGH…n/writing-clearly-and-concisely/signs-of-ai-writing.md189Many studies have demonstrated that LLMs overuse certain words – especially compared to pre-2022 text, which is almost cCODE
HIGH…n/writing-clearly-and-concisely/signs-of-ai-writing.md433> [...] However, to date, no editor — including yourself — has identified any specific passages in the current version tCODE
HIGH…n/writing-clearly-and-concisely/signs-of-ai-writing.md449User messages and [unblock requests](https://en.wikipedia.org/wiki/Wikipedia:Identifying_LLM_unblock_requests "WikipediaCODE
HIGH…n/writing-clearly-and-concisely/signs-of-ai-writing.md717If a new article or draft has multiple citations with external links, and several of them are broken (e.g., returning [4CODE
HIGH…n/writing-clearly-and-concisely/signs-of-ai-writing.md723Related are DOIs that point to entirely unrelated articles and general book citations without pages. This passage, for eCODE
HIGH…ool/components/skills/productivity/humanizer/README.md41Based on [Wikipedia's "Signs of AI writing"](https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing) guide, maintaiCODE
HIGH…tool/components/skills/productivity/humanizer/SKILL.md437This skill is based on [Wikipedia:Signs of AI writing](https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing), maiCODE
HIGHcli-tool/src/session-sharing.js123 lines.push('*Generated by Claude Code Templates - [aitmpl.com](https://aitmpl.com)*');CODE
HIGHdashboard/public/components/skills.json1[{"name": "agent-management", "path": "ai-maestro/agent-management", "category": "ai-maestro", "type": "skill", "descripCODE
HIGHdashboard/public/components/skills.json1[{"name": "agent-management", "path": "ai-maestro/agent-management", "category": "ai-maestro", "type": "skill", "descripCODE
HIGHdashboard/public/components/skills.json1[{"name": "agent-management", "path": "ai-maestro/agent-management", "category": "ai-maestro", "type": "skill", "descripCODE
HIGH…nt-content/agents/development-team/ui-ux-designer.json1{"content": "---\nname: ui-ux-designer\ndescription: Use proactively when reviewing UI/UX design, evaluating visual inteCODE
HIGH…nt-content/agents/development-team/ui-ux-designer.json1{"content": "---\nname: ui-ux-designer\ndescription: Use proactively when reviewing UI/UX design, evaluating visual inteCODE
HIGH…content/agents/programming-languages/CSharpExpert.json1{"content": "---\nname: CSharpExpert\ndescription: An agent designed to assist with software development tasks for .NET CODE
HIGH…content/sandbox/cloudflare/IMPLEMENTATION_SUMMARY.json1{"content": "# Cloudflare Sandbox Implementation Summary\n\n## Overview\n\nComplete implementation of Cloudflare WorkersCODE
HIGH…content/sandbox/cloudflare/IMPLEMENTATION_SUMMARY.json1{"content": "# Cloudflare Sandbox Implementation Summary\n\n## Overview\n\nComplete implementation of Cloudflare WorkersCODE
HIGH…onent-content/commands/git-workflow/gemini-review.json1{"content": "---\nallowed-tools: Bash(gh:*), Read, Grep, TodoWrite, Edit, MultiEdit\nargument-hint: [pr-number] | --analCODE
HIGH…component-content/commands/automation/ci-pipeline.json1{"content": "---\nallowed-tools: Read, Write, Edit, Bash\nargument-hint: [pipeline-name] | setup | status | fix\ndescripCODE
HIGH…component-content/commands/automation/ci-pipeline.json1{"content": "---\nallowed-tools: Read, Write, Edit, Bash\nargument-hint: [pipeline-name] | setup | status | fix\ndescripCODE
HIGH…content/skills/creative-design/premium-web-design.json1{"content": "---\nname: premium-web-design\ndescription: >\n Create premium, Awwwards-quality website designs as React CODE
HIGH…nt-content/skills/creative-design/frontend-design.json1{"content": "---\nname: frontend-design\ndescription: Create distinctive, production-grade frontend interfaces with highCODE
HIGH…nent-content/skills/creative-design/canvas-design.json1{"content": "---\nname: canvas-design\ndescription: Create beautiful visual art in .png and .pdf documents using design CODE
HIGH…ls/ai-research/safety-alignment-constitutional-ai.json1{"content": "---\nname: constitutional-ai\ndescription: Anthropic's method for training harmless AI through self-improveCODE
HIGH…onent-content/skills/ai-research/ml-paper-writing.json1{"content": "---\nname: ml-paper-writing\ndescription: Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACLCODE
HIGH…onent-content/skills/ai-research/ml-paper-writing.json1{"content": "---\nname: ml-paper-writing\ndescription: Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACLCODE
HIGH…nent-content/skills/development/typescript-expert.json1{"content": "---\nname: typescript-expert\ndescription: >-\n TypeScript and JavaScript expert with deep knowledge of tyCODE
HIGH…nent-content/skills/development/typescript-expert.json1{"content": "---\nname: typescript-expert\ndescription: >-\n TypeScript and JavaScript expert with deep knowledge of tyCODE
HIGH…nent-content/skills/development/skill-development.json1{"content": "---\nname: skill-creator\ndescription: Create new skills, modify and improve existing skills, and measure sCODE
HIGH…omponent-content/skills/development/skill-creator.json1{"content": "---\nname: skill-creator\ndescription: Create new skills, modify and improve existing skills, and measure sCODE
HIGH…component-content/skills/document-processing/pptx.json1{"content": "---\nname: pptx\ndescription: \"Use this skill any time a .pptx file is involved in any way — as input, outCODE
HIGH…-content/skills/document-processing/pptx-official.json1{"content": "---\nname: pptx-official\ndescription: \"Use this skill any time a .pptx file is involved in any way — as iCODE
HIGH…c/component-content/skills/ai-maestro/docs-search.json1{"content": "---\nname: docs-search\ndescription: Search auto-generated codebase documentation for function signatures, CODE
HIGH…nent-content/skills/web-development/building-blog.json1{"content": "---\nname: building-blog\ndescription: \"Use when adding a blog to a Next.js + Sanity site, building a blogCODE
HIGH…ard/public/component-content/skills/sentry/deslop.json1{"content": "---\nname: deslop\ndescription: Remove AI-generated code slop from a branch. Use when cleaning up AI-generaCODE
HIGH…prise-communication/writing-clearly-and-concisely.json1{"content": "---\nname: writing-clearly-and-concisely\ndescription: Use when writing prose humans will read—documentatioCODE
HIGH…ponent-content/skills/business-marketing/seoagent.json1{"content": "---\nname: SEOAgent\ndescription: Persistent SEO workflow for Claude Code — run a technical SEO audit, builCODE
HIGH…component-content/skills/productivity/skill-judge.json1{"content": "---\nname: skill-judge\ndescription: Evaluate Agent Skill design quality against official specifications anCODE
HIGH…mponent-content/skills/productivity/skill-creator.json1{"content": "---\nname: skill-creator\ndescription: Create new skills, modify and improve existing skills, and measure sCODE
HIGH…c/component-content/skills/productivity/humanizer.json1{"content": "---\nname: humanizer\nversion: 2.1.1\ndescription: |\n Remove signs of AI-generated writing from text. UseCODE
HIGH…c/component-content/skills/productivity/humanizer.json1{"content": "---\nname: humanizer\nversion: 2.1.1\ndescription: |\n Remove signs of AI-generated writing from text. UseCODE
HIGH…onent-content/skills/scientific/scientific-slides.json1{"content": "---\nname: scientific-slides\ndescription: \"Build slide decks and presentations for research talks. Use thCODE
HIGH…onent-content/skills/scientific/scientific-slides.json1{"content": "---\nname: scientific-slides\ndescription: \"Build slide decks and presentations for research talks. Use thCODE
HIGH…component-content/skills/scientific/latex-posters.json1{"content": "---\nname: latex-posters\ndescription: \"Create professional research posters in LaTeX using beamerposter, CODE
HIGH…mponent-content/skills/scientific/research-lookup.json1{"content": "---\nname: research-lookup\ndescription: \"Look up current research information using Perplexity's Sonar PrCODE
HIGH…mponent-content/skills/scientific/treatment-plans.json1{"content": "---\nname: treatment-plans\ndescription: \"Generate concise (3-4 page), focused medical treatment plans in CODE
HIGH…ntent/skills/scientific/clinical-decision-support.json1{"content": "---\nname: clinical-decision-support\ndescription: \"Generate professional clinical decision support (CDS) CODE
HIGH…onent-content/skills/scientific/literature-review.json1{"content": "---\nname: literature-review\ndescription: Conduct comprehensive, systematic literature reviews using multiCODE
HIGH…t-content/skills/scientific/hypothesis-generation.json1{"content": "---\nname: hypothesis-generation\ndescription: \"Generate testable hypotheses. Formulate from observations,CODE
HIGH…mponent-content/skills/scientific/research-grants.json1{"content": "---\nname: research-grants\ndescription: \"Write competitive research proposals for NSF, NIH, DOE, and DARPCODE
7 more matches not shown…
Verbosity Indicators261 hits · 389 pts
SeverityFileLineSnippetContext
LOWcli-tool/.claude/sandbox/cloudflare/monitor.ts252 // Step 1: Check worker healthCOMMENT
LOWcli-tool/.claude/sandbox/cloudflare/monitor.ts260 // Step 2: Generate code with monitoringCOMMENT
LOWcli-tool/.claude/sandbox/cloudflare/monitor.ts267 // Step 3: Execute in sandbox with monitoringCOMMENT
LOWcli-tool/components/sandbox/docker/execute.js225 // Step 1: Install componentsCOMMENT
LOWcli-tool/components/sandbox/docker/execute.js232 // Step 2: Execute Claude queryCOMMENT
LOWcli-tool/components/sandbox/docker/execute.js239 // Step 3: Copy generated filesCOMMENT
LOWcli-tool/components/sandbox/docker/docker-launcher.js153 // Step 1: Check Docker installationCOMMENT
LOWcli-tool/components/sandbox/docker/docker-launcher.js158 // Step 2: Check Docker daemonCOMMENT
LOWcli-tool/components/sandbox/docker/docker-launcher.js163 // Step 3: Build Docker imageCOMMENT
LOWcli-tool/components/sandbox/docker/docker-launcher.js169 // Step 4: Run containerCOMMENT
LOWcli-tool/components/sandbox/cloudflare/monitor.ts252 // Step 1: Check worker healthCOMMENT
LOWcli-tool/components/sandbox/cloudflare/monitor.ts260 // Step 2: Generate code with monitoringCOMMENT
LOWcli-tool/components/sandbox/cloudflare/monitor.ts267 // Step 3: Execute in sandbox with monitoringCOMMENT
LOW…creative-design/ui-ux-pro-max/scripts/design_system.py159 # Step 1: First search product to get categoryCOMMENT
LOW…creative-design/ui-ux-pro-max/scripts/design_system.py166 # Step 2: Get reasoning rules for this categoryCOMMENT
LOW…creative-design/ui-ux-pro-max/scripts/design_system.py170 # Step 3: Multi-domain search with style priority hintsCOMMENT
LOW…creative-design/ui-ux-pro-max/scripts/design_system.py174 # Step 4: Select best matches from each domain using priorityCOMMENT
LOW…creative-design/ui-ux-pro-max/scripts/design_system.py185 # Step 5: Build final recommendationCOMMENT
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh779 # Step 4: Reviewer analyzes failureCOMMENT
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh783 # Step 5: Engineer fixes based on feedbackCOMMENT
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh1637 # Step 4: Reviewer analyzes issuesCOMMENT
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh1643 # Step 5: Engineer fixes patchCOMMENT
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh717 # Step 1: Architect analyzes the problemCOMMENT
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh731 # Step 2: Engineer implements solutionCOMMENT
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh762 # Step 3: QA tests the solutionCOMMENT
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh1573 # Step 1: Architect analyzes the issueCOMMENT
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh1590 # Step 2: Engineer generates patchCOMMENT
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh1611 # Step 3: QA validates patch formatCOMMENT
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json242 "model_patch": "This appears to be a Django issue that needs to be applied to the Django repository. Based on the CODE
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json702 "model_patch": "Based on the issue description and the discussion, I understand the problem. The RangeSlider (and CODE
LOW…/results/2026-01-05-01-24-17/swebench-predictions.json234 "model_patch": "This appears to be a Django issue that needs to be applied to the Django repository. Based on the isCODE
LOW…/results/2026-01-05-01-24-17/swebench-predictions.json694 "model_patch": "Based on the issue description and the discussion, I understand the problem. The RangeSlider (and SlCODE
LOW…esearch/qa-test-planner/scripts/generate_test_cases.sh44# Step 1: Basic InfoCOMMENT
LOW…esearch/qa-test-planner/scripts/generate_test_cases.sh93# Step 2: Objective and DescriptionCOMMENT
LOW…esearch/qa-test-planner/scripts/generate_test_cases.sh101# Step 3: PreconditionsCOMMENT
LOW…esearch/qa-test-planner/scripts/generate_test_cases.sh116# Step 4: Test StepsCOMMENT
LOW…esearch/qa-test-planner/scripts/generate_test_cases.sh142# Step 5: Test DataCOMMENT
LOW…esearch/qa-test-planner/scripts/generate_test_cases.sh149# Step 6: Figma Design (if UI test)COMMENT
LOW…esearch/qa-test-planner/scripts/generate_test_cases.sh159# Step 7: Edge CasesCOMMENT
LOW…s/skills/document-processing/pptx/scripts/rearrange.py176 # Step 1: DUPLICATE repeated slidesCOMMENT
LOW…s/skills/document-processing/pptx/scripts/rearrange.py200 # Step 2: DELETE unwanted slides (work backwards)COMMENT
LOW…s/skills/document-processing/pptx/scripts/rearrange.py209 # Step 3: REORDER to final sequenceCOMMENT
LOW…s/scientific/document-skills/pptx/scripts/rearrange.py176 # Step 1: DUPLICATE repeated slidesCOMMENT
LOW…s/scientific/document-skills/pptx/scripts/rearrange.py200 # Step 2: DELETE unwanted slides (work backwards)COMMENT
LOW…s/scientific/document-skills/pptx/scripts/rearrange.py209 # Step 3: REORDER to final sequenceCOMMENT
LOW…/scientific/cosmic-database/scripts/download_cosmic.py64 # Step 1: Get the download URLCOMMENT
LOW…/scientific/cosmic-database/scripts/download_cosmic.py91 # Step 2: Download the fileCOMMENT
LOW…/scientific/cosmic-database/scripts/download_cosmic.py99 # Step 3: Write to diskCOMMENT
LOW…lls/scientific/deeptools/scripts/workflow_generator.py72# Step 2: Coverage assessmentCOMMENT
LOW…lls/scientific/deeptools/scripts/workflow_generator.py80# Step 3: Fragment size (for paired-end data)COMMENT
LOW…lls/scientific/deeptools/scripts/workflow_generator.py87# Step 4: ChIP signal strengthCOMMENT
LOW…lls/scientific/deeptools/scripts/workflow_generator.py307# Step 2: Generate coverage trackCOMMENT
LOW…lls/scientific/deeptools/scripts/workflow_generator.py317# Step 3: Fragment size analysisCOMMENT
LOW…lls/scientific/deeptools/scripts/workflow_generator.py324# Step 4: Compute matrix at peaks (if peaks provided)COMMENT
LOW…lls/scientific/deeptools/scripts/workflow_generator.py51# Step 1: Correlation analysisCOMMENT
LOW…lls/scientific/deeptools/scripts/workflow_generator.py128# Step 1: Generate normalized coverage tracksCOMMENT
LOW…lls/scientific/deeptools/scripts/workflow_generator.py151# Step 2: Create log2 ratio trackCOMMENT
LOW…lls/scientific/deeptools/scripts/workflow_generator.py164# Step 3: Compute matrix around TSSCOMMENT
LOW…lls/scientific/deeptools/scripts/workflow_generator.py178# Step 4: Generate heatmapCOMMENT
LOW…lls/scientific/deeptools/scripts/workflow_generator.py191# Step 5: Generate profile plotCOMMENT
201 more matches not shown…
Unused Imports399 hits · 388 pts
SeverityFileLineSnippetContext
LOW…/obsidian-ops-team/Scripts/enhance_tag_standardizer.py7CODE
LOW…/obsidian-ops-team/Scripts/enhance_tag_standardizer.py8CODE
LOW…/obsidian-ops-team/Scripts/enhance_tag_standardizer.py11CODE
LOW…/obsidian-ops-team/Scripts/enhance_tag_standardizer.py11CODE
LOW…obsidian-ops-team/Scripts/parse_keyword_connections.py5CODE
LOW…s/agents/obsidian-ops-team/Scripts/tag_standardizer.py7CODE
LOW…nts/obsidian-ops-team/Scripts/daily_notes_connector.py7CODE
LOW…nts/obsidian-ops-team/Scripts/daily_notes_connector.py13CODE
LOW…ts/agents/obsidian-ops-team/Scripts/fix_quoted_tags.py6CODE
LOW…nts/agents/obsidian-ops-team/Scripts/link_suggester.py7CODE
LOW…nts/agents/obsidian-ops-team/Scripts/link_suggester.py10CODE
LOW…ents/agents/obsidian-ops-team/Scripts/moc_generator.py7CODE
LOWcli-tool/components/sandbox/e2b/e2b-monitor.py10CODE
LOWcli-tool/components/sandbox/e2b/e2b-launcher.py9CODE
LOWcli-tool/components/sandbox/e2b/e2b-launcher.py10CODE
LOWcli-tool/components/sandbox/e2b/e2b-launcher.py11CODE
LOW…i-tool/components/hooks/monitoring/context-timeline.py236CODE
LOWcli-tool/components/skills/video/sora/scripts/sora.py7CODE
LOWcli-tool/components/skills/video/sora/scripts/sora.py17CODE
LOWcli-tool/components/skills/video/sora/scripts/sora.py192CODE
LOW…creative-design/ui-ux-pro-max/scripts/design_system.py14CODE
LOW…/creative-design/slack-gif-creator/core/gif_builder.py10CODE
LOW…eative-design/slack-gif-creator/core/frame_composer.py11CODE
LOW…gn/ux-researcher-designer/scripts/persona_generator.py8CODE
LOW…s/skills/creative-design/imagegen/scripts/image_gen.py7CODE
LOW…s/skills/creative-design/imagegen/scripts/image_gen.py319CODE
LOW…/results/2026-01-05-00-49-17/humaneval-solutions/11.py1CODE
LOW…s/results/2026-01-05-00-49-17/humaneval-solutions/9.py1CODE
LOW…/results/2026-01-05-00-49-17/humaneval-solutions/19.py1CODE
LOW…mode/benchmarks/results/humaneval-loki-solutions/11.py6CODE
LOW…-mode/benchmarks/results/humaneval-loki-solutions/9.py6CODE
LOW…mode/benchmarks/results/humaneval-loki-solutions/19.py6CODE
LOW…-grpo-rl-training/examples/reward_functions_library.py17CODE
LOW…ning-grpo-rl-training/templates/basic_grpo_training.py15CODE
LOW…ecurity/vulnerability-scanner/scripts/security_scan.py22CODE
LOW…ecurity-ownership-map/scripts/community_maintainers.py4CODE
LOW…ty/security-ownership-map/scripts/run_ownership_map.py4CODE
LOW…ty/security-ownership-map/scripts/run_ownership_map.py137CODE
LOW…rity/security-ownership-map/scripts/query_ownership.py4CODE
LOW…/security-ownership-map/scripts/build_ownership_map.py4CODE
LOW…velopment/senior-security/scripts/pentest_automator.py7CODE
LOW…velopment/senior-security/scripts/pentest_automator.py12CODE
LOW…velopment/senior-security/scripts/pentest_automator.py12CODE
LOW…evelopment/senior-security/scripts/security_auditor.py7CODE
LOW…evelopment/senior-security/scripts/security_auditor.py12CODE
LOW…evelopment/senior-security/scripts/security_auditor.py12CODE
LOW…/development/senior-security/scripts/threat_modeler.py7CODE
LOW…/development/senior-security/scripts/threat_modeler.py12CODE
LOW…/development/senior-security/scripts/threat_modeler.py12CODE
LOW…ills/development/plugin-forge/scripts/create_plugin.py8CODE
LOW…lopment/senior-frontend/scripts/frontend_scaffolder.py7CODE
LOW…lopment/senior-frontend/scripts/frontend_scaffolder.py12CODE
LOW…lopment/senior-frontend/scripts/frontend_scaffolder.py12CODE
LOW…lopment/senior-frontend/scripts/component_generator.py7CODE
LOW…lopment/senior-frontend/scripts/component_generator.py12CODE
LOW…lopment/senior-frontend/scripts/component_generator.py12CODE
LOW…development/senior-frontend/scripts/bundle_analyzer.py7CODE
LOW…development/senior-frontend/scripts/bundle_analyzer.py12CODE
LOW…development/senior-frontend/scripts/bundle_analyzer.py12CODE
LOW…evelopment/devops-iac-engineer/scripts/devops_utils.py10CODE
339 more matches not shown…
Hallucination Indicators22 hits · 240 pts
SeverityFileLineSnippetContext
CRITICALcli-tool/components/agents/data-ai/dotnet-maui.md111Microsoft.Maui.Handlers.ButtonHandler.Mapper.AppendToMapping("Custom", (handler, view) =>CODE
CRITICAL…ills/ai-research/fine-tuning-axolotl/references/api.md658core.trainers.grpo.sampler.SequenceParallelRepeatRandomSampler.set_epoch(epoch)CODE
CRITICAL…ills/ai-research/fine-tuning-axolotl/references/api.md1795core.trainers.grpo.trainer.AxolotlGRPOSequenceParallelTrainer.get_train_dataloader(CODE
CRITICAL…ills/ai-research/fine-tuning-axolotl/references/api.md4690core.trainers.dpo.trainer.AxolotlDPOTrainer.push_to_hub(*args, **kwargs)CODE
CRITICAL…ills/ai-research/fine-tuning-axolotl/references/api.md4892core.trainers.mixins.scheduler.SchedulerMixin.create_scheduler(CODE
CRITICAL…lts/2026-01-05-10-37-54/swebench-loki-predictions.json406 "model_patch": "--- a/django/db/models/query_utils.py\n+++ b/django/db/models/query_utils.py\n@@ -40,7 +40,21 @@ claCODE
CRITICAL…results/2026-01-05-10-37-54/swebench-loki-results.json414 "model_patch": "--- a/django/db/models/query_utils.py\n+++ b/django/db/models/query_utils.py\n@@ -40,7 +40,21 @@ cCODE
CRITICAL…s/development/cloudflare-deploy/references/ddos/api.md43const entrypointRuleset = await client.zones.rulesets.phases.entrypoint.get("ddos_l7", {CODE
CRITICAL…s/development/cloudflare-deploy/references/ddos/api.md48await client.zones.rulesets.phases.entrypoint.update("ddos_l7", {CODE
CRITICAL…s/development/cloudflare-deploy/references/ddos/api.md70const l4Ruleset = await client.accounts.rulesets.phases.entrypoint.get("ddos_l4", {CODE
CRITICAL…elopment/cloudflare-deploy/references/ddos/patterns.md18await client.accounts.rulesets.phases.entrypoint.update("ddos_l7", {CODE
CRITICAL…elopment/cloudflare-deploy/references/ddos/patterns.md64 return client.zones.rulesets.phases.entrypoint.update("ddos_l7", {CODE
CRITICAL…elopment/cloudflare-deploy/references/ddos/patterns.md131await client.zones.rulesets.phases.entrypoint.update("ddos_l7", {CODE
CRITICAL…elopment/cloudflare-deploy/references/ddos/patterns.md137await client.zones.rulesets.phases.entrypoint.update("http_request_firewall_managed", {CODE
CRITICAL…elopment/cloudflare-deploy/references/ddos/patterns.md143await client.zones.rulesets.phases.entrypoint.update("http_ratelimit", {CODE
CRITICAL…elopment/cloudflare-deploy/references/ddos/patterns.md149await client.zones.rulesets.phases.entrypoint.update("http_request_sbfm", {CODE
CRITICAL…elopment/cloudflare-deploy/references/ddos/patterns.md169await client.zones.rulesets.phases.entrypoint.update("http_request_cache_settings", { zone_id: zoneId, rules: [cacheRuleCODE
CRITICAL…udflare-deploy/references/workers-for-platforms/api.md23await client.workersForPlatforms.dispatch.namespaces.scripts.update(CODE
CRITICAL…re-deploy/references/workers-for-platforms/patterns.md137 await client.workersForPlatforms.dispatch.namespaces.scripts.update("production", name, {CODE
CRITICAL…/development/cloudflare-deploy/references/pages/api.md190const data = await event.locals.runtime.env.DB.prepare('SELECT * FROM users').all();CODE
CRITICAL…lls/development/error-resolver/analysis/stack-trace.md141 at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:897)CODE
CRITICAL…blic/component-content/agents/data-ai/dotnet-maui.json1{"content": "---\nname: dotnet-maui\ndescription: Support development of .NET MAUI cross-platform apps with controls, XACODE
Fake / Example Data208 hits · 223 pts
SeverityFileLineSnippetContext
LOWcli-tool/docs_to_claude/SUBAGENTS_GUIDE.md392expect(response.data.user.name).toBe('John Doe');CODE
LOWcli-tool/components/agents/database/nosql-specialist.md490 'Email': 'user@example.com',STRING
LOWcli-tool/components/hooks/security/secret-scanner.py220 if 'example' in line_stripped.lower() or 'placeholder' in line_stripped.lower():CODE
LOWcli-tool/components/hooks/security/secret-scanner.py291 print(' • Add comments with "example" or "placeholder" to skip detection', file=sys.stderr)CODE
LOW…ol/components/commands/svelte/svelte-storybook-mock.md170 email: 'user@example.com',CODE
LOW…gle-workspace/recipes/recipe-sync-contacts-to-sheet.md213. Append each contact row: `gws sheets +append --spreadsheet-id SHEET_ID --range 'Contacts' --values '["Jane Doe", "janCODE
LOW…nds/google-workspace/recipes/recipe-log-deal-update.md213. Append new row: `gws sheets +append --spreadsheet-id SHEET_ID --range 'Pipeline' --values '["2024-03-15", "Acme Corp"CODE
LOW…components/commands/nextjs-vercel/nextjs-api-tester.md121 { field: 'name', invalid: '', valid: 'John Doe' }CODE
LOW…components/commands/nextjs-vercel/nextjs-api-tester.md340 name: 'John Doe',CODE
LOWcli-tool/components/skills/database/postgresql/SKILL.md109- **Expression**: for computed search keys (`CREATE INDEX ON tbl (LOWER(email))`). Expression must match exactly in WHERCODE
LOW…tabase/using-neon/references/neon-auth/setup-nextjs.md88 email: "user@example.com",CODE
LOW…tabase/using-neon/references/neon-auth/auth-methods.md11 email: "user@example.com",CODE
LOW…tabase/using-neon/references/neon-auth/auth-methods.md13 name: "John Doe", // OptionalCODE
LOW…tabase/using-neon/references/neon-auth/auth-methods.md22 email: "user@example.com",CODE
LOW…ls/database/supabase-postgres-best-practices/AGENTS.md202select email, name, created_at from users where email = 'user@example.com';CODE
LOW…ls/database/supabase-postgres-best-practices/AGENTS.md212select email, name, created_at from users where email = 'user@example.com';CODE
LOW…ls/database/supabase-postgres-best-practices/AGENTS.md238select * from users where email = 'user@example.com' and deleted_at is null;CODE
LOW…ls/database/supabase-postgres-best-practices/AGENTS.md249select * from users where email = 'user@example.com' and deleted_at is null;CODE
LOW…se/supabase-postgres-best-practices/rules/_template.md18SELECT * FROM users WHERE email = 'user@example.com' AND deleted_at IS NULL;CODE
LOW…se/supabase-postgres-best-practices/rules/_template.md28SELECT * FROM users WHERE email = 'user@example.com' AND deleted_at IS NULL;CODE
LOW…ostgres-best-practices/rules/query-covering-indexes.md18select email, name, created_at from users where email = 'user@example.com';CODE
LOW…ostgres-best-practices/rules/query-covering-indexes.md28select email, name, created_at from users where email = 'user@example.com';CODE
LOW…postgres-best-practices/rules/query-partial-indexes.md19select * from users where email = 'user@example.com' and deleted_at is null;CODE
LOW…postgres-best-practices/rules/query-partial-indexes.md30select * from users where email = 'user@example.com' and deleted_at is null;CODE
LOW…onents/skills/database/postgres-schema-design/SKILL.MD79- **Expression**: for computed search keys (`CREATE INDEX ON tbl (LOWER(email))`). Expression must match exactly in WHERCODE
LOW…design/c4-architecture/references/advanced-patterns.md59 Enterprise_Boundary(company, "Acme Corp") {CODE
LOW…ills/ai-research/agents-langchain/references/agents.md137 ("placeholder", "{agent_scratchpad}"),CODE
LOW…mpt-engineering-patterns/assets/few-shot-examples.json75 "name": "Jane Doe",CODE
LOW…l/components/skills/ai-research/jira/references/mcp.md119mcp__atlassian__lookupJiraAccountId(query: "user@example.com")CODE
LOW…ponents/skills/ai-research/jira/references/commands.md166jira issue assign ISSUE-KEY "user@example.com"CODE
LOW…ponents/skills/ai-research/jira/references/commands.md167jira issue assign ISSUE-KEY "John Doe"CODE
LOW…ts/skills/ai-research/prompt-engineering-dspy/SKILL.md354print(result.person.name) # "John Doe"CODE
LOW…research/prompt-engineering-dspy/references/modules.md236print(result.person.name) # "John Doe"CODE
LOW…lls/ai-research/prompt-engineering-instructor/SKILL.md66print(user.name) # "John Doe"CODE
LOW…lls/ai-research/prompt-engineering-instructor/SKILL.md632 "name": "John Doe",STRING
LOW…lls/ai-research/prompt-engineering-instructor/SKILL.md674 "name": "John Doe",CODE
LOW…omponents/skills/ai-research/ml-paper-writing/SKILL.md581% - Lorem ipsum or placeholder textCODE
LOW…kills/ai-research/prompt-engineering-outlines/SKILL.md74print(user.name) # "John Doe"CODE
LOW…-tool/components/skills/security/idor-testing/SKILL.md275 "street": "123 Main St",CODE
LOW…rity/webapp-testing/examples/static_html_automation.py21 page.fill('#name', 'John Doe')CODE
LOW…ment/backend-dev-guidelines/resources/testing-guide.md50 service.create({ email: 'test@test.com' })CODE
LOW…ment/backend-dev-guidelines/resources/testing-guide.md59 email: 'test@test.com',CODE
LOW…ment/backend-dev-guidelines/resources/testing-guide.md67 email: 'test@test.com'CODE
LOW…ment/backend-dev-guidelines/resources/testing-guide.md91 email: 'test@test.com',CODE
LOW…ment/backend-dev-guidelines/resources/testing-guide.md103 const user = await userService.findByEmail('test@test.com');CODE
LOW…ment/backend-dev-guidelines/resources/testing-guide.md105 expect(user?.email).toBe('test@test.com');CODE
LOW…ment/backend-dev-guidelines/resources/testing-guide.md194node scripts/test-auth-route.js http://localhost:3002/form/api/users POST '{"email":"test@test.com"}'CODE
LOW…-testing-patterns/resources/implementation-playbook.md214 ("user@example.com", True),CODE
LOW…-testing-patterns/resources/implementation-playbook.md283 mock_response.json.return_value = {"id": 1, "name": "John Doe"}CODE
LOW…-testing-patterns/resources/implementation-playbook.md290 assert user["name"] == "John Doe"CODE
LOW…-testing-patterns/resources/implementation-playbook.md311 mock_post.return_value.json.return_value = {"id": 2, "name": "Jane Doe"}CODE
LOW…-testing-patterns/resources/implementation-playbook.md314 user_data = {"name": "Jane Doe", "email": "jane@example.com"}CODE
LOW…ment/api-design-principles/assets/rest-api-template.py153 email="user@example.com",CODE
LOW…-testing-patterns/resources/implementation-playbook.md514 name: 'John Doe',CODE
LOW…-testing-patterns/resources/implementation-playbook.md534 name: 'John Doe',CODE
LOW…-testing-patterns/resources/implementation-playbook.md549 name: 'John Doe',CODE
LOW…-testing-patterns/resources/implementation-playbook.md570 name: 'John Doe',CODE
LOW…-testing-patterns/resources/implementation-playbook.md583 name: 'John Doe',CODE
LOW…-testing-patterns/resources/implementation-playbook.md607 name: 'John Doe',CODE
LOW…-testing-patterns/resources/implementation-playbook.md678 name: 'John Doe',CODE
148 more matches not shown…
Self-Referential Comments78 hits · 212 pts
SeverityFileLineSnippetContext
MEDIUM…idian-ops-team/Scripts/implement_entity_connections.py84 # Create the link lineCOMMENT
MEDIUM…/obsidian-ops-team/Scripts/find_keyword_connections.py136 # Create the link lineCOMMENT
MEDIUM…/creative-design/slack-gif-creator/core/gif_builder.py75 # Create a global palette from all framesCOMMENT
MEDIUM…/creative-design/slack-gif-creator/core/gif_builder.py89 # Create a properly-shaped RGB image from the pixel dataCOMMENT
MEDIUM…ills/ai-research/loki-mode/tests/test-agent-timeout.sh167# Create a process that spawns childrenCOMMENT
MEDIUM…lls/ai-research/loki-mode/tests/test-state-recovery.sh190# Create an old claimed taskCOMMENT
MEDIUM…omponents/skills/ai-research/loki-mode/autonomy/run.sh315 # Create a human-readable status fileCOMMENT
MEDIUM…arks/results/2026-01-05-01-24-17/swebench-results.json772 "model_patch": "Now I understand the issue and the fix. The problem was that in the old version of requests (2.4.3CODE
MEDIUM…arks/results/2026-01-05-01-24-17/swebench-results.json792 "model_patch": "Based on my knowledge of the xarray/xray codebase and the issue description, I need to create a paCODE
MEDIUM…arks/results/2026-01-05-01-24-17/swebench-results.json337 "model_patch": "Based on the issue description, I need to create a patch for Django's `ModelChoiceField` class in CODE
MEDIUM…/results/2026-01-05-01-24-17/swebench-predictions.json764 "model_patch": "Now I understand the issue and the fix. The problem was that in the old version of requests (2.4.3),CODE
MEDIUM…/results/2026-01-05-01-24-17/swebench-predictions.json784 "model_patch": "Based on my knowledge of the xarray/xray codebase and the issue description, I need to create a patcCODE
MEDIUM…/results/2026-01-05-01-24-17/swebench-predictions.json329 "model_patch": "Based on the issue description, I need to create a patch for Django's `ModelChoiceField` class in `dCODE
MEDIUM…lts/2026-01-05-10-37-54/swebench-loki-predictions.json1018 "model_patch": "Since I cannot locate the pytest repository in the expected location, I need to generate the patch bCODE
MEDIUM…lts/2026-01-05-10-37-54/swebench-loki-predictions.json394 "model_patch": "--- a/django/forms/fields.py\n+++ b/django/forms/fields.py\n@@ -1246,8 +1246,8 @@ class ModelChoiceFCODE
MEDIUM…lts/2026-01-05-10-37-54/swebench-loki-predictions.json916 "model_patch": "--- a/requests/sessions.py\n+++ b/requests/sessions.py\n@@ -13,7 +13,7 @@ from datetime import datetCODE
MEDIUM…lts/2026-01-05-10-37-54/swebench-loki-predictions.json940 "model_patch": "Based on my knowledge of the xarray codebase and the issue description, I can generate the appropriaCODE
MEDIUM…results/2026-01-05-10-37-54/swebench-loki-results.json1026 "model_patch": "Since I cannot locate the pytest repository in the expected location, I need to generate the patchCODE
MEDIUM…results/2026-01-05-10-37-54/swebench-loki-results.json402 "model_patch": "--- a/django/forms/fields.py\n+++ b/django/forms/fields.py\n@@ -1246,8 +1246,8 @@ class ModelChoicCODE
MEDIUM…results/2026-01-05-10-37-54/swebench-loki-results.json924 "model_patch": "--- a/requests/sessions.py\n+++ b/requests/sessions.py\n@@ -13,7 +13,7 @@ from datetime import datCODE
MEDIUM…results/2026-01-05-10-37-54/swebench-loki-results.json948 "model_patch": "Based on my knowledge of the xarray codebase and the issue description, I can generate the approprCODE
MEDIUM…ops-iac-engineer/examples/kubernetes/complete-app.yaml2# This file contains all resources needed for a production web applicationCOMMENT
MEDIUM…ument-processing/pptx/ooxml/scripts/validation/base.py767 # Create a clean copyCOMMENT
MEDIUM…ument-processing/pptx/ooxml/scripts/validation/base.py919 # Create a copy of the document to avoid modifying the originalCOMMENT
MEDIUM…ument-processing/pptx/ooxml/scripts/validation/base.py298 ): # This file is not referenced by .relsCODE
MEDIUM…s/skills/document-processing/pptx/scripts/rearrange.py108 # Create a new relationship in the destination slide for this imageCOMMENT
MEDIUM…ument-processing/docx/ooxml/scripts/validation/base.py767 # Create a clean copyCOMMENT
MEDIUM…ument-processing/docx/ooxml/scripts/validation/base.py919 # Create a copy of the document to avoid modifying the originalCOMMENT
MEDIUM…ument-processing/docx/ooxml/scripts/validation/base.py298 ): # This file is not referenced by .relsCODE
MEDIUM…ts/skills/document-processing/docx/scripts/document.py984 # Create the relationship entryCOMMENT
MEDIUM…se-communication/slack-gif-creator/core/gif_builder.py75 # Create a global palette from all framesCOMMENT
MEDIUM…se-communication/slack-gif-creator/core/gif_builder.py89 # Create a properly-shaped RGB image from the pixel dataCOMMENT
MEDIUM…/document-skills/pptx/ooxml/scripts/validation/base.py767 # Create a clean copyCOMMENT
MEDIUM…/document-skills/pptx/ooxml/scripts/validation/base.py919 # Create a copy of the document to avoid modifying the originalCOMMENT
MEDIUM…/document-skills/pptx/ooxml/scripts/validation/base.py298 ): # This file is not referenced by .relsCODE
MEDIUM…s/scientific/document-skills/pptx/scripts/thumbnail.py401 # Create a highlight overlayCOMMENT
MEDIUM…s/scientific/document-skills/pptx/scripts/rearrange.py108 # Create a new relationship in the destination slide for this imageCOMMENT
MEDIUM…/document-skills/docx/ooxml/scripts/validation/base.py767 # Create a clean copyCOMMENT
MEDIUM…/document-skills/docx/ooxml/scripts/validation/base.py919 # Create a copy of the document to avoid modifying the originalCOMMENT
MEDIUM…/document-skills/docx/ooxml/scripts/validation/base.py298 ): # This file is not referenced by .relsCODE
MEDIUM…ls/scientific/document-skills/docx/scripts/document.py984 # Create the relationship entryCOMMENT
MEDIUM…/scientific/torch_geometric/scripts/visualize_graph.py155 # Create a set of edges and reverse edgesCOMMENT
MEDIUM…s/scientific/hypogenic/references/config_template.yaml116# Define a custom function in your code to parse specific output formatsCOMMENT
MEDIUM…lls/scientific/pymoo/scripts/many_objective_example.py19 # Define the problem - DTLZ2 with 5 objectivesCOMMENT
MEDIUM…s/scientific/pymoo/scripts/single_objective_example.py21 # Define the problem - Sphere function (sum of squares)COMMENT
MEDIUM…ls/scientific/pymoo/scripts/multi_objective_example.py18 # Define the problem - ZDT1 (bi-objective)COMMENT
MEDIUM…onent-content/agents/expert-advisors/agent-expert.json1{"content": "---\nname: agent-expert\ndescription: |-\n Use this agent when creating specialized Claude Code agents forCODE
MEDIUM…t-content/agents/development-tools/command-expert.json1{"content": "---\nname: command-expert\ndescription: CLI command development specialist for the claude-code-templates syCODE
MEDIUM…onent-content/agents/development-tools/mcp-expert.json1{"content": "---\nname: mcp-expert\ndescription: Model Context Protocol (MCP) integration specialist for the cli-tool coCODE
MEDIUM…nt-content/commands/git-workflow/create-worktrees.json1{"content": "# Git Worktree Commands\n\n## Create Worktrees for All Open PRs\n\nThis command fetches all open pull requeCODE
MEDIUM…content/commands/git-workflow/create-pull-request.json1{"content": "# How to Create a Pull Request Using GitHub CLI\n\nThis guide explains how to create pull requests using GiCODE
MEDIUM…board/public/component-content/skills/video/manim.json1{"content": "---\nname: manim\ndescription: Comprehensive guide for Manim Community - Python framework for creating mathCODE
MEDIUM…t-content/skills/ai-research/voice-ai-development.json1{"content": "---\nname: voice-ai-development\ndescription: \"Expert in building voice AI applications - from real-time vCODE
MEDIUM…onent-content/skills/ai-research/agents-langchain.json1{"content": "---\nname: langchain\ndescription: Framework for building LLM-powered applications with agents, chains, andCODE
MEDIUM…lic/component-content/skills/ai-research/langfuse.json1{"content": "---\nname: langfuse\ndescription: \"Expert in Langfuse - the open-source LLM observability platform. CoversCODE
MEDIUM…nt/skills/ai-research/prompt-engineering-patterns.json1{"content": "---\nname: prompt-engineering-patterns\ndescription: \"Master advanced prompt engineering techniques to maxCODE
MEDIUM…ontent/skills/ai-research/prompt-engineering-dspy.json1{"content": "---\nname: dspy\ndescription: Build complex AI systems with declarative programming, optimize prompts automCODE
MEDIUM…lls/ai-research/distributed-training-pytorch-fsdp.json1{"content": "---\nname: pytorch-fsdp\ndescription: Expert guidance for Fully Sharded Data Parallel training with PyTorchCODE
MEDIUM…lls/ai-research/distributed-training-pytorch-fsdp.json1{"content": "---\nname: pytorch-fsdp\ndescription: Expert guidance for Fully Sharded Data Parallel training with PyTorchCODE
MEDIUM…-content/skills/development/linux-shell-scripting.json1{"content": "---\nname: Linux Production Shell Scripts\ndescription: This skill should be used when the user asks to \"cCODE
18 more matches not shown…
Cross-Language Confusion34 hits · 160 pts
SeverityFileLineSnippetContext
HIGHcli-tool/components/sandbox/e2b/e2b-launcher.py231 test_write = sbx.commands.run("touch test_write.tmp && rm test_write.tmp", timeout=5)CODE
HIGH…i-tool/components/hooks/monitoring/context-timeline.py735 if(!edge.to_agent||nodeY[edge.from_node]===undefined)continue;CODE
HIGH…i-tool/components/hooks/monitoring/context-timeline.py754 if(y===undefined)continue;CODE
HIGH…i-tool/components/hooks/monitoring/context-timeline.py795 if(n.duration_ms!=null){CODE
HIGH…/skills/security/webapp-testing/scripts/with_server.py12 --server "cd backend && python server.py" --port 3000 \STRING
HIGH…/skills/security/webapp-testing/scripts/with_server.py13 --server "cd frontend && npm run dev" --port 5173 \STRING
HIGH…ills/development/webapp-testing/scripts/with_server.py12 --server "cd backend && python server.py" --port 3000 \STRING
HIGH…ills/development/webapp-testing/scripts/with_server.py13 --server "cd frontend && npm run dev" --port 5173 \STRING
HIGH…ent-processing/docx-official/scripts/office/soffice.py116 if (sv[0] >= 0 && sv[0] < 1024) {CODE
HIGH…ent-processing/docx-official/scripts/office/soffice.py135 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {CODE
HIGH…ent-processing/docx-official/scripts/office/soffice.py144 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {CODE
HIGH…ent-processing/docx-official/scripts/office/soffice.py158 if (fd >= 0 && fd < 1024 && is_shimmed[fd]) {CODE
HIGH…ent-processing/xlsx-official/scripts/office/soffice.py116 if (sv[0] >= 0 && sv[0] < 1024) {CODE
HIGH…ent-processing/xlsx-official/scripts/office/soffice.py135 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {CODE
HIGH…ent-processing/xlsx-official/scripts/office/soffice.py144 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {CODE
HIGH…ent-processing/xlsx-official/scripts/office/soffice.py158 if (fd >= 0 && fd < 1024 && is_shimmed[fd]) {CODE
HIGH…lls/document-processing/xlsx/scripts/office/soffice.py116 if (sv[0] >= 0 && sv[0] < 1024) {CODE
HIGH…lls/document-processing/xlsx/scripts/office/soffice.py135 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {CODE
HIGH…lls/document-processing/xlsx/scripts/office/soffice.py144 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {CODE
HIGH…lls/document-processing/xlsx/scripts/office/soffice.py158 if (fd >= 0 && fd < 1024 && is_shimmed[fd]) {CODE
HIGH…lls/document-processing/pptx/scripts/office/soffice.py116 if (sv[0] >= 0 && sv[0] < 1024) {CODE
HIGH…lls/document-processing/pptx/scripts/office/soffice.py135 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {CODE
HIGH…lls/document-processing/pptx/scripts/office/soffice.py144 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {CODE
HIGH…lls/document-processing/pptx/scripts/office/soffice.py158 if (fd >= 0 && fd < 1024 && is_shimmed[fd]) {CODE
HIGH…ent-processing/pptx-official/scripts/office/soffice.py116 if (sv[0] >= 0 && sv[0] < 1024) {CODE
HIGH…ent-processing/pptx-official/scripts/office/soffice.py135 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {CODE
HIGH…ent-processing/pptx-official/scripts/office/soffice.py144 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {CODE
HIGH…ent-processing/pptx-official/scripts/office/soffice.py158 if (fd >= 0 && fd < 1024 && is_shimmed[fd]) {CODE
HIGH…lls/document-processing/docx/scripts/office/soffice.py116 if (sv[0] >= 0 && sv[0] < 1024) {CODE
HIGH…lls/document-processing/docx/scripts/office/soffice.py135 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {CODE
HIGH…lls/document-processing/docx/scripts/office/soffice.py144 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {CODE
HIGH…lls/document-processing/docx/scripts/office/soffice.py158 if (fd >= 0 && fd < 1024 && is_shimmed[fd]) {CODE
HIGH…ientific/treatment-plans/scripts/check_completeness.py257 python check_completeness.py plan.tex && echo "Complete"CODE
HIGH…fic/treatment-plans/scripts/validate_treatment_plan.py313 python validate_treatment_plan.py plan.tex && echo "Quality check passed"CODE
Over-Commented Block141 hits · 132 pts
SeverityFileLineSnippetContext
LOWNEON_INTEGRATION_PLAN.md521 ```bashCOMMENT
LOW…i-tool/.claude/sandbox/cloudflare/SANDBOX_DEBUGGING.md221# Use monitor to see exact Claude API interactionCOMMENT
LOWcli-tool/.claude/sandbox/cloudflare/wrangler.toml41COMMENT
LOW…ents/agents/api-graphql/graphql-security-specialist.md141});COMMENT
LOW…components/agents/web-tools/aem-frontend-specialist.md281# Use: mcp__figma-dev-mode-mcp-server__get_variable_defs nodeId="figma-node-id"COMMENT
LOW…ool/components/sandbox/cloudflare/SANDBOX_DEBUGGING.md221# Use monitor to see exact Claude API interactionCOMMENT
LOWcli-tool/components/sandbox/cloudflare/wrangler.toml41COMMENT
LOW…-tool/components/hooks/security/shell-wrapper-guard.sh1#!/bin/bashCOMMENT
LOWcli-tool/components/hooks/quality-gates/plan-gate.sh1#!/bin/bashCOMMENT
LOW…ool/components/hooks/development-tools/debug-window.sh1#!/bin/bashCOMMENT
LOW…components/hooks/development-tools/worktree-ghostty.sh1#!/bin/bashCOMMENT
LOW…tool/components/commands/deployment/prepare-release.md41 # Determine next version (semantic versioning)COMMENT
LOW…design/algorithmic-art/templates/generator_template.js21// - Reset to defaultsCOMMENT
LOW…design/algorithmic-art/templates/generator_template.js61 // - Arrays of objectsCOMMENT
LOW…design/algorithmic-art/templates/generator_template.js81 // Option 3: User-triggered regenerationCOMMENT
LOW…design/algorithmic-art/templates/generator_template.js101 // - Physics calculationsCOMMENT
LOW…design/algorithmic-art/templates/generator_template.js161// ============================================================================COMMENT
LOW…design/algorithmic-art/templates/generator_template.js201// ============================================================================COMMENT
LOW…design/algorithmic-art/templates/generator_template.js221// The art itself is entirely up to you!COMMENT
LOW…nfrastructure-lambda-labs/references/advanced-usage.md281### Slurm job submissionCOMMENT
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md1841 # The name of the chat template to use for training, following values are supported:COMMENT
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md1881 # message_property_mappings={'role':'role', 'content':'content'}) If a property existsCOMMENT
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md1901 # Roles to train on. The tokens from these roles will be considered for the loss.COMMENT
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2001 # will raise an error. This is the default.COMMENT
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2041 # 'from' is loaded from input dataset and used as 'role', while 'value' is loaded andCOMMENT
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2061 # all EOS tokens, turn (default): train on the EOS token at the end of each trainableCOMMENT
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2121# `datasets`. The same applies to the `test_datasets` option and theCOMMENT
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2181COMMENT
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2221 # Mapping of properties from the input dataset to the chat template. (default:COMMENT
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2241 temperature: float | NoneCOMMENT
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2341bf16: Literal['auto'] | bool | None = autoCOMMENT
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2381max_prompt_len: int | NoneCOMMENT
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2541# sequence into two equal-sized subsequences, or set to 4 to split into four equal-sizedCOMMENT
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2581# `num_epochs: 2` and `max_steps: 100` will train for 100 stepsCOMMENT
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2601# Set to `no` to skip checkpoint saves, `epoch` at end of each epoch, `best` when betterCOMMENT
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2621# Enable the pytorch profiler to capture the first N steps of training to theCOMMENT
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2661low_cpu_mem_usage: bool | NoneCOMMENT
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2721COMMENT
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2761output_dir: str = ./model-outCOMMENT
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2801 # Configuration options for loftq initialization for LoRACOMMENT
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2961# Enable or disable Comet integration.COMMENT
LOW…ch/emerging-techniques-knowledge-distillation/SKILL.md221```pythonCOMMENT
LOW…h/inference-serving-vllm/references/troubleshooting.md441COMMENT
LOW…training-accelerate/references/megatron-integration.md421# checkpoint-1000/COMMENT
LOW…ts/skills/ai-research/model-architecture-rwkv/SKILL.md141# RWKVCOMMENT
LOW…/ai-research/emerging-techniques-moe-training/SKILL.md401### 1. Expert Count SelectionCOMMENT
LOW…/skills/ai-research/loki-mode/demo/record-full-demo.sh1#!/bin/bashCOMMENT
LOW…omponents/skills/ai-research/loki-mode/autonomy/run.sh1#!/bin/bashCOMMENT
LOW…omponents/skills/ai-research/loki-mode/autonomy/run.sh21# LOKI_RESOURCE_CPU_THRESHOLD - CPU % threshold to warn (default: 80)COMMENT
LOW…omponents/skills/ai-research/loki-mode/autonomy/run.sh41# LOKI_PHASE_ACCESSIBILITY - WCAG compliance testing (default: true)COMMENT
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh1#!/bin/bashCOMMENT
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh21# --timeout N Timeout per problem in seconds (default: 120)COMMENT
LOW…ai-research/loki-mode/benchmarks/prepare-submission.sh1#!/bin/bashCOMMENT
LOW…s/skills/ai-research/loki-mode/scripts/loki-wrapper.sh1#!/bin/bashCOMMENT
LOW…rch/loki-mode/.github/workflows/claude-code-review.yml1name: Claude Code ReviewCOMMENT
LOW…lls/ai-research/loki-mode/.github/workflows/claude.yml41 actions: readCOMMENT
LOW…h/inference-serving-tensorrt-llm/references/serving.md161curl http://localhost:9090/metricsCOMMENT
LOW…search/optimization-gptq/references/troubleshooting.md61# Requantize with better calibrationCOMMENT
LOW…earch/mlops-weights-and-biases/references/artifacts.md301COMMENT
LOW…ai-research/emerging-techniques-model-pruning/SKILL.md241- Minimal accuracy lossCOMMENT
81 more matches not shown…
Docstring Block Structure24 hits · 120 pts
SeverityFileLineSnippetContext
HIGH…development/mcp-builder/reference/python_mcp_server.md282 Search for users in the Example system by name, email, or team. This tool searches across all user profiles inSTRING
HIGH…ts/skills/document-processing/docx/scripts/document.py265Reject an insertion by wrapping its content in a deletion. Wraps all runs inside w:ins in w:del, converting w:tSTRING
HIGH…ts/skills/document-processing/docx/scripts/document.py343Reject a deletion by re-inserting the deleted content. Creates w:ins elements after each w:del, copying deletedSTRING
HIGH…ts/skills/document-processing/docx/scripts/document.py483Mark a w:r or w:p element as deleted with tracked changes (in-place DOM manipulation). For w:r: wraps in <w:delSTRING
HIGH…ts/skills/document-processing/docx/scripts/document.py681 Get or create a DocxXMLEditor for the specified XML file. Enables lazy-loaded editors with bracket notSTRING
HIGH…s/skills/document-processing/docx/scripts/utilities.py83 Get a DOM element by tag and identifier. Finds an element by either its line number in the original fiSTRING
HIGH…s/skills/document-processing/docx/scripts/utilities.py313 Parse XML fragment and return list of imported nodes. Args: xml_content: String containingSTRING
HIGH…ls/scientific/document-skills/docx/scripts/document.py265Reject an insertion by wrapping its content in a deletion. Wraps all runs inside w:ins in w:del, converting w:tSTRING
HIGH…ls/scientific/document-skills/docx/scripts/document.py343Reject a deletion by re-inserting the deleted content. Creates w:ins elements after each w:del, copying deletedSTRING
HIGH…ls/scientific/document-skills/docx/scripts/document.py483Mark a w:r or w:p element as deleted with tracked changes (in-place DOM manipulation). For w:r: wraps in <w:delSTRING
HIGH…ls/scientific/document-skills/docx/scripts/document.py681 Get or create a DocxXMLEditor for the specified XML file. Enables lazy-loaded editors with bracket notSTRING
HIGH…s/scientific/document-skills/docx/scripts/utilities.py83 Get a DOM element by tag and identifier. Finds an element by either its line number in the original fiSTRING
HIGH…s/scientific/document-skills/docx/scripts/utilities.py313 Parse XML fragment and return list of imported nodes. Args: xml_content: String containingSTRING
HIGH…ts/skills/scientific/kegg-database/scripts/kegg_api.py44 List entry identifiers and associated names. Args: database: KEGG database name or specific entry (e.gSTRING
HIGH…ts/skills/scientific/kegg-database/scripts/kegg_api.py72 Search for entries by keywords or molecular properties. Args: database: Database to search ('genes', 'STRING
HIGH…ts/skills/scientific/kegg-database/scripts/kegg_api.py111 Retrieve full database entries or specific data formats. Args: entries: Single entry ID or list of entSTRING
HIGH…ts/skills/scientific/kegg-database/scripts/kegg_api.py158 Convert identifiers between KEGG and external databases. Args: target_db: Target database (e.g., 'ncbiSTRING
HIGH…ts/skills/scientific/kegg-database/scripts/kegg_api.py187 Find related entries across KEGG databases. Args: target_db: Target database (e.g., 'pathway', 'enzymeSTRING
HIGH…s/scientific/ensembl-database/scripts/ensembl_query.py58 Make an API request with error handling and retries. Args: endpoint: API endpoint path STRING
HIGH…kills/scientific/string-database/scripts/string_api.py29 Map protein names, synonyms, and identifiers to STRING IDs. Args: identifiers: Single protein identifiSTRING
HIGH…kills/scientific/string-database/scripts/string_api.py78 Get protein-protein interaction network data. Args: identifiers: Protein identifier(s) - use STRING IDSTRING
HIGH…onents/skills/scientific/adaptyv/reference/examples.md505 Request a custom antigen not in the standard catalog Args: target_name: Name of the target protein STRING
HIGH…onents/skills/scientific/adaptyv/reference/examples.md758 Make API request with retry logic and error handling Args: method: HTTP method (GET, POST, etc.) STRING
HIGH…ific/opentargets-database/scripts/query_opentargets.py22 Execute a GraphQL query against the Open Targets Platform API. Args: query: GraphQL query string STRING
AI Response Leakage15 hits · 90 pts
SeverityFileLineSnippetContext
HIGH…ls/ai-research/distributed-training-deepspeed/SKILL.md64**Pattern 7:** DeepSpeed Configuration JSON Contents Batch Size Related Parameters Optimizer Parameters Scheduler ParameCODE
HIGH…ai-research/distributed-training-pytorch-fsdp/SKILL.md34**Pattern 2:** Distributed communication package - torch.distributed# Created On: Jul 12, 2017 | Last Updated On: Sep 04CODE
HIGH…arks/results/2026-01-05-01-24-17/swebench-results.json727 "model_patch": "Since I don't have access to web tools or the seaborn repository locally, I need to analyze the isCODE
HIGH…arks/results/2026-01-05-01-24-17/swebench-results.json1282 "model_patch": "Based on my knowledge of sympy's `idiff` function and the error messages, I can construct the neceCODE
HIGH…/results/2026-01-05-01-24-17/swebench-predictions.json719 "model_patch": "Since I don't have access to web tools or the seaborn repository locally, I need to analyze the issuCODE
HIGH…/results/2026-01-05-01-24-17/swebench-predictions.json1274 "model_patch": "Based on my knowledge of sympy's `idiff` function and the error messages, I can construct the necessCODE
HIGHdashboard/public/components/agents.json1[{"name": "accessibility-tester", "path": "accessibility/accessibility-tester.md", "category": "accessibility", "type": CODE
HIGH…board/public/component-content/agents/data-ai/prd.json1{"content": "---\nname: prd\ndescription: Generate a comprehensive Product Requirements Document (PRD) in Markdown, detaCODE
HIGH…/agents/documentation/microsoft_learn_contributor.json1{"content": "---\nname: microsoft_learn_contributor\ndescription: Microsoft Learn Contributor chatmode for editing and wCODE
HIGH…skills/ai-research/distributed-training-deepspeed.json1{"content": "---\nname: deepspeed\ndescription: Expert guidance for distributed training with DeepSpeed - ZeRO optimizatCODE
HIGH…lls/ai-research/distributed-training-pytorch-fsdp.json1{"content": "---\nname: pytorch-fsdp\ndescription: Expert guidance for Fully Sharded Data Parallel training with PyTorchCODE
HIGH…skills/development/finishing-a-development-branch.json1{"content": "---\nname: finishing-a-development-branch\ndescription: Use when implementation is complete, all tests passCODE
HIGH…skills/development/verification-before-completion.json1{"content": "---\nname: verification-before-completion\ndescription: Use when about to claim work is complete, fixed, orCODE
HIGH…nt/skills/development/api-documentation-generator.json1{"content": "---\nname: api-documentation-generator\ndescription: \"Generate comprehensive, developer-friendly API documCODE
HIGH…terprise-communication/professional-communication.json1{"content": "---\nname: professional-communication\ndescription: Guide technical communication for software developers. CODE
Example Usage Blocks40 hits · 62 pts
SeverityFileLineSnippetContext
LOW…sign/claude-d3js-skill/assets/interactive-template.jsx207// Example usageCOMMENT
LOW…ive-design/claude-d3js-skill/assets/chart-template.jsx89// Example usageCOMMENT
LOW…prompt-engineering-patterns/scripts/optimize-prompt.py234 # Example usageCOMMENT
LOW…/skills/ai-research/loki-mode/demo/record-full-demo.sh13# Usage:COMMENT
LOW…omponents/skills/ai-research/loki-mode/autonomy/run.sh6# Usage:COMMENT
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh6# Usage:COMMENT
LOW…ai-research/loki-mode/benchmarks/prepare-submission.sh6# Usage:COMMENT
LOW…s/skills/ai-research/loki-mode/scripts/loki-wrapper.sh12# Usage:COMMENT
LOW…ss-marketing/cto-advisor/scripts/tech_debt_analyzer.py414 # Example usageCOMMENT
LOW…rketing/cto-advisor/scripts/team_scaling_calculator.py496 # Example usageCOMMENT
LOW…ing/ceo-advisor/scripts/financial_scenario_analyzer.py397 # Example usageCOMMENT
LOW…ess-marketing/ceo-advisor/scripts/strategy_analyzer.py568 # Example usageCOMMENT
LOW…lls/productivity/notebooklm/scripts/browser_session.py253 # Example usageCOMMENT
LOW…ts/skills/scientific/kegg-database/scripts/kegg_api.py242 # Example usageCOMMENT
LOW…nts/skills/scientific/pymc/scripts/model_comparison.py358# Example usageSTRING
LOW…ts/skills/scientific/pymc/scripts/model_diagnostics.py328# Example usageCOMMENT
LOW…cientific/drugbank-database/scripts/drugbank_helper.py307# Example usageCOMMENT
LOW…ntific/brenda-database/scripts/brenda_visualization.py744 # Example usageCOMMENT
LOW…s/scientific/brenda-database/scripts/brenda_queries.py814 # Example usageCOMMENT
LOW…ific/brenda-database/scripts/enzyme_pathway_builder.py1014 # Example usageCOMMENT
LOW…ific/statistical-analysis/scripts/assumption_checks.py521 # Example usageCOMMENT
LOW…decision-support/scripts/generate_survival_analysis.py413# Example usage:COMMENT
LOW…ical-decision-support/scripts/validate_cds_document.py331# Example usage:COMMENT
LOW…nical-decision-support/scripts/biomarker_classifier.py375# Example usage:COMMENT
LOW…inical-decision-support/scripts/build_decision_tree.py441# Example usage:COMMENT
LOW…nical-decision-support/scripts/create_cohort_tables.py515# Example usage:COMMENT
LOW…kills/scientific/string-database/scripts/string_api.py357 # Example usageCOMMENT
LOW…ts/skills/scientific/simpy/scripts/resource_monitor.py320# Example usageCOMMENT
LOW…tific/pytorch-lightning/scripts/template_datamodule.py301# Example usageCOMMENT
LOW…pytorch-lightning/scripts/template_lightning_module.py198# Example usageCOMMENT
LOW…ific/scientific-visualization/scripts/figure_export.py318 # Example usageCOMMENT
LOW…/scientific/openalex-database/scripts/query_helpers.py293 # Example usageCOMMENT
LOW…cientific/openalex-database/scripts/openalex_client.py325 # Example usageCOMMENT
LOW…/scientific/chembl-database/scripts/example_queries.py254# Example usageCOMMENT
LOW…linicaltrials-database/scripts/query_clinicaltrials.py196# Example usageCOMMENT
LOW…ific/opentargets-database/scripts/query_opentargets.py369# Example usageSTRING
LOW…scientific/scikit-learn/scripts/clustering_analysis.py338# Example usageCOMMENT
LOW…ntific/scikit-learn/scripts/classification_pipeline.py230# Example usageCOMMENT
LOWscripts/run-review-cycle.sh5# Usage:COMMENT
LOWscripts/deploy.sh10# Usage:COMMENT
Slop Phrases24 hits · 54 pts
SeverityFileLineSnippetContext
MEDIUMcli-tool/tests/unit/StateCalculator.test.js73 content: 'You\'re welcome! Let me know if you need anything else.'CODE
LOW…-communication/session-handoff/evals/setup_test_env.py249- Don't forget to set JWT_SECRET environment variableCODE
LOWcli-tool/src/index.js2610 console.log(chalk.cyan(`Don't forget to paste your prompt: "${prompt}"`));CODE
MEDIUM…advisors/Ultimate-Transparent-Thinking-Beast-Mode.json1{"content": "---\nname: Ultimate-Transparent-Thinking-Beast-Mode\ndescription: Ultimate Transparent Thinking Beast Mode\CODE
MEDIUM…omponent-content/agents/expert-advisors/4.1-Beast.json1{"content": "---\nname: 4.1-Beast\ndescription: GPT 4.1 as a top-notch coding agent.\ntools: Read, Bash, Grep, Glob, EdiCODE
MEDIUM…nt-content/agents/api-graphql/Thinking-Beast-Mode.json1{"content": "---\nname: Thinking-Beast-Mode\ndescription: A transcendent coding agent with quantum cognitive architecturCODE
MEDIUM…nts/programming-languages/rust-gpt-4.1-beast-mode.json1{"content": "---\nname: rust-gpt-4.1-beast-mode\ndescription: Rust GPT-4.1 Coding Beast Mode for VS Code\ntools: Read, BCODE
MEDIUM…nt-content/commands/git-workflow/create-worktrees.json1{"content": "# Git Worktree Commands\n\n## Create Worktrees for All Open PRs\n\nThis command fetches all open pull requeCODE
MEDIUM…skills/ai-research/distributed-training-deepspeed.json1{"content": "---\nname: deepspeed\ndescription: Expert guidance for distributed training with DeepSpeed - ZeRO optimizatCODE
MEDIUM…nt/skills/ai-research/safety-alignment-llamaguard.json1{"content": "---\nname: llamaguard\ndescription: Meta's 7-8B specialized moderation model for LLM input/output filteringCODE
MEDIUM…lls/ai-research/distributed-training-pytorch-fsdp.json1{"content": "---\nname: pytorch-fsdp\ndescription: Expert guidance for Fully Sharded Data Parallel training with PyTorchCODE
MEDIUM…t-content/skills/security/security-best-practices.json1{"content": "---\nname: \"security-best-practices\"\ndescription: \"Perform language and framework specific security besCODE
LOW…t-content/skills/security/security-best-practices.json1{"content": "---\nname: \"security-best-practices\"\ndescription: \"Perform language and framework specific security besCODE
LOW…/public/component-content/skills/development/bleu.json1{"content": "---\nname: bleu\ndescription: \"Use this skill whenever a developer wants to turn an idea into a complete, CODE
LOW…/public/component-content/skills/development/bleu.json1{"content": "---\nname: bleu\ndescription: \"Use this skill whenever a developer wants to turn an idea into a complete, CODE
MEDIUM…nent-content/skills/development/skill-development.json1{"content": "---\nname: skill-creator\ndescription: Create new skills, modify and improve existing skills, and measure sCODE
LOW…nent-content/skills/development/skill-development.json1{"content": "---\nname: skill-creator\ndescription: Create new skills, modify and improve existing skills, and measure sCODE
MEDIUM…omponent-content/skills/development/skill-creator.json1{"content": "---\nname: skill-creator\ndescription: Create new skills, modify and improve existing skills, and measure sCODE
LOW…omponent-content/skills/development/skill-creator.json1{"content": "---\nname: skill-creator\ndescription: Create new skills, modify and improve existing skills, and measure sCODE
MEDIUM…omponent-content/skills/development/render-deploy.json1{"content": "---\nname: render-deploy\ndescription: Deploy applications to Render by analyzing codebases, generating renCODE
MEDIUM…c/component-content/skills/development/claude-api.json1{"content": "---\nname: claude-api\ndescription: \"Build, debug, and optimize Claude API / Anthropic SDK apps. Apps builCODE
MEDIUM…-content/skills/business-marketing/social-content.json1{"content": "---\nname: social-content\ndescription: \"When the user wants help creating, scheduling, or optimizing sociCODE
MEDIUM…mponent-content/skills/productivity/skill-creator.json1{"content": "---\nname: skill-creator\ndescription: Create new skills, modify and improve existing skills, and measure sCODE
LOW…mponent-content/skills/productivity/skill-creator.json1{"content": "---\nname: skill-creator\ndescription: Create new skills, modify and improve existing skills, and measure sCODE
Modern Structural Boilerplate33 hits · 33 pts
SeverityFileLineSnippetContext
LOW…kills/development/plugin-forge/scripts/bump_version.py41def update_plugin_version(plugin_name: str, marketplace_root: Path, part: VersionPart) -> None:CODE
LOW…s/development/jupyter-notebook/scripts/new_notebook.py36def update_title(notebook: dict[str, Any], kind: str, title: str) -> None:CODE
LOW…ent/senior-prompt-engineer/scripts/prompt_optimizer.py20logger = logging.getLogger(__name__)CODE
LOW…opment/senior-prompt-engineer/scripts/rag_evaluator.py20logger = logging.getLogger(__name__)CODE
LOW…t/senior-prompt-engineer/scripts/agent_orchestrator.py20logger = logging.getLogger(__name__)CODE
LOW…or-computer-vision/scripts/dataset_pipeline_builder.py20logger = logging.getLogger(__name__)CODE
LOW…senior-computer-vision/scripts/vision_model_trainer.py20logger = logging.getLogger(__name__)CODE
LOW…/senior-computer-vision/scripts/inference_optimizer.py20logger = logging.getLogger(__name__)CODE
LOW…enior-ml-engineer/scripts/model_deployment_pipeline.py20logger = logging.getLogger(__name__)CODE
LOW…ment/senior-ml-engineer/scripts/ml_monitoring_suite.py20logger = logging.getLogger(__name__)CODE
LOW…pment/senior-ml-engineer/scripts/rag_system_builder.py20logger = logging.getLogger(__name__)CODE
LOW…ior-data-engineer/scripts/etl_performance_optimizer.py20logger = logging.getLogger(__name__)CODE
LOW…/senior-data-engineer/scripts/pipeline_orchestrator.py20logger = logging.getLogger(__name__)CODE
LOW…senior-data-engineer/scripts/data_quality_validator.py20logger = logging.getLogger(__name__)CODE
LOW…data-scientist/scripts/feature_engineering_pipeline.py20logger = logging.getLogger(__name__)CODE
LOW…t/senior-data-scientist/scripts/experiment_designer.py20logger = logging.getLogger(__name__)CODE
LOW…enior-data-scientist/scripts/model_evaluation_suite.py20logger = logging.getLogger(__name__)CODE
LOW…ent-processing/docx-official/scripts/accept_changes.py14logger = logging.getLogger(__name__)CODE
LOW…ng/docx-official/scripts/office/validators/__init__.py10__all__ = [CODE
LOW…ng/xlsx-official/scripts/office/validators/__init__.py10__all__ = [CODE
LOW…-processing/xlsx/scripts/office/validators/__init__.py10__all__ = [CODE
LOW…-processing/pdf-processing-pro/scripts/analyze_form.py36logger = logging.getLogger(__name__)CODE
LOW…t-processing/pptx/ooxml/scripts/validation/__init__.py10__all__ = [CODE
LOW…nents/skills/document-processing/pptx/scripts/clean.py221def update_content_types(unpacked_dir: Path, removed_files: list[str]) -> None:CODE
LOW…-processing/pptx/scripts/office/validators/__init__.py10__all__ = [CODE
LOW…lls/document-processing/pptx-official/scripts/clean.py221def update_content_types(unpacked_dir: Path, removed_files: list[str]) -> None:CODE
LOW…ng/pptx-official/scripts/office/validators/__init__.py10__all__ = [CODE
LOW…t-processing/docx/ooxml/scripts/validation/__init__.py10__all__ = [CODE
LOW…lls/document-processing/docx/scripts/accept_changes.py14logger = logging.getLogger(__name__)CODE
LOW…-processing/docx/scripts/office/validators/__init__.py10__all__ = [CODE
LOW…ument-skills/pptx/ooxml/scripts/validation/__init__.py10__all__ = [CODE
LOW…ument-skills/docx/ooxml/scripts/validation/__init__.py10__all__ = [CODE
LOW…ific/scientific-visualization/scripts/style_presets.py195def set_color_palette(palette_name: str = 'okabe_ito') -> None:CODE
AI Structural Patterns7 hits · 7 pts
SeverityFileLineSnippetContext
LOW…creative-design/meme-factory/scripts/meme_generator.py87CODE
LOW…nical-decision-support/scripts/create_cohort_tables.py419CODE
LOW…/scientific/torch_geometric/scripts/visualize_graph.py27CODE
LOW…c/neuropixels-analysis/scripts/preprocess_recording.py15CODE
LOW…scientific/stable-baselines3/scripts/train_rl_agent.py24CODE
LOW…linicaltrials-database/scripts/query_clinicaltrials.py22CODE
LOW…owasp-security/examples/logging-monitoring-failures.py39CODE