Repository Analysis

github/awesome-copilot

Community-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot.

7.1 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of github/awesome-copilot, a Python project with 36,548 GitHub stars. SynthScan v2.0 examined 433,114 lines of code across 1897 source files, recording 1390 pattern matches distributed across 22 syntactic categories. The overall adjusted score of 7.1 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).

7.1
Adjusted Score
7.1
Raw Score
100%
Time Factor
2026-07-14
Last Push
36.5K
Stars
Python
Language
433.1K
Lines of Code
1.9K
Files
1.4K
Pattern Hits
2026-07-14
Scan Date
0.11
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 8HIGH 201MEDIUM 311LOW 870

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 1390 distinct pattern matches across 22 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 Overuse492 hits · 830 pts
SeverityFileLineSnippetContext
LOWinstructions/agents.instructions.md501### Step 1: Identify ProjectCOMMENT
LOWinstructions/agents.instructions.md678## Step 2: Dependency AuditCOMMENT
LOW…onvert-cassandra-to-spring-data-cosmos.instructions.md367### Step 1: Identify Residual Cassandra FilesCOMMENT
LOW…onvert-cassandra-to-spring-data-cosmos.instructions.md389### Step 2: Run Incremental Compilation ChecksCOMMENT
LOW…onvert-cassandra-to-spring-data-cosmos.instructions.md406### Step 3: Fix Constructor-Related Errors SystematicallyCOMMENT
LOW…onvert-cassandra-to-spring-data-cosmos.instructions.md420### Step 4: Update Tests LastCOMMENT
LOW…onvert-cassandra-to-spring-data-cosmos.instructions.md428### Step 5: Verify Zero Compilation ErrorsCOMMENT
LOW…ons/dotnet-architecture-good-practices.instructions.md117### Step 1: Domain Analysis (REQUIRED)COMMENT
LOW…ons/dotnet-architecture-good-practices.instructions.md126### Step 2: Architecture Review (REQUIRED)COMMENT
LOW…ons/dotnet-architecture-good-practices.instructions.md135### Step 3: Implementation Planning (REQUIRED)COMMENT
LOW…ons/dotnet-architecture-good-practices.instructions.md144### Step 4: Implementation ExecutionCOMMENT
LOW…ons/dotnet-architecture-good-practices.instructions.md154### Step 5: Post-Implementation Review (REQUIRED)COMMENT
LOW…ons/dataverse-python-agentic-workflows.instructions.md90 # Step 1: Quality checkCOMMENT
LOW…ons/dataverse-python-agentic-workflows.instructions.md94 # Step 2: Enrich dataCOMMENT
LOW…ons/dataverse-python-agentic-workflows.instructions.md98 # Step 3: Sync to external systemsCOMMENT
LOW…ons/power-bi-devops-alm-best-practices.instructions.md473 # Step 1: Export current state as emergency backupCOMMENT
LOW…ons/power-bi-devops-alm-best-practices.instructions.md477 # Step 2: Restore from backupCOMMENT
LOW…ons/power-bi-devops-alm-best-practices.instructions.md486 # Step 3: Validate rollbackCOMMENT
LOWinstructions/tailwind-v4-vite.instructions.md20### Step 1: Install DependenciesCOMMENT
LOWinstructions/tailwind-v4-vite.instructions.md28### Step 2: Configure Vite PluginCOMMENT
LOWinstructions/tailwind-v4-vite.instructions.md60### Step 3: Import Tailwind CSSCOMMENT
LOWinstructions/tailwind-v4-vite.instructions.md68### Step 4: Verify CSS Import in Entry PointCOMMENT
LOWinstructions/tailwind-v4-vite.instructions.md77### Step 5: Start Development ServerCOMMENT
LOW…otnet-maui-9-to-dotnet-maui-10-upgrade.instructions.md132#### Step 1: Install CommunityToolkit.MvvmCOMMENT
LOW…otnet-maui-9-to-dotnet-maui-10-upgrade.instructions.md138#### Step 2: Define Message ClassesCOMMENT
LOW…otnet-maui-9-to-dotnet-maui-10-upgrade.instructions.md156#### Step 3: Update Send CallsCOMMENT
LOW…otnet-maui-9-to-dotnet-maui-10-upgrade.instructions.md172#### Step 4: Update Subscribe CallsCOMMENT
LOW…otnet-maui-9-to-dotnet-maui-10-upgrade.instructions.md213#### Step 5: Unregister When DoneCOMMENT
LOWplugins/napkin/README.md29### Step 1: Say "let's napkin"COMMENT
LOWplugins/napkin/README.md35### Step 2: Your whiteboard opensCOMMENT
LOWplugins/napkin/README.md41### Step 3: Draw and brainstormCOMMENT
LOWplugins/napkin/README.md47### Step 4: Share with CopilotCOMMENT
LOWplugins/napkin/README.md53### Step 5: Copilot respondsCOMMENT
LOWplugins/project-documenter/README.md37### Step 1: DiscoverCOMMENT
LOWplugins/project-documenter/README.md46### Step 2: Generate DiagramsCOMMENT
LOWplugins/project-documenter/README.md60### Step 3: Write MarkdownCOMMENT
LOWplugins/project-documenter/README.md75### Step 4: Word DocumentCOMMENT
LOWplugins/project-documenter/README.md85### Step 5: VerifyCOMMENT
LOW…ite/src/content/docs/learning-hub/agentic-workflows.md131### Step 1: Create the Workflow FileCOMMENT
LOW…ite/src/content/docs/learning-hub/agentic-workflows.md139### Step 2: Add FrontmatterCOMMENT
LOW…ite/src/content/docs/learning-hub/agentic-workflows.md167### Step 3: Write Clear InstructionsCOMMENT
LOW…ite/src/content/docs/learning-hub/agentic-workflows.md187### Step 4: Validate and TestCOMMENT
LOW…ite/src/content/docs/learning-hub/agentic-workflows.md194### Step 5: Submit Your ContributionCOMMENT
LOW…content/docs/learning-hub/creating-effective-skills.md290## Step 1: AnalysisCOMMENT
LOW…content/docs/learning-hub/creating-effective-skills.md293## Step 2: GenerationCOMMENT
LOW…content/docs/learning-hub/creating-effective-skills.md296## Step 3: ValidationCOMMENT
LOW…/docs/learning-hub/cli-for-beginners/06-mcp-servers.md573# Step 1: Use filesystem MCP to explore the book appCOMMENT
LOW…/docs/learning-hub/cli-for-beginners/06-mcp-servers.md582# Step 2: Use GitHub MCP to check recent changesCOMMENT
LOW…/docs/learning-hub/cli-for-beginners/06-mcp-servers.md590# Step 3: Use Context7 MCP for best practicesCOMMENT
LOW…/docs/learning-hub/cli-for-beginners/06-mcp-servers.md599# Step 4: Synthesize a recommendationCOMMENT
LOW…ning-hub/cli-for-beginners/03-development-workflows.md839# Step 1: ReviewCOMMENT
LOW…ning-hub/cli-for-beginners/03-development-workflows.md842# Step 2: RefactorCOMMENT
LOW…ning-hub/cli-for-beginners/03-development-workflows.md845# Step 3: TestCOMMENT
LOW…ning-hub/cli-for-beginners/03-development-workflows.md852# Step 4: ReviewCOMMENT
LOW…ning-hub/cli-for-beginners/03-development-workflows.md855# Step 5: CommitCOMMENT
LOW…/docs/learning-hub/cli-for-beginners/00-quick-start.md156### Step 1: Test Copilot CLICOMMENT
LOW…/docs/learning-hub/cli-for-beginners/00-quick-start.md185### Step 2: Run the Sample Book AppCOMMENT
LOW…/docs/learning-hub/cli-for-beginners/00-quick-start.md198### Step 3: Try Copilot CLI with the Book AppCOMMENT
LOW…-hub/cli-for-beginners/02-context-and-conversations.md650# Step 1: Start with structureCOMMENT
LOW…-hub/cli-for-beginners/02-context-and-conversations.md653# Step 2: Narrow based on answerCOMMENT
432 more matches not shown…
Decorative Section Separators203 hits · 660 pts
SeverityFileLineSnippetContext
MEDIUMinstructions/shell.instructions.md53# ============================================================================COMMENT
MEDIUMinstructions/shell.instructions.md55# ============================================================================COMMENT
MEDIUMagents/gem-planner.agent.md133# ═══════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMagents/gem-planner.agent.md135# ═══════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMagents/gem-planner.agent.md143# ═══════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMagents/gem-planner.agent.md145# ═══════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMagents/gem-planner.agent.md152# ═══════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMagents/gem-planner.agent.md157# ═══════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMagents/gem-planner.agent.md178# ═══════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMagents/gem-planner.agent.md180# ═══════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMagents/gem-planner.agent.md182 - # ───────────────────────────────────────────────────────────────────────CODE
MEDIUMagents/gem-planner.agent.md184 # ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUMagents/gem-planner.agent.md192 # ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUMagents/gem-planner.agent.md194 # ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUMagents/gem-planner.agent.md202 # ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUMagents/gem-planner.agent.md204 # ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUMagents/gem-planner.agent.md215 # ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUMagents/gem-planner.agent.md217 # ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUMagents/gem-planner.agent.md221 # ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUMagents/gem-planner.agent.md223 # ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUMcookbook/copilot-sdk/python/accessibility-report.md45# ============================================================================COMMENT
MEDIUMcookbook/copilot-sdk/python/accessibility-report.md47# ============================================================================COMMENT
MEDIUMcookbook/copilot-sdk/python/pr-visualization.md54# ============================================================================COMMENT
MEDIUMcookbook/copilot-sdk/python/pr-visualization.md56# ============================================================================COMMENT
MEDIUMcookbook/copilot-sdk/python/pr-visualization.md104# ============================================================================COMMENT
MEDIUMcookbook/copilot-sdk/python/pr-visualization.md106# ============================================================================COMMENT
MEDIUM…book/copilot-sdk/python/recipe/error_recovery_hooks.py20# ---------------------------------------------------------------------------COMMENT
MEDIUM…book/copilot-sdk/python/recipe/error_recovery_hooks.py22# ---------------------------------------------------------------------------COMMENT
MEDIUM…book/copilot-sdk/python/recipe/error_recovery_hooks.py36# ---------------------------------------------------------------------------COMMENT
MEDIUM…book/copilot-sdk/python/recipe/error_recovery_hooks.py38# ---------------------------------------------------------------------------COMMENT
MEDIUM…book/copilot-sdk/python/recipe/error_recovery_hooks.py59# ---------------------------------------------------------------------------COMMENT
MEDIUM…book/copilot-sdk/python/recipe/error_recovery_hooks.py61# ---------------------------------------------------------------------------COMMENT
MEDIUM…book/copilot-sdk/python/recipe/error_recovery_hooks.py76# ---------------------------------------------------------------------------COMMENT
MEDIUM…book/copilot-sdk/python/recipe/error_recovery_hooks.py78# ---------------------------------------------------------------------------COMMENT
MEDIUM…book/copilot-sdk/python/recipe/error_recovery_hooks.py106# ---------------------------------------------------------------------------COMMENT
MEDIUM…book/copilot-sdk/python/recipe/error_recovery_hooks.py108# ---------------------------------------------------------------------------COMMENT
MEDIUM…book/copilot-sdk/python/recipe/error_recovery_hooks.py139# ---------------------------------------------------------------------------COMMENT
MEDIUM…book/copilot-sdk/python/recipe/error_recovery_hooks.py141# ---------------------------------------------------------------------------COMMENT
MEDIUM…book/copilot-sdk/python/recipe/error_recovery_hooks.py173# ---------------------------------------------------------------------------COMMENT
MEDIUM…book/copilot-sdk/python/recipe/error_recovery_hooks.py175# ---------------------------------------------------------------------------COMMENT
MEDIUM…book/copilot-sdk/python/recipe/accessibility_report.py12# ============================================================================COMMENT
MEDIUM…book/copilot-sdk/python/recipe/accessibility_report.py14# ============================================================================COMMENT
MEDIUMcookbook/copilot-sdk/python/recipe/pr_visualization.py16# ============================================================================COMMENT
MEDIUMcookbook/copilot-sdk/python/recipe/pr_visualization.py18# ============================================================================COMMENT
MEDIUMcookbook/copilot-sdk/python/recipe/pr_visualization.py66# ============================================================================COMMENT
MEDIUMcookbook/copilot-sdk/python/recipe/pr_visualization.py68# ============================================================================COMMENT
MEDIUM…/copilot-sdk/python/recipe/pyinstaller_frozen_build.py25# ---------------------------------------------------------------------------COMMENT
MEDIUM…/copilot-sdk/python/recipe/pyinstaller_frozen_build.py27# ---------------------------------------------------------------------------COMMENT
MEDIUM…/copilot-sdk/python/recipe/pyinstaller_frozen_build.py61# ---------------------------------------------------------------------------COMMENT
MEDIUM…/copilot-sdk/python/recipe/pyinstaller_frozen_build.py63# ---------------------------------------------------------------------------COMMENT
MEDIUM…/copilot-sdk/python/recipe/pyinstaller_frozen_build.py85# ---------------------------------------------------------------------------COMMENT
MEDIUM…/copilot-sdk/python/recipe/pyinstaller_frozen_build.py87# ---------------------------------------------------------------------------COMMENT
MEDIUM…/copilot-sdk/python/recipe/pyinstaller_frozen_build.py108# ---------------------------------------------------------------------------COMMENT
MEDIUM…/copilot-sdk/python/recipe/pyinstaller_frozen_build.py110# ---------------------------------------------------------------------------COMMENT
MEDIUMextensions/arcade-canvas/game/hud.js394 // ── Hotkey picker ─────────────────────────────────────────COMMENT
MEDIUMextensions/arcade-canvas/game/hud.js407 // ── Pause hotkey picker ────────────────────────────────────COMMENT
MEDIUMextensions/arcade-canvas/game/hud.js420 // ── Unpause hotkey picker ──────────────────────────────────COMMENT
MEDIUMextensions/arcade-canvas/game/hud.js657 // ── Clear scores ────────────────────────────────────────────COMMENT
MEDIUMextensions/arcade-canvas/game/scenes/BaseScene.js421 // ── Ready screen ───────────────────────────────────────────────────────────COMMENT
MEDIUMhooks/tool-guardian/guard-tool.sh15# ---------------------------------------------------------------------------COMMENT
143 more matches not shown…
Cross-Language Confusion151 hits · 576 pts
SeverityFileLineSnippetContext
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1011 if (ncx >= gb.x && ncx <= gb.x + gb.w && ncy >= gb.y && ncy <= gb.y + gb.h) {{CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1021let dragging = null, dragOffX = 0, dragOffY = 0;CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1022let draggingGroup = null, groupDragNodes = []; // for RG/group box draggingCODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1029let _selectedNodeId = null;CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1038 if (wasSelected) {{ _selectedNodeId = null; return; }}CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1110 let _vnetBounds = null;CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1113 const _hasPriv = NODES.some(n => n.private && n.type !== 'pe');CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1114 const _hasVNI = VNET_INFO && VNET_INFO.length > 0;CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1116 if (_pg.length > 0 && (_hasPriv || _hasVNI || _hasPe)) {{CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1128 const hasPrivateNodes = NODES.some(n => n.private && n.type !== 'pe');CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1129 const hasVNetInfo = VNET_INFO && VNET_INFO.length > 0;CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1131 const showVNet = hasPrivateNodes || hasVNetInfo || hasPeNodes;CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1133 if (privateGroups.length > 0 && showVNet) {{CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1236 return cx >= gb.x && cx <= gb.x + gb.w && cy >= gb.y && cy <= gb.y + gb.h;CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1242 if (HIERARCHY.length > 1 && useRgLayout) {{CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1245 const subRgBoxes = groupBoxes.filter(gb => gb.isRG && gb.subscription === sub.subscription);CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1322 if (hit && tmin < tmax) return true;CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1329 if (gi1 < 0 || gi2 < 0) return null;CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1329 if (gi1 < 0 || gi2 < 0) return null;CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1332 const yOverlap = g1.y < g2.y + g2.h && g2.y < g1.y + g1.h;CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1333 if (!yOverlap) return null;CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1337 return null;CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1364 if (aIsH === bIsH) return null;CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1374 if (vx > hx1 + MM && vx < hx2 - MM &&CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1375 hy > vy1 + MM && hy < vy2 - MM) {{CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1378 return null;CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1498 if (gi === _fromGrp || gi === _toGrp) continue;CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1501 sectionObstacles.push(gb);CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1509 const inAnchor = (a) => (a.x > _vnetBounds.x && a.x < _vnetBounds.x + _vnetBounds.wCODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1510 && a.y > _vnetBounds.y && a.y < _vnetBounds.y + _vnetBounds.h);CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1516 if (val > L && val < R) return (val - L) <= (R - val) ? L - SECTION_MARGIN : R + SECTION_MARGIN;CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1519 if (val > T && val < B) return (val - T) <= (B - val) ? T - SECTION_MARGIN : B + SECTION_MARGIN;CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1706 if (!fn || !tn) {{ _edgeSides.push(null); return; }}CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1706 if (!fn || !tn) {{ _edgeSides.push(null); return; }}CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1709 if (!fromBox || !toBox) {{ _edgeSides.push(null); return; }}CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1709 if (!fromBox || !toBox) {{ _edgeSides.push(null); return; }}CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1730 _edgeSides.push({{ exitSide, entrySide, isPeEdge, fromBox, toBox, edge }});CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1744 if (cx >= gb.x && cx <= gb.x + gb.w && cy >= gb.y && cy <= gb.y + gb.h) {{CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1754 if (!info || info.isPeEdge) return;CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1756 if (sg === undefined || tg === undefined) return;CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1756 if (sg === undefined || tg === undefined) return;CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1844 const _ck = _sg !== undefined && _tg !== undefined && _sg !== _tgCODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1845 ? Math.min(_sg, _tg) + '_' + Math.max(_sg, _tg) : null;CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1846 const _cc = _ck ? _chMap[_ck] : null;CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1853 let midX = (_cc && _cc.axis === 'x') ? _cc.value + _co : (sp.x + ep.x) / 2 + _co;CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1963 if (Math.abs(_a.x - _b.x) > 1 && Math.abs(_a.y - _b.y) > 1) {{CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1971 if (Math.abs(_a.x - _b.x) <= 1 && Math.abs(_a.y - _b.y) <= 1) {{CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1974 if ((Math.abs(_a.x - _b.x) <= 1 && Math.abs(_b.x - _c.x) <= 1) ||CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1975 (Math.abs(_a.y - _b.y) <= 1 && Math.abs(_b.y - _c.y) <= 1)) {{CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py1980 _allEdgePaths.push({{ edge, pts, isPeEdge }});CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py2030 if (Math.abs(_a.x - _b.x) > 1 && Math.abs(_a.y - _b.y) > 1) {{CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py2037 if (Math.abs(_a.x - _b.x) <= 1 && Math.abs(_a.y - _b.y) <= 1) {{CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py2040 if ((Math.abs(_a.x - _b.x) <= 1 && Math.abs(_b.x - _c.x) <= 1) ||CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py2041 (Math.abs(_a.y - _b.y) <= 1 && Math.abs(_b.y - _c.y) <= 1)) {{CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py2111 if (_allEdgePaths[i].isPeEdge || _tried.has(i)) continue;CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py2115 if (worstIdx < 0 || worstCnt === 0) break;CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py2122 let bestPts = origPts, bestCnt = worstCnt, bestSide = null;CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py2153 if (p2.y < _gbTop) {{ _marginEdges.top.push(i); }}CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py2154 else if (p2.y > _gbBottom) {{ _marginEdges.bottom.push(i); }}CODE
HIGH…ills/azure-architecture-autopilot/scripts/generator.py2157 if (p2.x < _gbLeft) {{ _marginEdges.left.push(i); }}CODE
91 more matches not shown…
Excessive Try-Catch Wrapping108 hits · 162 pts
SeverityFileLineSnippetContext
LOW…ctions/dataverse-python-error-handling.instructions.md196except Exception as e:CODE
MEDIUM…ctions/dataverse-python-error-handling.instructions.md358 print(f"Error Code: {error_code}")CODE
MEDIUM…ctions/dataverse-python-error-handling.instructions.md359 print(f"Error Message: {error_message}")CODE
LOW…tions/dataverse-python-file-operations.instructions.md465 except Exception as e:CODE
LOW…tions/dataverse-python-file-operations.instructions.md581 except Exception as e:CODE
LOW…s/dataverse-python-real-world-usecases.instructions.md316 except Exception as e:CODE
LOW…s/dataverse-python-real-world-usecases.instructions.md350 except Exception as e:CODE
LOW…s/dataverse-python-real-world-usecases.instructions.md612 except Exception as e:CODE
LOW…taverse-python-authentication-security.instructions.md338except Exception as e:CODE
LOW…taverse-python-authentication-security.instructions.md418except Exception as e:CODE
LOW…ctions/dataverse-python-best-practices.instructions.md623 except Exception as e:CODE
LOW…ctions/dataverse-python-best-practices.instructions.md637 except Exception as e:CODE
LOW…ctions/dataverse-python-best-practices.instructions.md643 except Exception as e:CODE
LOW…ctions/dataverse-python-best-practices.instructions.md724except Exception:CODE
LOWinstructions/python-mcp-server.instructions.md202 except Exception as e:CODE
LOW…ons/dataverse-python-agentic-workflows.instructions.md507 except Exception as e:CODE
MEDIUMinstructions/copilot-sdk-python.instructions.md187 print(f"Error: {event.data.message}")CODE
LOWinstructions/copilot-sdk-python.instructions.md471except Exception as e:STRING
MEDIUMinstructions/copilot-sdk-python.instructions.md472 print(f"Error: {e}")STRING
LOWinstructions/copilot-sdk-python.instructions.md690except Exception as e:STRING
LOW…averse-python-performance-optimization.instructions.md437 except Exception as e:CODE
LOW…averse-python-performance-optimization.instructions.md464 except Exception as e:CODE
LOWcookbook/copilot-sdk/python/pyinstaller-frozen-build.md33 except Exception:CODE
LOWcookbook/copilot-sdk/python/error-handling.md36 except Exception as e:CODE
MEDIUMcookbook/copilot-sdk/python/error-handling.md37 print(f"Error: {e}")CODE
LOWcookbook/copilot-sdk/python/error-handling.md54except Exception as e:CODE
LOWcookbook/copilot-sdk/python/recipe/error_handling.py20 except Exception as e:CODE
MEDIUMcookbook/copilot-sdk/python/recipe/error_handling.py21 print(f"Error: {e}")CODE
LOW…/copilot-sdk/python/recipe/pyinstaller_frozen_build.py42 except Exception:CODE
LOW…/mini-context-graph/scripts/template_agent_workflow.py72 except Exception as e:CODE
LOW…/mini-context-graph/scripts/template_agent_workflow.py103 except Exception as e:CODE
LOW…/mini-context-graph/scripts/template_agent_workflow.py162 except Exception as e:CODE
MEDIUMskills/acquire-codebase-knowledge/scripts/scan.py703 print(f"Error: {e}", file=sys.stderr)CODE
LOWskills/acquire-codebase-knowledge/scripts/scan.py522 except Exception:CODE
LOWskills/acquire-codebase-knowledge/scripts/scan.py524 except Exception:CODE
LOWskills/acquire-codebase-knowledge/scripts/scan.py533 except Exception:CODE
LOWskills/acquire-codebase-knowledge/scripts/scan.py258 except Exception as e:CODE
LOWskills/acquire-codebase-knowledge/scripts/scan.py315 except Exception:CODE
LOWskills/acquire-codebase-knowledge/scripts/scan.py317 except Exception:CODE
LOWskills/acquire-codebase-knowledge/scripts/scan.py335 except Exception:CODE
LOWskills/acquire-codebase-knowledge/scripts/scan.py356 except Exception:CODE
LOWskills/acquire-codebase-knowledge/scripts/scan.py370 except Exception:CODE
LOWskills/acquire-codebase-knowledge/scripts/scan.py393 except Exception:CODE
LOWskills/acquire-codebase-knowledge/scripts/scan.py412 except Exception:CODE
LOWskills/acquire-codebase-knowledge/scripts/scan.py437 except Exception:CODE
LOWskills/acquire-codebase-knowledge/scripts/scan.py467 except Exception:CODE
LOWskills/acquire-codebase-knowledge/scripts/scan.py702 except Exception as e:CODE
LOWskills/code-tour/scripts/validate_tour.py45 except Exception:CODE
LOWskills/code-tour/scripts/validate_tour.py52 except Exception:CODE
LOWskills/code-tour/scripts/validate_tour.py112 except Exception:CODE
LOW…ptimize-simplicite-logs/scripts/simplicite-log2json.py100 except Exception as e:CODE
LOW…ptimize-simplicite-logs/scripts/simplicite-log2json.py111 except Exception as e:CODE
LOWskills/eyeball/tools/eyeball.py217 except Exception:STRING
LOWskills/eyeball/tools/eyeball.py223 except Exception:STRING
LOWskills/eyeball/tools/eyeball.py228 except Exception:STRING
LOWskills/eyeball/tools/eyeball.py194 except Exception:STRING
LOWskills/eyeball/tools/eyeball.py201 except Exception:STRING
MEDIUMskills/publish-to-pages/scripts/convert-pdf.py35 print(f"Error: {pdf_path} not found")CODE
MEDIUMskills/publish-to-pages/scripts/convert-pdf.py39 print("Error: pdftoppm not found. Install poppler-utils:")CODE
MEDIUMskills/publish-to-pages/scripts/convert-pdf.py71 print(f"Error converting PDF: {result.stderr}")CODE
48 more matches not shown…
Modern AI Meta-Vocabulary63 hits · 160 pts
SeverityFileLineSnippetContext
MEDIUMREADME.md15New to GitHub Copilot customization? The **[Learning Hub](https://awesome-copilot.github.com/learning-hub)** on the websCODE
MEDIUMCONTRIBUTING.md17 - [Adding Agentic Workflows](#adding-agentic-workflows)CODE
MEDIUMCONTRIBUTING.md373[Agentic Workflows](https://github.github.com/gh-aw) are AI-powered repository automations that run coding agents in GitCODE
MEDIUMinstructions/dart-n-flutter.instructions.md395#### Use dependency injection.COMMENT
MEDIUMinstructions/agent-skills.instructions.md185 ├── scaffold.py # Code scaffold the AI agent customizesCODE
MEDIUM…ons/dataverse-python-agentic-workflows.instructions.md523- [Release Plan: Agentic Workflows](https://learn.microsoft.com/en-us/power-platform/release-plan/2025wave2/data-platforCODE
MEDIUMinstructions/vue.instructions.md86## Provide / Inject (dependency injection)COMMENT
MEDIUMinstructions/exclude-prompt-data.instructions.md35 (the word `this` in `## this Title` is scaffolding, not heading text)CODE
MEDIUMplugins/external.json341 "description": "Repo: https://github.com/arilivigni/gh-skills-builder\nThis plugin is for people that want to createCODE
MEDIUM…ite/src/content/docs/learning-hub/agentic-workflows.md215- **Contributing guide**: [CONTRIBUTING.md](https://github.com/github/awesome-copilot/blob/main/CONTRIBUTING.md#adding-aCODE
MEDIUM…ite/src/content/docs/learning-hub/agentic-workflows.md215- **Contributing guide**: [CONTRIBUTING.md](https://github.com/github/awesome-copilot/blob/main/CONTRIBUTING.md#adding-aCODE
MEDIUM…content/docs/learning-hub/creating-effective-skills.md310# scaffold-featureCOMMENT
MEDIUM…/docs/learning-hub/using-automations-in-copilot-app.md99## Practical guardrailsCOMMENT
MEDIUMagents/csharp-mcp-expert.agent.md9You are a world-class expert in building Model Context Protocol (MCP) servers using the C# SDK. You have deep knowledge CODE
MEDIUMagents/rug-orchestrator.agent.md198### 5. Doing "just the orchestration logic" yourselfCOMMENT
MEDIUMagents/azure-verified-modules-owner-triage.agent.md138### Concurrency guardrailsCOMMENT
MEDIUMagents/gem-orchestrator.agent.md11# ORCHESTRATOR: Team lead: orchestrate planning, implementation, verification.COMMENT
MEDIUMdocs/README.agents.md141| [Meta Agentic Project Scaffold](../agents/meta-agentic-project-scaffold.agent.md)<br />[![Install in VS Code](https://CODE
MEDIUMdocs/README.agents.md194| [Repo Architect Agent](../agents/repo-architect.agent.md)<br />[![Install in VS Code](https://img.shields.io/badge/VS_CODE
MEDIUMdocs/README.instructions.md78| [Dataverse SDK for Python - Agentic Workflows Guide](../instructions/dataverse-python-agentic-workflows.instructions.mCODE
MEDIUMdocs/README.workflows.md3[Agentic Workflows](https://github.github.com/gh-aw) are AI-powered repository automations that run coding agents in GitCODE
MEDIUMdocs/README.workflows.md6See [CONTRIBUTING.md](../CONTRIBUTING.md#adding-agentic-workflows) for guidelines on how to contribute new workflows, imCODE
MEDIUM.github/plugin/marketplace.json561 "description": "Repo: https://github.com/arilivigni/gh-skills-builder\nThis plugin is for people that want to creaCODE
MEDIUM.github/agents/agentic-workflows.md38- Configuration: `https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/github-agentic-workflows.md`CODE
MEDIUM.github/agents/agentic-workflows.md62**Prompt file**: `https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/create-agentic-workflow.md`CODE
MEDIUM.github/agents/agentic-workflows.md72**Prompt file**: `https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/update-agentic-workflow.md`CODE
MEDIUM.github/agents/agentic-workflows.md82**Prompt file**: `https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/debug-agentic-workflow.md`CODE
MEDIUM.github/agents/agentic-workflows.md92**Prompt file**: `https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/upgrade-agentic-workflows.md`CODE
MEDIUM.github/agents/agentic-workflows.md112**Prompt file**: `https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/create-shared-agentic-workflow.md`CODE
MEDIUM.github/agents/agentic-workflows.md186# Initialize repository for agentic workflowsCOMMENT
MEDIUM.github/agents/agentic-workflows.md218- Always reference the instructions file at `https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/github-agentCODE
MEDIUMskills/mini-context-graph/SKILL.md43# ===== INGEST WITH FULL RAG + WIKI =====COMMENT
MEDIUMskills/mini-context-graph/scripts/contextgraph.py106 # LLM Wiki + RAG methods — store raw content & provenanceCOMMENT
MEDIUM…lls/azure-architecture-autopilot/references/ai-data.md234### RAG ChatbotCOMMENT
MEDIUM…re-architecture-autopilot/references/phase1-advisor.md856├── main.bicep # Main orchestrationCODE
MEDIUM…e-architecture-autopilot/references/bicep-generator.md92├── main.bicep # Main orchestration — module calls and parameter passingCODE
MEDIUMskills/github-actions-efficiency/SKILL.md40### 2. Apply guardrailsCOMMENT
MEDIUMskills/mcp-security-audit/SKILL.md278- [OWASP ASI-02: Insecure Tool Use](https://owasp.org/www-project-agentic-ai-threats/)CODE
MEDIUMskills/phoenix-evals/references/evaluators-rag.md1# Evaluators: RAG SystemsCOMMENT
MEDIUMskills/phoenix-evals/references/evaluators-rag.md85## RAG Failure TaxonomyCOMMENT
MEDIUM…phoenix-evals/references/experiments-running-python.md35# With context (RAG)COMMENT
MEDIUM…lls/phoenix-evals/references/common-mistakes-python.md118# RIGHT for RAG evaluation — fetch child spans for retriever/LLM metricsCOMMENT
MEDIUMskills/agent-owasp-compliance/SKILL.md321- [OWASP Agentic AI Threats](https://owasp.org/www-project-agentic-ai-threats/)CODE
MEDIUMskills/github-codespaces-efficiency/SKILL.md39### 2. Apply guardrailsCOMMENT
MEDIUMskills/cli-mastery/references/module-4-agents.md36## Agent orchestration patternsCOMMENT
MEDIUMskills/arize-instrumentation/SKILL.md91- **Python frameworks:** [LangChain](https://arize.com/docs/ax/integrations/python-agent-frameworks/langchain), [LangGraCODE
MEDIUMskills/python-pypi-package-builder/scripts/scaffold.py740# Main scaffoldSTRING
MEDIUMskills/phoenix-tracing/references/annotations-python.md85## RAG Pipeline ExampleCOMMENT
MEDIUM…s/phoenix-tracing/references/annotations-typescript.md126## RAG Pipeline ExampleCOMMENT
MEDIUMskills/foundry-agent-sync/SKILL.md133### Step 1 — Locate or scaffold the manifestCOMMENT
MEDIUMskills/foundry-agent-sync/SKILL.md137### Step 2 — Locate or scaffold the sync scriptCOMMENT
MEDIUMskills/oo-component-documentation/SKILL.md48- LNG-001: **C#/.NET** - async/await, dependency injection, configuration, disposal, options patternsCODE
MEDIUMskills/rhino3d-scripts/SKILL.md40### Python: minimal scaffoldCOMMENT
MEDIUMskills/rhino3d-scripts/SKILL.md72### VBScript: minimal scaffoldCOMMENT
MEDIUMskills/pinecone-rag/SKILL.md18# Pinecone RAG SkillCOMMENT
MEDIUMskills/pinecone-rag/SKILL.md55 dimension=1536, # must match your embedding model exactlyCODE
MEDIUMskills/pinecone-rag/SKILL.md180## Step 4A — Full RAG pipeline (document use case)COMMENT
MEDIUMskills/agent-supply-chain/SKILL.md339- [OWASP ASI-09: Supply Chain Integrity](https://owasp.org/www-project-agentic-ai-threats/)CODE
MEDIUMskills/arize-prompt-optimization/SKILL.md429### Reduce hallucination in a RAG promptCOMMENT
MEDIUMskills/arize-prompt-optimization/SKILL.md429### Reduce hallucination in a RAG promptCOMMENT
3 more matches not shown…
Cross-File Repetition28 hits · 140 pts
SeverityFileLineSnippetContext
HIGHcookbook/copilot-sdk/python/accessibility-report.md0use the playwright mcp server to analyze the accessibility of this webpage: %s please: 1. navigate to the url using playSTRING
HIGHcookbook/copilot-sdk/java/accessibility-report.md0use the playwright mcp server to analyze the accessibility of this webpage: %s please: 1. navigate to the url using playSTRING
HIGH…kbook/copilot-sdk/java/recipe/AccessibilityReport.java0use the playwright mcp server to analyze the accessibility of this webpage: %s please: 1. navigate to the url using playSTRING
HIGHcookbook/copilot-sdk/python/accessibility-report.md0based on the accessibility report you just generated for %s, create playwright accessibility tests in java. include testSTRING
HIGHcookbook/copilot-sdk/java/accessibility-report.md0based on the accessibility report you just generated for %s, create playwright accessibility tests in java. include testSTRING
HIGH…kbook/copilot-sdk/java/recipe/AccessibilityReport.java0based on the accessibility report you just generated for %s, create playwright accessibility tests in java. include testSTRING
HIGHcookbook/copilot-sdk/python/managing-local-files.md0analyze the files in "{targetfolder}" and organize them into subfolders. 1. first, list all files and their metadata 2. STRING
HIGH…book/copilot-sdk/python/recipe/managing_local_files.py0analyze the files in "{targetfolder}" and organize them into subfolders. 1. first, list all files and their metadata 2. STRING
HIGHcookbook/copilot-sdk/dotnet/managing-local-files.md0analyze the files in "{targetfolder}" and organize them into subfolders. 1. first, list all files and their metadata 2. STRING
HIGH…book/copilot-sdk/dotnet/recipe/managing-local-files.cs0analyze the files in "{targetfolder}" and organize them into subfolders. 1. first, list all files and their metadata 2. STRING
HIGHcookbook/copilot-sdk/python/managing-local-files.md0analyze files in "{targetfolder}" and show me how you would organize them by file type. do not move any files - just shoSTRING
HIGHcookbook/copilot-sdk/java/managing-local-files.md0analyze files in "{targetfolder}" and show me how you would organize them by file type. do not move any files - just shoSTRING
HIGHcookbook/copilot-sdk/dotnet/managing-local-files.md0analyze files in "{targetfolder}" and show me how you would organize them by file type. do not move any files - just shoSTRING
HIGHcookbook/copilot-sdk/python/managing-local-files.md0look at the files in "{targetfolder}" and suggest a logical organization. consider: - file names and what they might conSTRING
HIGHcookbook/copilot-sdk/java/managing-local-files.md0look at the files in "{targetfolder}" and suggest a logical organization. consider: - file names and what they might conSTRING
HIGHcookbook/copilot-sdk/dotnet/managing-local-files.md0look at the files in "{targetfolder}" and suggest a logical organization. consider: - file names and what they might conSTRING
HIGHcookbook/copilot-sdk/python/pr-visualization.md0<context> you are analyzing pull requests for the github repository: {owner}/{reponame} the current working directory isSTRING
HIGHcookbook/copilot-sdk/python/recipe/pr_visualization.py0<context> you are analyzing pull requests for the github repository: {owner}/{reponame} the current working directory isSTRING
HIGHcookbook/copilot-sdk/java/pr-visualization.md0<context> you are analyzing pull requests for the github repository: {owner}/{reponame} the current working directory isSTRING
HIGHcookbook/copilot-sdk/java/recipe/PRVisualization.java0<context> you are analyzing pull requests for the github repository: {owner}/{reponame} the current working directory isSTRING
HIGHcookbook/copilot-sdk/dotnet/pr-visualization.md0<context> you are analyzing pull requests for the github repository: {owner}/{reponame} the current working directory isSTRING
HIGHcookbook/copilot-sdk/dotnet/recipe/pr-visualization.cs0<context> you are analyzing pull requests for the github repository: {owner}/{reponame} the current working directory isSTRING
HIGHcookbook/copilot-sdk/python/pr-visualization.md0fetch the open pull requests for {owner}/{reponame} from the last week. calculate the age of each pr in days. then generSTRING
HIGHcookbook/copilot-sdk/python/recipe/pr_visualization.py0fetch the open pull requests for {owner}/{reponame} from the last week. calculate the age of each pr in days. then generSTRING
HIGHcookbook/copilot-sdk/java/pr-visualization.md0fetch the open pull requests for {owner}/{reponame} from the last week. calculate the age of each pr in days. then generSTRING
HIGHcookbook/copilot-sdk/java/recipe/PRVisualization.java0fetch the open pull requests for {owner}/{reponame} from the last week. calculate the age of each pr in days. then generSTRING
HIGHcookbook/copilot-sdk/dotnet/pr-visualization.md0fetch the open pull requests for {owner}/{reponame} from the last week. calculate the age of each pr in days. then generSTRING
HIGHcookbook/copilot-sdk/dotnet/recipe/pr-visualization.cs0fetch the open pull requests for {owner}/{reponame} from the last week. calculate the age of each pr in days. then generSTRING
Hyper-Verbose Identifiers84 hits · 90 pts
SeverityFileLineSnippetContext
LOW…ctions/dataverse-python-error-handling.instructions.md226def call_with_exponential_backoff(func, *args, max_attempts=3, **kwargs):CODE
LOW…ctions/dataverse-python-error-handling.instructions.md269def bulk_create_with_error_tracking(client, table_name, payloads):CODE
LOW…tions/dataverse-python-file-operations.instructions.md426def generate_and_store_report(client, report_type, data):CODE
LOW…s/dataverse-python-real-world-usecases.instructions.md151 def find_potential_duplicates(self, table_name: str, match_fields: list):CODE
LOW…s/dataverse-python-real-world-usecases.instructions.md291 def enrich_accounts_with_industry_data(self):CODE
LOW…s/dataverse-python-real-world-usecases.instructions.md321 def enrich_contacts_with_social_profiles(self):CODE
LOW…s/dataverse-python-real-world-usecases.instructions.md513 def mark_accounts_as_inactive_if_no_activity(self, days_no_activity: int = 90):CODE
LOW…s/dataverse-python-real-world-usecases.instructions.md538 def update_opportunity_status_based_on_amount(self):CODE
LOWinstructions/playwright-python.instructions.md14- **Clarity**: Use descriptive test titles (e.g., def test_navigation_link_works():) that clearly state their intent. AdCODE
LOWinstructions/codexer.instructions.md137class UserDataProcessor:CODE
LOW…tions/self-explanatory-code-commenting.instructions.md97function calculateCompoundInterest(principal, rate, time, compoundFrequency = 1) {CODE
LOW…ons/dataverse-python-testing-debugging.instructions.md61def test_create_account_error(mock_client):CODE
LOW…ons/dataverse-python-testing-debugging.instructions.md198def test_create_and_retrieve_account(dataverse_client):CODE
LOW…ons/dataverse-python-testing-debugging.instructions.md374def test_bulk_create_performance(dataverse_client):CODE
LOW…ons/dataverse-python-testing-debugging.instructions.md413def test_retry_on_transient_error(mock_client):CODE
LOW…ons/dataverse-python-testing-debugging.instructions.md450def test_handles_missing_record(mock_client):CODE
LOW…averse-python-performance-optimization.instructions.md360def load_to_dataframe_chunked(client, table_name, chunk_size=10000):CODE
LOW…averse-python-performance-optimization.instructions.md422def create_with_consistency_check(client, table_name, payloads):CODE
LOW…ning-hub/cli-for-beginners/03-development-workflows.md474 def test_add_book_creates_new_book(self):CODE
LOW…ning-hub/cli-for-beginners/03-development-workflows.md476 def test_list_books_returns_all_books(self):CODE
LOW…ning-hub/cli-for-beginners/03-development-workflows.md480 def test_find_book_by_title_case_insensitive(self):CODE
LOW…ning-hub/cli-for-beginners/03-development-workflows.md482 def test_find_book_by_title_returns_none_when_not_found(self):CODE
LOW…ning-hub/cli-for-beginners/03-development-workflows.md484 def test_find_by_author_partial_match(self):CODE
LOW…ning-hub/cli-for-beginners/03-development-workflows.md486 def test_find_by_author_case_insensitive(self):CODE
LOW…ning-hub/cli-for-beginners/03-development-workflows.md490 def test_add_book_with_empty_title(self):CODE
LOW…ning-hub/cli-for-beginners/03-development-workflows.md492 def test_remove_nonexistent_book(self):CODE
LOW…ning-hub/cli-for-beginners/03-development-workflows.md494 def test_mark_as_read_nonexistent_book(self):CODE
LOW…ning-hub/cli-for-beginners/03-development-workflows.md498 def test_save_books_persists_to_json(self):CODE
LOW…ning-hub/cli-for-beginners/03-development-workflows.md500 def test_load_books_handles_missing_file(self):CODE
LOW…ning-hub/cli-for-beginners/03-development-workflows.md502 def test_load_books_handles_corrupted_json(self):CODE
LOW…ning-hub/cli-for-beginners/03-development-workflows.md506 def test_add_book_with_unicode_characters(self):CODE
LOW…ning-hub/cli-for-beginners/03-development-workflows.md508 def test_find_by_author_with_special_characters(self):CODE
LOWwebsite/src/scripts/modal.ts371async function configureSkillFileSwitcher(filePath: string): Promise<void> {CODE
LOWwebsite/src/scripts/modal.ts1188function renderExternalPluginModal(CODE
LOWwebsite/src/scripts/utils.ts597export function setupDropdownCloseHandlers(): void {CODE
LOWwebsite/src/scripts/pages/samples-render.ts43export function getRecipeResultsCountText(CODE
LOWwebsite/src/scripts/pages/samples-render.ts56export function renderCookbookSectionsHtml(CODE
LOWwebsite/src/scripts/pages/skills.ts97function setupResourceListHandlers(list: HTMLElement | null): void {CODE
LOWwebsite/src/scripts/pages/hooks.ts109function setupResourceListHandlers(list: HTMLElement | null): void {CODE
LOWextensions/arcade-canvas/game/scenes/GalaxyBlaster.js28function generatePointsOnBezierCurve(points, numOfPoints) {CODE
LOWskills/acquire-codebase-knowledge/scripts/scan.py455def detect_performance_markers() -> List[str]:CODE
LOWskills/eyeball/tools/eyeball.py146def _convert_with_libreoffice(soffice_path, source_path, output_pdf_path):STRING
LOWskills/eyeball/tools/eyeball.py167def _find_libreoffice_windows():STRING
LOWskills/eyeball/tools/eyeball.py180def _convert_with_word_windows(source_path, output_pdf_path):STRING
LOW…ills/game-engine/references/game-control-mechanisms.md317function gamepadButtonPressedHandler(button) {CODE
LOWskills/php-mcp-server-generator/SKILL.md387 public function testCalculateDivideByZero(): voidCODE
LOWskills/php-mcp-server-generator/SKILL.md395 public function testCalculateInvalidOperation(): voidCODE
LOWskills/cosmosdb-datamodeling/SKILL.md877function createUserWithUniqueEmail(userData) {CODE
LOW…hon-pypi-package-builder/references/testing-quality.md51def test_client_creates_with_valid_key():CODE
LOW…hon-pypi-package-builder/references/testing-quality.md56def test_client_raises_on_empty_key():CODE
LOW…hon-pypi-package-builder/references/testing-quality.md61def test_client_raises_on_invalid_timeout():CODE
LOW…hon-pypi-package-builder/references/testing-quality.md67async def test_process_returns_expected_result(client: YourClient):CODE
LOW…hon-pypi-package-builder/references/testing-quality.md73async def test_process_raises_on_invalid_input(client: YourClient):CODE
LOW…hon-pypi-package-builder/references/testing-quality.md100async def test_get_missing_key_returns_none():CODE
LOW…hon-pypi-package-builder/references/testing-quality.md126async def test_different_keys_are_independent():CODE
LOWskills/python-pypi-package-builder/scripts/scaffold.py438def test_client_creates_with_valid_key() -> None:CODE
LOWskills/python-pypi-package-builder/scripts/scaffold.py443def test_client_raises_on_empty_key() -> None:CODE
LOWskills/python-pypi-package-builder/scripts/scaffold.py448def test_client_raises_on_invalid_timeout() -> None:CODE
LOWskills/python-pypi-package-builder/scripts/scaffold.py469async def test_get_missing_key_returns_none() -> None:CODE
LOWskills/python-pypi-package-builder/scripts/scaffold.py485async def test_different_keys_are_independent() -> None:CODE
24 more matches not shown…
Hallucination Indicators8 hits · 80 pts
SeverityFileLineSnippetContext
CRITICAL…ctions/dataverse-python-error-handling.instructions.md179from azure.core.exceptions import AzureErrorCODE
CRITICAL…onvert-cassandra-to-spring-data-cosmos.instructions.md867**Error**: `java.lang.NoSuchMethodError: 'boolean io.netty.channel.epoll.Epoll.isTcpFastOpenClientSideAvailable()'`CODE
CRITICAL…onvert-cassandra-to-spring-data-cosmos.instructions.md873**Error**: `java.lang.NoSuchMethodError: 'boolean io.netty.internal.tcnative.SSLContext.setCurvesList(long, java.lang.StCODE
CRITICAL…ions/convert-jpa-to-spring-data-cosmos.instructions.md275 return new org.springframework.security.core.userdetails.User(user.getLogin(), user.getPassword(), grantedAuthoritCODE
CRITICAL…taverse-python-authentication-security.instructions.md346from azure.core.exceptions import ClientAuthenticationErrorCODE
CRITICALagents/dotnet-maui.agent.md110Microsoft.Maui.Handlers.ButtonHandler.Mapper.AppendToMapping("Custom", (handler, view) =>CODE
CRITICALskills/salesforce-component-standards/SKILL.md154if (!Schema.sObjectType.Account.fields.Revenue__c.isAccessible()) {CODE
CRITICALskills/salesforce-apex-quality/SKILL.md55if (!Schema.sObjectType.Contact.fields.Email.isAccessible()) {CODE
Magic Placeholder Names12 hits · 65 pts
SeverityFileLineSnippetContext
HIGHinstructions/copilot-sdk-go.instructions.md392 APIKey: "your-api-key",CODE
HIGH…s/dataverse-python-real-world-usecases.instructions.md380 api_key="your-api-key"CODE
HIGHinstructions/copilot-sdk-python.instructions.md427 "api_key": "your-api-key"STRING
HIGHinstructions/copilot-sdk-nodejs.instructions.md412 apiKey: "your-api-key",CODE
HIGHinstructions/copilot-sdk-csharp.instructions.md375 ApiKey = "your-api-key"CODE
HIGHplugins/flowstudio-power-automate/README.md59 "headers": { "x-api-key": "<YOUR_TOKEN>" }CODE
HIGHskills/phoenix-cli/SKILL.md56export PHOENIX_API_KEY=your-api-key # if auth is enabledCODE
HIGHskills/phoenix-tracing/references/setup-typescript.md41export PHOENIX_API_KEY="your-api-key"CODE
HIGHskills/phoenix-tracing/references/setup-python.md34export PHOENIX_API_KEY="your-api-key" # Required for Phoenix CloudCODE
HIGHskills/security-review/references/secret-patterns.md170"your-api-key-here"CODE
HIGHskills/security-review/references/secret-patterns.md171"<YOUR_API_KEY>"CODE
HIGHskills/security-review/references/secret-patterns.md171"<YOUR_API_KEY>"CODE
Fake / Example Data60 hits · 64 pts
SeverityFileLineSnippetContext
LOWinstructions/use-cliche-data-in-docs.instructions.md116 name: 'Acme Corp',CODE
LOWinstructions/use-cliche-data-in-docs.instructions.md131 "user": "admin@example.com",CODE
LOWinstructions/copilot-sdk-go.instructions.md629 Name: "John Doe",CODE
LOW…s/dataverse-python-real-world-usecases.instructions.md714 account_id = app.create_account("Acme Inc", "555-0100")CODE
LOW…s/dataverse-python-real-world-usecases.instructions.md714 account_id = app.create_account("Acme Inc", "555-0100")CODE
LOW…s/dataverse-python-real-world-usecases.instructions.md721 app.update_account(account_id, telephone1="555-0199")CODE
LOW…ctions/dataverse-python-best-practices.instructions.md167 "telephone1": "555-0100",CODE
LOW…ons/dataverse-python-testing-debugging.instructions.md89 "name": "Acme Inc",CODE
LOW…ons/dataverse-python-testing-debugging.instructions.md90 "telephone1": "555-0100",CODE
LOW…ons/dataverse-python-testing-debugging.instructions.md241 dataverse_client.update("account", test_account, {"telephone1": "555-0100"})CODE
LOW…ons/dataverse-python-testing-debugging.instructions.md244 assert account["telephone1"] == "555-0100"CODE
LOW…uctions/dataverse-python-api-reference.instructions.md48client.update("account", "guid-here", {"telephone1": "555-0100"})CODE
LOWinstructions/copilot-sdk-python.instructions.md629 name="John Doe",STRING
LOW…ompt-engineering-safety-best-practices.instructions.md737is_valid_email("user@example.com") # Should return TrueCODE
LOWinstructions/copilot-sdk-nodejs.instructions.md652 name: "John Doe",CODE
LOWinstructions/dataverse-python-sdk.instructions.md36account_id = client.create("account", {"name": "Acme, Inc.", "telephone1": "555-0100"})[0]CODE
LOWinstructions/dataverse-python-sdk.instructions.md42client.update("account", account_id, {"telephone1": "555-0199"})CODE
LOWinstructions/dataverse-python-sdk.instructions.md52client.update("account", ids, {"telephone1": "555-0200"})CODE
LOWinstructions/dataverse-python-sdk.instructions.md55client.update("account", ids, [{"telephone1": "555-1200"}, {"telephone1": "555-1300"}])CODE
LOW…/power-bi-data-modeling-best-practices.instructions.md296CustomerName: "John Doe", "John Smith", "Jane Doe", "Bob Johnson"CODE
LOW…/power-bi-data-modeling-best-practices.instructions.md296CustomerName: "John Doe", "John Smith", "Jane Doe", "Bob Johnson"CODE
LOW…averse-python-performance-optimization.instructions.md152 {"telephone1": "555-0100"},CODE
LOW…averse-python-performance-optimization.instructions.md153 {"telephone1": "555-0200"},CODE
LOW…averse-python-performance-optimization.instructions.md154 {"telephone1": "555-0300"},CODE
LOWinstructions/copilot-sdk-csharp.instructions.md560 Name = "John Doe",CODE
LOWinstructions/copilot-sdk-java.instructions.md799 new UserInfo(userId, "John Doe", "john@example.com", "Developer")STRING
LOWagents/react18-test-guardian.agent.md283 expect(screen.getByText('John Doe')).toBeInTheDocument();CODE
LOWskills/gdpr-compliant/references/data-rights.md47 "email": "user@example.com",CODE
LOWskills/batch-files/SKILL.md223call :greet "Jane Doe"CODE
LOWskills/markdown-to-html/references/hugo.md184 author = 'John Doe'CODE
LOWskills/markdown-to-html/references/hugo.md200author = 'John Doe'CODE
LOWskills/spring-boot-testing/references/mockmvc-tester.md90 assertThat(response.getCustomer().getName()).isEqualTo("John Doe");CODE
LOW…ills/spring-boot-testing/references/mockmvc-classic.md109.andExpect(jsonPath("$.customer.name").value("John Doe"))CODE
LOWskills/gen-specs-as-issues/SKILL.md29- Identify "placeholder" code that lacks real functionalityCODE
LOWskills/azure-devops-cli/references/advanced-usage.md97az repos pr list --query "[?contains(reviewers[?displayName=='John Doe'].displayName, 'John Doe')]"CODE
LOW…/azure-devops-cli/references/workflows-and-patterns.md583# Usage: bulk_update_work_items "SELECT ID FROM WorkItems WHERE State='New'" --state "Active" --assigned-to "user@examplCOMMENT
LOWskills/power-platform-architect/SKILL.md99NOTE: In your architecture recommendation you *should* include *users*! Because the human users of this system is going CODE
LOWskills/cosmosdb-datamodeling/SKILL.md196 "name": "John Doe",CODE
LOWskills/cosmosdb-datamodeling/SKILL.md470 "customerName": "John Doe" // Include customer name to avoid lookupCODE
LOWskills/cosmosdb-datamodeling/SKILL.md665 "name": "John Doe",CODE
LOWskills/phoenix-tracing/references/span-retriever.md53 "author": "Jane Doe",CODE
LOWskills/resemble-detect/references/api-reference.md219 "name": "Jane Doe"CODE
LOWskills/resemble-detect/references/api-reference.md237 { "uuid": "...", "name": "Jane Doe", "confidence": 0.92, "distance": 0.08 }CODE
LOW…lls/react18-enzyme-to-rtl/references/async-patterns.md55 expect(wrapper.find('.user-name').text()).toBe('John Doe');CODE
LOW…lls/react18-enzyme-to-rtl/references/async-patterns.md68 expect(await screen.findByText('John Doe')).toBeInTheDocument();CODE
LOW…lls/react18-enzyme-to-rtl/references/enzyme-api-map.md185 target: { value: 'user@example.com' }CODE
LOW…lls/react18-enzyme-to-rtl/references/enzyme-api-map.md194 email: 'user@example.com',CODE
LOW…lls/react18-enzyme-to-rtl/references/enzyme-api-map.md212 await user.type(screen.getByLabelText(/email/i), 'user@example.com');CODE
LOW…lls/react18-enzyme-to-rtl/references/enzyme-api-map.md219 email: 'user@example.com',CODE
LOWskills/security-review/references/secret-patterns.md103- Lorem ipsum textCODE
LOWskills/refactor/SKILL.md207- sendEmail('user@example.com', 'Hello', '...');CODE
LOWskills/refactor/SKILL.md234+ const email = Email.create('user@example.com');CODE
LOWskills/refactor/SKILL.md235+ const phone = new PhoneNumber('1', '555-1234');CODE
LOWskills/quality-playbook/quality_gate.py640 return "placeholder"CODE
LOWskills/quality-playbook/quality_gate.py966 elif status == "placeholder":CODE
LOWskills/quality-playbook/quality_gate.py1150 elif status == "placeholder":CODE
LOWskills/quality-playbook/quality_gate.py1225 elif status == "placeholder":CODE
LOWskills/quality-playbook/quality_gate.py630 """Return one of: 'valid', 'placeholder', 'future', 'bad_format', 'empty'.STRING
LOWskills/quality-playbook/quality_gate.py633 as 'placeholder' rather than 'bad_format'. The bash version's order wasSTRING
LOWskills/quality-playbook/references/challenge_gate.md35> - Is this development scaffolding? Values with names like "change-me", "placeholder", "example", "default", "TODO" areCODE
Over-Commented Block50 hits · 48 pts
SeverityFileLineSnippetContext
LOW…tions/self-explanatory-code-commenting.instructions.md101COMMENT
LOW…ng-hub/cli-for-beginners/07-putting-it-all-together.md81# Pytest-helper agent produces:COMMENT
LOWagents/aem-frontend-specialist.agent.md281# STEP 2: Extract design tokens and variablesCOMMENT
LOWagents/spark-performance.agent.md61### step 5.1 After Every Review, CREATE:COMMENT
LOWcookbook/copilot-sdk/python/managing-local-files.md81# Groups files like:COMMENT
LOWcookbook/copilot-sdk/dotnet/managing-local-files.md81// documents/ -> .pdf, .docx, .txtCOMMENT
LOWcookbook/copilot-sdk/dotnet/recipe/ralph-loop.cs1#:package GitHub.Copilot.SDK@*COMMENT
LOWextensions/arcade-canvas/game/game.js101 // stay OFF. Calling setClickThrough(false) also triggers set_focus() in Rust,COMMENT
LOWextensions/arcade-canvas/game/hud.js1// ── HUD Logic ──COMMENT
LOWhooks/tool-guardian/guard-tool.sh1#!/bin/bashCOMMENT
LOWhooks/fix-broken-links/link-fix.sh1#!/bin/bashCOMMENT
LOWhooks/secrets-scanner/scan-secrets.sh1#!/bin/bashCOMMENT
LOWhooks/dependency-license-checker/check-licenses.sh1#!/bin/bashCOMMENT
LOW.github/workflows/pr-duplicate-check.lock.yml1# gh-aw-metadata: {"schema_version":"v4","frontmatter_hash":"c1877b8a55ae9cad25f53d73dfdd810184817e8118fa5e28ca318ba34b0COMMENT
LOW.github/workflows/pr-duplicate-check.lock.yml21# gh aw compileCOMMENT
LOW.github/workflows/resource-staleness-report.lock.yml1# gh-aw-metadata: {"schema_version":"v4","frontmatter_hash":"a2b3254dba98f5d3a46841e2f2c939a6909c8045158ab079219fa141cbcCOMMENT
LOW.github/workflows/resource-staleness-report.lock.yml21# gh aw compileCOMMENT
LOW.github/workflows/resource-staleness-report.lock.yml41# - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1COMMENT
LOW.github/workflows/cli-for-beginners-sync.lock.yml1# gh-aw-metadata: {"schema_version":"v4","frontmatter_hash":"e3f2550d5791d43527217e604df3e07ee4354209a733e4beb18b02213afCOMMENT
LOW.github/workflows/cli-for-beginners-sync.lock.yml21# gh aw compileCOMMENT
LOW.github/workflows/cli-for-beginners-sync.lock.yml41# - actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0COMMENT
LOW.github/workflows/duplicate-resource-detector.lock.yml1# gh-aw-metadata: {"schema_version":"v4","frontmatter_hash":"a9f23f276f50c5d0ec075a2f482d2ef43d6cb7b3c7042624a461017cb9aCOMMENT
LOW.github/workflows/duplicate-resource-detector.lock.yml21# gh aw compileCOMMENT
LOW.github/workflows/duplicate-resource-detector.lock.yml41# - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1COMMENT
LOW.github/workflows/codeowner-update.lock.yml1# gh-aw-metadata: {"schema_version":"v4","frontmatter_hash":"eee5557beebca58fbbe2106fb8577c61ac5c2c645edcd5e7c8aaa8b14d0COMMENT
LOW.github/workflows/codeowner-update.lock.yml21# gh aw compileCOMMENT
LOW.github/workflows/codeowner-update.lock.yml41# - actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0COMMENT
LOW.github/workflows/learning-hub-updater.lock.yml1# gh-aw-metadata: {"schema_version":"v4","frontmatter_hash":"beab441c9c1223e4f6de1e14679b620313f2c1540a3e844b46994c208b7COMMENT
LOW.github/workflows/learning-hub-updater.lock.yml21# gh aw compileCOMMENT
LOW.github/workflows/learning-hub-updater.lock.yml41# - actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0COMMENT
LOW.github/workflows/learning-hub-updater.lock.yml761 # --allow-tool githubCOMMENT
LOWskills/react-audit-grep-patterns/SKILL.md21# Standard flags used throughout:COMMENT
LOWskills/arize-experiment/SKILL.md261 user_input = ex.get("input") or ex.get("question") or ex.get("prompt") or str(ex)COMMENT
LOWskills/arize-experiment/SKILL.md281 # )COMMENT
LOW…python-pypi-package-builder/references/tooling-ruff.md321# 1. Remove black and isort from dev dependenciesCOMMENT
LOWskills/eval-driven-dev/resources/setup.sh1#!/usr/bin/env bashCOMMENT
LOWskills/flowstudio-power-automate-debug/SKILL.md121# {"actionName": "HTTP_find_AD_User_by_Name", "status": "Failed",COMMENT
LOWskills/containerize-aspnet-framework/SKILL.md241COMMENT
LOWskills/containerize-aspnet-framework/SKILL.md261# - 4.8-windowsservercore-ltsc2019 (Windows Server 2019)COMMENT
LOWskills/containerize-aspnet-framework/SKILL.md301 /p:PublishUrl=C:\publish `COMMENT
LOWskills/containerize-aspnet-framework/SKILL.md321# - 3.5-windowsservercore-ltsc2025 (Windows Server 2025)COMMENT
LOWskills/containerize-aspnet-framework/SKILL.md341# RUN Start-Process -Wait -FilePath 'msiexec.exe' -ArgumentList '/i', 'C:\Installers\your-package.msi', '/quiet', '/noreCOMMENT
LOWskills/containerize-aspnet-framework/SKILL.md361COMMENT
LOWskills/containerize-aspnetcore/SKILL.md221COMMENT
LOWskills/containerize-aspnetcore/SKILL.md261COMMENT
LOWskills/containerize-aspnetcore/SKILL.md281# Install system packages if needed (uncomment and modify as needed)COMMENT
LOWskills/quality-playbook/quality_gate.py1641_V150_VALID_FIX_TYPES = ("code", "spec", "both")COMMENT
LOWskills/quality-playbook/quality_gate.py2141 # versionCOMMENT
LOWskills/quality-playbook/quality_gate.py2921# counter increment) on pure-code targets. The check that always runsCOMMENT
LOWskills/quality-playbook/quality_gate.py3241 # v1.5.1 Item 5.2: challenge-gate coverage runs last. It depends onCOMMENT
Deep Nesting55 hits · 42 pts
SeverityFileLineSnippetContext
LOW…book/copilot-sdk/python/recipe/managing_local_files.py13CODE
LOW…book/copilot-sdk/python/recipe/managing_local_files.py25CODE
LOW…s/mini-context-graph/scripts/tools/retrieval_engine.py20CODE
LOWskills/mini-context-graph/scripts/tools/graph_store.py38CODE
LOWskills/azure-architecture-autopilot/scripts/cli.py134CODE
LOWskills/acquire-codebase-knowledge/scripts/scan.py229CODE
LOWskills/acquire-codebase-knowledge/scripts/scan.py290CODE
LOWskills/acquire-codebase-knowledge/scripts/scan.py374CODE
LOWskills/acquire-codebase-knowledge/scripts/scan.py399CODE
LOWskills/acquire-codebase-knowledge/scripts/scan.py418CODE
LOWskills/acquire-codebase-knowledge/scripts/scan.py455CODE
LOWskills/acquire-codebase-knowledge/scripts/scan.py473CODE
LOWskills/acquire-codebase-knowledge/scripts/scan.py556CODE
LOWskills/code-tour/scripts/validate_tour.py56CODE
LOWskills/code-tour/scripts/generate_from_docs.py131CODE
LOWskills/code-tour/scripts/generate_from_docs.py248CODE
LOW…ptimize-simplicite-logs/scripts/simplicite-log2json.py60CODE
LOWskills/eyeball/tools/eyeball.py416CODE
LOWskills/eyeball/tools/eyeball.py524CODE
LOWskills/eyeball/tools/eyeball.py775CODE
LOWskills/publish-to-pages/scripts/convert-pptx.py53CODE
LOWskills/publish-to-pages/scripts/convert-pptx.py79CODE
LOWskills/publish-to-pages/scripts/convert-pptx.py93CODE
LOWskills/publish-to-pages/scripts/convert-pptx.py144CODE
LOWskills/publish-to-pages/scripts/convert-pptx.py170CODE
LOWskills/namecheap/namecheap.py489CODE
LOW…s/eval-driven-dev/resources/verify_step6_completion.py56CODE
LOWskills/datanalysis-credit-risk/references/analysis.py213CODE
LOWskills/datanalysis-credit-risk/references/analysis.py529CODE
LOWskills/datanalysis-credit-risk/references/analysis.py972CODE
LOW…form-azurerm-set-diff-analyzer/scripts/analyze_plan.py251CODE
LOW…form-azurerm-set-diff-analyzer/scripts/analyze_plan.py572CODE
LOW…form-azurerm-set-diff-analyzer/scripts/analyze_plan.py735CODE
LOW…idraw-diagram-generator/scripts/add-icon-to-diagram.py61CODE
LOW…idraw-diagram-generator/scripts/add-icon-to-diagram.py330CODE
LOW…ills/excalidraw-diagram-generator/scripts/add-arrow.py234CODE
LOWskills/quality-playbook/quality_gate.py601CODE
LOWskills/quality-playbook/quality_gate.py652CODE
LOWskills/quality-playbook/quality_gate.py668CODE
LOWskills/quality-playbook/quality_gate.py683CODE
LOWskills/quality-playbook/quality_gate.py727CODE
LOWskills/quality-playbook/quality_gate.py756CODE
LOWskills/quality-playbook/quality_gate.py890CODE
LOWskills/quality-playbook/quality_gate.py990CODE
LOWskills/quality-playbook/quality_gate.py1109CODE
LOWskills/quality-playbook/quality_gate.py1193CODE
LOWskills/quality-playbook/quality_gate.py1442CODE
LOWskills/quality-playbook/quality_gate.py1958CODE
LOWskills/quality-playbook/quality_gate.py2208CODE
LOWskills/quality-playbook/quality_gate.py2799CODE
LOWskills/quality-playbook/quality_gate.py3071CODE
LOWskills/quality-playbook/quality_gate.py3303CODE
LOWskills/quality-playbook/quality_gate.py702CODE
LOWskills/quality-playbook/quality_gate.py734CODE
LOW…s/draw-io-diagram-generator/scripts/validate-drawio.py24CODE
Unused Imports35 hits · 35 pts
SeverityFileLineSnippetContext
LOW…book/copilot-sdk/python/recipe/error_recovery_hooks.py14CODE
LOWskills/mini-context-graph/scripts/contextgraph.py13CODE
LOW…ls/mini-context-graph/scripts/tools/documents_store.py14CODE
LOW…ls/mini-context-graph/scripts/tools/documents_store.py20CODE
LOWskills/mini-context-graph/scripts/tools/index_store.py9CODE
LOW…s/mini-context-graph/scripts/tools/retrieval_engine.py7CODE
LOWskills/mini-context-graph/scripts/tools/graph_store.py10CODE
LOWskills/mini-context-graph/scripts/tools/wiki_store.py19CODE
LOWskills/acquire-codebase-knowledge/scripts/scan.py21CODE
LOWskills/acquire-codebase-knowledge/scripts/scan.py23CODE
LOWskills/acquire-codebase-knowledge/scripts/scan.py24CODE
LOWskills/code-tour/scripts/validate_tour.py29CODE
LOWskills/code-tour/scripts/generate_from_docs.py26CODE
LOW…s/sql-server-table-reconciliation/scripts/reconcile.py26CODE
LOW…s/sql-server-table-reconciliation/scripts/reconcile.py30CODE
LOW…s/sql-server-table-reconciliation/scripts/reconcile.py31CODE
LOWskills/publish-to-pages/scripts/convert-pptx.py8CODE
LOWskills/publish-to-pages/scripts/convert-pptx.py10CODE
LOWskills/python-pypi-package-builder/scripts/scaffold.py20CODE
LOW…s/eval-driven-dev/resources/verify_step6_completion.py8CODE
LOWskills/datanalysis-credit-risk/references/analysis.py6CODE
LOWskills/datanalysis-credit-risk/references/analysis.py7CODE
LOWskills/datanalysis-credit-risk/references/analysis.py9CODE
LOWskills/datanalysis-credit-risk/scripts/example.py10CODE
LOWskills/datanalysis-credit-risk/scripts/example.py10CODE
LOWskills/datanalysis-credit-risk/scripts/example.py10CODE
LOWskills/datanalysis-credit-risk/scripts/example.py10CODE
LOWskills/datanalysis-credit-risk/scripts/example.py10CODE
LOWskills/datanalysis-credit-risk/scripts/example.py11CODE
LOW…form-azurerm-set-diff-analyzer/scripts/analyze_plan.py18CODE
LOW…-diagram-generator/scripts/split-excalidraw-library.py20CODE
LOW…ills/excalidraw-diagram-generator/scripts/add-arrow.py25CODE
LOW…ills/excalidraw-diagram-generator/scripts/add-arrow.py25CODE
LOW…s/draw-io-diagram-generator/scripts/validate-drawio.py12CODE
LOWskills/draw-io-diagram-generator/scripts/add-shape.py15CODE
Synthetic Comment Markers6 hits · 32 pts
SeverityFileLineSnippetContext
HIGHinstructions/exclude-prompt-data.instructions.md32 (`"// Added email validation as requested"`,CODE
HIGHinstructions/exclude-prompt-data.instructions.md129// Added email validation as requested in the promptCOMMENT
HIGHplugins/doublecheck/README.md92- Before acting on legal analysis, case citations, or regulatory guidance generated by AICODE
HIGHagents/expert-embedded-c-engineer.agent.md67- Don't edit auto-generated code (RTE files, MCAL configuration, tool-generated headers).CODE
HIGHagents/CSharpExpert.agent.md33- Don't edit auto-generated code (`/api/*.cs`, `*.g.cs`, `// <auto-generated>`).CODE
HIGHdocs/README.agents.md89| [Doublecheck](../agents/doublecheck.agent.md)<br />[![Install in VS Code](https://img.shields.io/badge/VS_Code-InstallCODE
Docstring Block Structure4 hits · 20 pts
SeverityFileLineSnippetContext
HIGH…cli-for-beginners/04-agents-and-custom-instructions.md268 Search for books within a specified year range. Args: books: List of book dictionaries start_ySTRING
HIGH…on-pypi-package-builder/references/library-patterns.md341 Process data and return results. Args: data: Input dictionary to process. ReturnsSTRING
HIGHskills/python-pypi-package-builder/scripts/scaffold.py278\ from __future__ import annotations from {mod}.exceptions import YourPackageError class YourClient: """ MainSTRING
HIGH…-diagram-generator/scripts/split-excalidraw-library.py52 Find the .excalidrawlib file in the given directory. Args: directory: Directory to search ReturnsSTRING
Redundant / Tautological Comments12 hits · 19 pts
SeverityFileLineSnippetContext
LOWhooks/session-auto-commit/auto-commit.sh8# Check if SKIP_AUTO_COMMIT is setCOMMENT
LOWhooks/session-auto-commit/auto-commit.sh14# Check if we're in a git repositoryCOMMENT
LOWskills/eyeball/tools/eyeball.py603 # Check if pywin32 is available for Word automationSTRING
LOWskills/publish-to-pages/scripts/publish.sh13# Check if repo existsCOMMENT
LOWskills/eval-driven-dev/resources/setup.sh33# Check if pixie is already installed before attempting upgradeCOMMENT
LOWskills/datanalysis-credit-risk/references/analysis.py340 # Check if feature list is emptyCOMMENT
LOWskills/datanalysis-credit-risk/references/analysis.py345 # Check if data is sufficientCOMMENT
LOWskills/datanalysis-credit-risk/references/analysis.py353 # Check if X is empty or contains NaNCOMMENT
LOWskills/datanalysis-credit-risk/references/analysis.py386 # Check if training data is validCOMMENT
LOWskills/datanalysis-credit-risk/references/analysis.py417 # Check if there are valid resultsCOMMENT
LOW…form-azurerm-set-diff-analyzer/scripts/analyze_plan.py202 # Check if this is a nested Set attributeCOMMENT
LOW…form-azurerm-set-diff-analyzer/scripts/analyze_plan.py274 # Check if this is a primitive set (non-dict elements)COMMENT
Verbosity Indicators11 hits · 16 pts
SeverityFileLineSnippetContext
LOWskills/mini-context-graph/scripts/contextgraph.py140 # Step 1: Store raw document and auto-chunkCOMMENT
LOWskills/mini-context-graph/scripts/contextgraph.py164 # Step 2: Ingest entities with provenanceCOMMENT
LOWskills/mini-context-graph/scripts/contextgraph.py182 # Step 3: Ingest relations with provenanceCOMMENT
LOW…ills/azure-architecture-autopilot/scripts/generator.py1734 // Step 1: map each node to its containing group boxCOMMENT
LOW…ills/azure-architecture-autopilot/scripts/generator.py1750 // Step 2: identify channels between group pairs + assign slot offsetsCOMMENT
LOW…ills/azure-architecture-autopilot/scripts/generator.py1780 // Step 3: sort edges within each channel and assign slot offsetsCOMMENT
LOWskills/sandbox-npm-install/scripts/install.sh93# Step 1: Prepare local deps directoryCOMMENT
LOWskills/sandbox-npm-install/scripts/install.sh119# Step 2: Install on local ext4COMMENT
LOWskills/sandbox-npm-install/scripts/install.sh123# Step 3: Symlink into workspaceCOMMENT
LOWskills/sandbox-npm-install/scripts/install.sh150# Step 4: Verify native binaries when present in this projectCOMMENT
LOWskills/sandbox-npm-install/scripts/install.sh175# Step 5: Optionally install PlaywrightCOMMENT
AI Slop Vocabulary4 hits · 8 pts
SeverityFileLineSnippetContext
MEDIUM…s/csharp-dotnet-development/.github/plugin/plugin.json3 "description": "Essential prompts, instructions, and chat modes for C# and .NET development including testing, documenCODE
MEDIUM…o-application-csharp-dotnet/.github/plugin/plugin.json3 "description": "Generate production-ready .NET applications from OpenAPI specifications. Includes ASP.NET Core projectCODE
MEDIUM.github/plugin/marketplace.json290 "description": "Essential prompts, instructions, and chat modes for C# and .NET development including testing, docCODE
MEDIUM.github/plugin/marketplace.json794 "description": "Generate production-ready .NET applications from OpenAPI specifications. Includes ASP.NET Core proCODE
Self-Referential Comments1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMcookbook/cookbook.yml3# This file defines the structure of cookbooks and recipes for the Samples pageCOMMENT
TODO Padding1 hit · 1 pts
SeverityFileLineSnippetContext
LOWagents/aws-cloud-expert.agent.md59- **Show working code**: Provide complete, runnable CDK stacks or SAM templates — never stub with `# TODO: implement`CODE
Modern Structural Boilerplate1 hit · 1 pts
SeverityFileLineSnippetContext
LOWskills/python-pypi-package-builder/scripts/scaffold.py268__all__ = [CODE
AI Structural Patterns1 hit · 1 pts
SeverityFileLineSnippetContext
LOWskills/datanalysis-credit-risk/references/analysis.py972CODE