Repository Analysis

wshobson/agents

Multi-harness agentic plugin marketplace for Claude Code, Codex CLI, Cursor, OpenCode, GitHub Copilot, and Gemini CLI

8.0 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of wshobson/agents, a Python project with 37,886 GitHub stars. SynthScan v2.0 examined 218,587 lines of code across 1069 source files, recording 1122 pattern matches distributed across 16 syntactic categories. The overall adjusted score of 8.0 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).

8.0
Adjusted Score
8.0
Raw Score
100%
Time Factor
2026-07-14
Last Push
37.9K
Stars
Python
Language
218.6K
Lines of Code
1.1K
Files
1.1K
Pattern Hits
2026-07-14
Scan Date
0.01
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 0HIGH 16MEDIUM 180LOW 926

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 1122 distinct pattern matches across 16 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 Overuse277 hits · 476 pts
SeverityFileLineSnippetContext
LOW…ns/backend-development/commands/feature-development.md69### Step 1: Requirements GatheringCOMMENT
LOW…ns/backend-development/commands/feature-development.md121### Step 2: Architecture & Security DesignCOMMENT
LOW…ns/backend-development/commands/feature-development.md174### Step 3: Backend ImplementationCOMMENT
LOW…ns/backend-development/commands/feature-development.md208### Step 4: Frontend ImplementationCOMMENT
LOW…ns/backend-development/commands/feature-development.md246### Step 5: Testing & ValidationCOMMENT
LOW…ns/backend-development/commands/feature-development.md377### Step 6: Deployment & MonitoringCOMMENT
LOW…ns/backend-development/commands/feature-development.md411### Step 7: Documentation & HandoffCOMMENT
LOWplugins/incident-response/commands/incident-response.md69### Step 1: Incident Detection and ClassificationCOMMENT
LOWplugins/incident-response/commands/incident-response.md97### Step 2: Observability AnalysisCOMMENT
LOWplugins/incident-response/commands/incident-response.md127### Step 3: Initial MitigationCOMMENT
LOWplugins/incident-response/commands/incident-response.md185### Step 4: Deep System DebuggingCOMMENT
LOWplugins/incident-response/commands/incident-response.md216### Step 5: Security AssessmentCOMMENT
LOWplugins/incident-response/commands/incident-response.md242### Step 6: Performance AnalysisCOMMENT
LOWplugins/incident-response/commands/incident-response.md319### Step 7: Fix ImplementationCOMMENT
LOWplugins/incident-response/commands/incident-response.md347### Step 8: Deployment and ValidationCOMMENT
LOWplugins/incident-response/commands/incident-response.md399### Step 9: Stakeholder CommunicationCOMMENT
LOWplugins/incident-response/commands/incident-response.md429### Step 10: Customer Impact AssessmentCOMMENT
LOWplugins/incident-response/commands/incident-response.md463### Step 11: Blameless PostmortemCOMMENT
LOWplugins/incident-response/commands/incident-response.md494### Step 12: Monitoring EnhancementCOMMENT
LOWplugins/incident-response/commands/incident-response.md525### Step 13: System HardeningCOMMENT
LOWplugins/incident-response/commands/smart-fix.md69### Step 1: Error Detection and Context GatheringCOMMENT
LOWplugins/incident-response/commands/smart-fix.md107### Step 2: Root Cause IdentificationCOMMENT
LOWplugins/incident-response/commands/smart-fix.md174### Step 3: Deep Code AnalysisCOMMENT
LOWplugins/incident-response/commands/smart-fix.md208### Step 4: Code Review Deep DiveCOMMENT
LOWplugins/incident-response/commands/smart-fix.md253### Step 5: Implement FixCOMMENT
LOWplugins/incident-response/commands/smart-fix.md320### Step 6: Regression TestingCOMMENT
LOWplugins/incident-response/commands/smart-fix.md346### Step 7: Performance ValidationCOMMENT
LOWplugins/incident-response/commands/smart-fix.md373### Step 8: Security ReviewCOMMENT
LOWplugins/incident-response/commands/smart-fix.md445### Step 9: Final Code ReviewCOMMENT
LOWplugins/incident-response/commands/smart-fix.md474### Step 10: Documentation & PreventionCOMMENT
LOW…kills/incident-runbook-templates/references/details.md75# Step 1: Check pod statusCOMMENT
LOW…kills/incident-runbook-templates/references/details.md78# Step 2: If pods are crash-looping, check logsCOMMENT
LOW…kills/incident-runbook-templates/references/details.md81# Step 3: Check recent deploymentsCOMMENT
LOW…kills/incident-runbook-templates/references/details.md84# Step 4: ROLLBACK if recent deploy is suspectCOMMENT
LOW…kills/incident-runbook-templates/references/details.md87# Step 5: Scale up if resource constrainedCOMMENT
LOW…kills/incident-runbook-templates/references/details.md90# Step 6: Verify recoveryCOMMENT
LOW…kills/incident-runbook-templates/references/details.md97# Step 1: Check database connectionsCOMMENT
LOW…kills/incident-runbook-templates/references/details.md101# Step 2: Check slow queries (if DB issue)COMMENT
LOW…kills/incident-runbook-templates/references/details.md108# Step 3: Kill long-running queries if neededCOMMENT
LOW…kills/incident-runbook-templates/references/details.md111# Step 4: Check external dependency latencyCOMMENT
LOW…kills/incident-runbook-templates/references/details.md114# Step 5: Enable circuit breaker if dependency is slowCOMMENT
LOW…kills/incident-runbook-templates/references/details.md122# Step 1: Identify error patternCOMMENT
LOW…kills/incident-runbook-templates/references/details.md126# Step 2: Check error trackingCOMMENT
LOW…kills/incident-runbook-templates/references/details.md129# Step 3: If specific endpoint, enable feature flag to disableCOMMENT
LOW…kills/incident-runbook-templates/references/details.md133# Step 4: If data issue, check recent data changesCOMMENT
LOW…kills/incident-runbook-templates/references/details.md143# Step 1: Check current request rateCOMMENT
LOW…kills/incident-runbook-templates/references/details.md146# Step 2: Scale horizontallyCOMMENT
LOW…kills/incident-runbook-templates/references/details.md149# Step 3: Enable rate limitingCOMMENT
LOW…kills/incident-runbook-templates/references/details.md154# Step 4: If attack, block suspicious IPsCOMMENT
LOWplugins/plugin-eval/agents/eval-orchestrator.md18## Step 1: Run Static AnalysisCOMMENT
LOWplugins/plugin-eval/agents/eval-orchestrator.md27## Step 2: LLM Judge (Standard+ Depth)COMMENT
LOWplugins/plugin-eval/agents/eval-orchestrator.md35## Step 3: Compute Final CompositeCOMMENT
LOWplugins/plugin-eval/agents/eval-orchestrator.md54## Step 4: Badge AssignmentCOMMENT
LOWplugins/plugin-eval/commands/eval.md15### Step 1: Run Static Analysis (Layer 1)COMMENT
LOWplugins/plugin-eval/commands/eval.md24### Step 2: LLM Judge (Layer 2) — if NOT --depth quickCOMMENT
LOWplugins/plugin-eval/commands/eval.md34### Step 3: Compute Final ScoreCOMMENT
LOWplugins/plugin-eval/commands/eval.md56### Step 4: Present ResultsCOMMENT
LOWplugins/multi-platform-apps/commands/multi-platform.md69### Step 1: Define Feature Requirements and API ContractsCOMMENT
LOWplugins/multi-platform-apps/commands/multi-platform.md107### Step 2: Design System and UI/UX ConsistencyCOMMENT
LOWplugins/multi-platform-apps/commands/multi-platform.md149### Step 3: Shared Business Logic ArchitectureCOMMENT
217 more matches not shown…
Hyper-Verbose Identifiers438 hits · 426 pts
SeverityFileLineSnippetContext
LOWtools/doc_gardener.py260def check_oversized_context_files(report: Report) -> None:CODE
LOWtools/doc_gardener.py333def check_marketplace_consistency(report: Report) -> None:CODE
LOWtools/validate_generated.py67def _check_nonempty_str_field(CODE
LOWtools/validate_generated.py345def _extract_permission_block(raw: str) -> dict | None:CODE
LOWtools/tests/test_install_copilot.py23def test_default_config_dir_prefers_copilot_config_dir(tmp_path: Path):CODE
LOWtools/tests/test_install_copilot.py31def test_default_config_dir_uses_xdg_config_home(tmp_path: Path):CODE
LOWtools/tests/test_install_copilot.py37def test_install_creates_idempotent_symlinks(tmp_path: Path):CODE
LOWtools/tests/test_install_copilot.py54def test_install_refuses_to_overwrite_real_files(tmp_path: Path):CODE
LOWtools/tests/test_install_copilot.py69def test_force_replaces_conflicting_symlink_only(tmp_path: Path):CODE
LOWtools/tests/test_install_copilot.py89def test_uninstall_removes_only_repo_owned_symlinks(tmp_path: Path):CODE
LOWtools/tests/test_real_world.py60 def test_every_local_marketplace_entry_resolves_to_plugin_dir(self):CODE
LOWtools/tests/test_real_world.py71 def test_every_local_plugin_dir_appears_in_marketplace(self):CODE
LOWtools/tests/test_real_world.py78 def test_marketplace_version_matches_per_plugin_json(self):CODE
LOWtools/tests/test_real_world.py105 def test_plugin_loads_without_error(self, plugin_name: str):CODE
LOWtools/tests/test_real_world.py109 def test_no_plugin_name_contains_double_underscore(self):CODE
LOWtools/tests/test_real_world.py114 def test_every_agent_has_name_and_description(self):CODE
LOWtools/tests/test_real_world.py127 def test_every_skill_has_trigger_phrase(self):CODE
LOWtools/tests/test_real_world.py142 def test_no_agent_collides_with_codex_builtin(self):CODE
LOWtools/tests/test_real_world.py156 def test_agent_frontmatter_names_are_unique_across_plugins(self):CODE
LOWtools/tests/test_real_world.py173 def test_command_phase_output_references_match_task_keys(self):CODE
LOWtools/tests/test_real_world.py220 def test_every_refactored_skill_has_meaningful_details(self):CODE
LOWtools/tests/test_real_world.py233 def test_extracted_skills_have_pointer_to_references(self):CODE
LOWtools/tests/test_real_world.py245 def test_extracted_skills_preserve_when_to_use(self):CODE
LOWtools/tests/test_real_world.py267 def test_no_refactored_skill_is_stub_only(self):CODE
LOWtools/tests/test_real_world.py288 def test_plugin_json_has_name_and_version(self, plugin_name: str):CODE
LOWtools/tests/test_round_trip.py70 def test_codex_agent_count_matches_source(self):CODE
LOWtools/tests/test_round_trip.py119 def test_opencode_agent_count_matches_source(self):CODE
LOWtools/tests/test_round_trip.py125 def test_opencode_command_count_matches_source(self):CODE
LOWtools/tests/test_round_trip.py131 def test_opencode_skill_count_matches_source(self):CODE
LOWtools/tests/test_round_trip.py137 def test_every_opencode_agent_has_required_frontmatter(self):CODE
LOWtools/tests/test_round_trip.py291 def test_copilot_agent_count_matches_source(self):CODE
LOWtools/tests/test_round_trip.py297 def test_copilot_skill_count_matches_source(self):CODE
LOWtools/tests/test_round_trip.py305 def test_copilot_command_count_matches_source(self):CODE
LOWtools/tests/test_round_trip.py313 def test_copilot_command_entrypoints_exist_for_every_plugin(self):CODE
LOWtools/tests/test_round_trip.py321 def test_every_copilot_agent_has_required_frontmatter(self):CODE
LOWtools/tests/test_round_trip.py345 def test_gemini_extension_manifest(self):CODE
LOWtools/tests/test_round_trip.py355 def test_codex_marketplace_lists_all_local_plugins(self):CODE
LOWtools/tests/test_round_trip.py85 def test_every_codex_agent_toml_parses_and_has_required_fields(self):CODE
LOWtools/tests/test_round_trip.py106 def test_agents_md_within_cap(self):CODE
LOWtools/tests/test_round_trip.py152 def test_locked_agents_have_proper_permission_block(self):CODE
LOWtools/tests/test_round_trip.py184 def test_every_opencode_skill_has_valid_frontmatter(self):CODE
LOWtools/tests/test_round_trip.py206 def test_cursor_marketplace_lists_all_local_plugins(self):CODE
LOWtools/tests/test_round_trip.py217 def test_cursor_per_plugin_manifests_exist(self):CODE
LOWtools/tests/test_round_trip.py226 def test_cursor_rules_only_use_allowed_keys(self):CODE
LOWtools/tests/test_round_trip.py245 def test_gemini_command_at_path_injections_resolve(self):CODE
LOWtools/tests/test_round_trip.py262 def test_every_gemini_command_has_prompt_and_args(self):CODE
LOWtools/tests/test_round_trip.py278 def test_gemini_md_within_cap(self):CODE
LOWtools/tests/test_round_trip.py367 def test_codex_per_plugin_manifests_valid(self):CODE
LOWtools/tests/test_round_trip.py385 def test_claude_md_is_symlink_to_agents_md(self):CODE
LOWtools/tests/test_round_trip.py409 def test_context_file_within_cap(self, name: str, cap: int):CODE
LOWtools/tests/test_doc_gardener.py38 def test_fresh_artifacts_no_finding(self, tmp_path: Path, monkeypatch: pytest.MonkeyPatch):CODE
LOWtools/tests/test_doc_gardener.py60 def test_stale_artifact_warns(self, tmp_path: Path, monkeypatch: pytest.MonkeyPatch):CODE
LOWtools/tests/test_doc_gardener.py80 def test_opencode_skill_id_collision_errors(CODE
LOWtools/tests/test_doc_gardener.py101 def test_missing_plugins_dir_does_not_crash_for_opencode_skills(CODE
LOWtools/tests/test_doc_gardener.py121 def test_within_budget_no_finding(self, tmp_path: Path, monkeypatch: pytest.MonkeyPatch):CODE
LOWtools/tests/test_doc_gardener.py141 def test_valid_links_no_finding(self, tmp_path: Path, monkeypatch: pytest.MonkeyPatch):CODE
LOWtools/tests/test_doc_gardener.py159 def test_external_links_skipped(self, tmp_path: Path, monkeypatch: pytest.MonkeyPatch):CODE
LOWtools/tests/test_doc_gardener.py174 def test_under_cap_no_finding(self, tmp_path: Path, monkeypatch: pytest.MonkeyPatch):CODE
LOWtools/tests/test_doc_gardener.py185 def test_over_cap_without_references_warns(CODE
LOWtools/tests/test_doc_gardener.py198 def test_over_cap_with_references_no_finding(CODE
378 more matches not shown…
Decorative Section Separators112 hits · 365 pts
SeverityFileLineSnippetContext
MEDIUMtools/doc_gardener.py46# ── Findings ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/doc_gardener.py78# ── Checks ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/validate_generated.py30# ── Findings ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/validate_generated.py64# ── Helpers ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/validate_generated.py111# ── Codex validators ─────────────────────────────────────────────────────────COMMENT
MEDIUMtools/validate_generated.py222# ── Cursor validators ────────────────────────────────────────────────────────COMMENT
MEDIUMtools/validate_generated.py318# ── OpenCode validators ──────────────────────────────────────────────────────COMMENT
MEDIUMtools/validate_generated.py523# ── Gemini validators ────────────────────────────────────────────────────────COMMENT
MEDIUMtools/validate_generated.py605# ── Driver ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/tests/test_real_world.py56# ── Marketplace consistency ─────────────────────────────────────────────────COMMENT
MEDIUMtools/tests/test_real_world.py100# ── Plugin source integrity ─────────────────────────────────────────────────COMMENT
MEDIUMtools/tests/test_real_world.py204# ── Progressive-disclosure refactor integrity ────────────────────────────────COMMENT
MEDIUMtools/tests/test_real_world.py283# ── plugin.json integrity ─────────────────────────────────────────────────COMMENT
MEDIUMtools/tests/test_round_trip.py62# ── Per-harness output checks ────────────────────────────────────────────────COMMENT
MEDIUMtools/tests/test_round_trip.py335# ── Native-install manifests (always run; these are committed source) ─────────COMMENT
MEDIUMtools/tests/test_round_trip.py394# ── Context file size budgets (always run) ───────────────────────────────────COMMENT
MEDIUMtools/tests/test_doc_gardener.py34# ── Stale artifacts ──────────────────────────────────────────────────────────COMMENT
MEDIUMtools/tests/test_doc_gardener.py117# ── Context file size ────────────────────────────────────────────────────────COMMENT
MEDIUMtools/tests/test_doc_gardener.py137# ── Dead links ───────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/tests/test_doc_gardener.py170# ── Codex skill cap ──────────────────────────────────────────────────────────COMMENT
MEDIUMtools/tests/test_doc_gardener.py214# ── Marketplace consistency ──────────────────────────────────────────────────COMMENT
MEDIUMtools/tests/test_validate_generated.py26# ── Codex ────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/tests/test_validate_generated.py95# ── Cursor ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/tests/test_validate_generated.py149# ── Copilot ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/tests/test_validate_generated.py244# ── OpenCode ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/tests/test_validate_generated.py369# ── Gemini ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/tests/test_adapters.py552# ── OpenCode ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/tests/test_adapters.py855# ── Gemini ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/tests/test_adapters.py26# ── Codex ────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/tests/test_adapters.py450# ── Cursor ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/tests/test_adapters.py933# ── Copilot ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/tests/test_adapters.py1131# ── Cross-cutting: capabilities consistency ──────────────────────────────────COMMENT
MEDIUMtools/tests/test_cli_smoke.py53# ── OpenCode CLI ─────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/tests/test_cli_smoke.py104# ── Gemini CLI ───────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/tests/test_cli_smoke.py121# ── Codex CLI ────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/tests/test_cli_smoke.py154# ── Claude Code CLI ──────────────────────────────────────────────────────────COMMENT
MEDIUMtools/tests/test_cli_smoke.py175# ── Cross-CLI sanity: marketplace + adapter agreement ────────────────────────COMMENT
MEDIUMtools/adapters/codex.py55# ── TOML emission (hand-rolled; no toml writer in stdlib) ────────────────────COMMENT
MEDIUMtools/adapters/codex.py78# ── Skill rewriting ──────────────────────────────────────────────────────────COMMENT
MEDIUMtools/adapters/codex.py325# ── Adapter ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/adapters/codex.py440 # ── Internals ──────────────────────────────────────────────────────────COMMENT
MEDIUMtools/adapters/codex.py569 # ── Marketplace manifests (native install; reads source skills) ──────────COMMENT
MEDIUMtools/adapters/gemini.py80 # ── Internals ──────────────────────────────────────────────────────────COMMENT
MEDIUMtools/adapters/opencode.py195 # ── Internals ──────────────────────────────────────────────────────────COMMENT
MEDIUMtools/adapters/base.py238# ── Source-of-truth dataclasses ───────────────────────────────────────────────COMMENT
MEDIUMtools/adapters/base.py397# ── HarnessAdapter base class ─────────────────────────────────────────────────COMMENT
MEDIUMtools/adapters/base.py442 # ── Shared utilities ──────────────────────────────────────────────────COMMENT
MEDIUMtools/adapters/cursor.py205 # ── Internals ──────────────────────────────────────────────────────────COMMENT
MEDIUMtools/yt-design-extractor/yt-design-extractor.py71# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/yt-design-extractor/yt-design-extractor.py73# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/yt-design-extractor/yt-design-extractor.py150# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/yt-design-extractor/yt-design-extractor.py152# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/yt-design-extractor/yt-design-extractor.py262# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/yt-design-extractor/yt-design-extractor.py264# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/yt-design-extractor/yt-design-extractor.py348# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/yt-design-extractor/yt-design-extractor.py350# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/yt-design-extractor/yt-design-extractor.py405# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/yt-design-extractor/yt-design-extractor.py407# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/yt-design-extractor/yt-design-extractor.py602# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/yt-design-extractor/yt-design-extractor.py604# ---------------------------------------------------------------------------COMMENT
52 more matches not shown…
Modern AI Meta-Vocabulary41 hits · 117 pts
SeverityFileLineSnippetContext
MEDIUMREADME.md68├── commands/ # 1 scaffolding commandCODE
MEDIUMAGENTS.md1# claude-agents — multi-harness agentic plugin marketplaceCOMMENT
MEDIUMCLAUDE.md1# claude-agents — multi-harness agentic plugin marketplaceCOMMENT
MEDIUMtools/tests/test_adapters.py825 # Body mentions 'Agent' only as a substring (class name in code) — no actual orchestration.COMMENT
MEDIUMtools/tests/test_adapters.py832 # Body explicitly mentions `subagent` as a standalone word — IS orchestration.COMMENT
MEDIUMtools/tests/test_adapters.py852 assert "subtask: true" in delegate # genuine orchestration still detectedCODE
MEDIUMtools/adapters/opencode.py33# Detects orchestration intent in command bodies. Word-boundary match so identifiersCOMMENT
MEDIUMtools/adapters/opencode.py257 # Heuristic: if command orchestrates subagents, force isolation.COMMENT
MEDIUM…learning-ops/skills/recsys-pipeline-architect/SKILL.md106### RAG retrieval reranker (Python async)COMMENT
MEDIUM…nt/skills/microservices-patterns/references/details.md271# Saga orchestration for order fulfillmentCOMMENT
MEDIUM…/workflow-orchestration-patterns/references/details.md1# workflow-orchestration-patterns — detailed patterns and worked examplesCOMMENT
MEDIUM…opment/skills/saga-orchestration/references/details.md1# saga-orchestration — detailed sectionsCOMMENT
MEDIUMplugins/plugin-eval/tests/test_judge.py141 {"unmeasured": True, "error": "x"}, # orchestration failedCODE
MEDIUM…ns/skills/helm-chart-scaffolding/references/details.md1# helm-chart-scaffolding — detailed patterns and worked examplesCOMMENT
MEDIUMplugins/agent-orchestration/agents/context-manager.md55### RAG & Information RetrievalCOMMENT
MEDIUMplugins/dotnet-contribution/agents/dotnet-architect.md3description: Expert .NET backend architect specializing in C#, ASP.NET Core, Entity Framework, Dapper, and enterprise apCODE
MEDIUM…t-contribution/skills/dotnet-backend-patterns/SKILL.md3description: Master C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applicatiCODE
MEDIUMplugins/llm-application-dev/agents/prompt-engineer.md93#### RAG & Knowledge IntegrationCOMMENT
MEDIUMplugins/llm-application-dev/agents/ai-engineer.md25### Advanced RAG SystemsCOMMENT
MEDIUMplugins/llm-application-dev/commands/prompt-optimize.md198### 6. RAG IntegrationSTRING
MEDIUMplugins/llm-application-dev/commands/langchain-agent.md66## RAG PipelineCOMMENT
MEDIUMplugins/llm-application-dev/commands/langchain-agent.md88### Advanced RAG PatternsCOMMENT
MEDIUM…llm-application-dev/skills/rag-implementation/SKILL.md6# RAG ImplementationCOMMENT
MEDIUM…llm-application-dev/skills/rag-implementation/SKILL.md93# RAG promptCOMMENT
MEDIUM…llm-application-dev/skills/rag-implementation/SKILL.md120# Build RAG graphCOMMENT
MEDIUM…on-dev/skills/rag-implementation/references/details.md3## Advanced RAG PatternsCOMMENT
MEDIUM…on-dev/skills/rag-implementation/references/details.md117# Build HyDE RAG graphCOMMENT
MEDIUM…on-dev/skills/rag-implementation/references/details.md327## Prompt Engineering for RAGCOMMENT
MEDIUM…on-dev/skills/rag-implementation/references/details.md351### Structured Output for RAGCOMMENT
MEDIUM…ills/prompt-engineering-patterns/references/details.md260### With RAG SystemsCOMMENT
MEDIUM…engineering-patterns/assets/prompt-template-library.md200### RAG TemplateCOMMENT
MEDIUM…lls/hybrid-search-implementation/references/details.md365### Template 4: Custom Hybrid RAG PipelineCOMMENT
MEDIUM…application-dev/skills/langchain-architecture/SKILL.md23langchain (1.2.x) # High-level orchestrationCODE
MEDIUM…application-dev/skills/langchain-architecture/SKILL.md26langgraph # Agent orchestration and state managementCODE
MEDIUM…ev/skills/langchain-architecture/references/details.md5### Pattern 1: RAG with LangGraphCOMMENT
MEDIUM…ev/skills/langchain-architecture/references/details.md215# Build multi-agent graphCOMMENT
MEDIUMplugins/context-management/agents/context-manager.md55### RAG & Information RetrievalCOMMENT
MEDIUMplugins/ship-mate/commands/ship.md116### `orchestrate`COMMENT
MEDIUMdocs/architecture.md285├── commands/ # Python project scaffoldingCODE
MEDIUMdocs/usage.md300# Component scaffoldingCOMMENT
MEDIUMdocs/usage.md311# Python project scaffoldingCOMMENT
Excessive Try-Catch Wrapping77 hits · 86 pts
SeverityFileLineSnippetContext
MEDIUMtools/generate.py228 print(f"Error: {err}", file=sys.stderr)CODE
MEDIUMtools/generate.py256 print(f"Error: plugins directory not found at {PLUGINS_DIR}", file=sys.stderr)CODE
LOWtools/generate.py283 except Exception as e: # noqa: BLE001 — we want to aggregate, not crashCODE
LOWtools/generate.py300 except Exception as e: # noqa: BLE001CODE
LOWtools/yt-design-extractor/yt-design-extractor.py277 except Exception as e:CODE
LOWtools/yt-design-extractor/yt-design-extractor.py287 except Exception as e:CODE
LOWtools/yt-design-extractor/yt-design-extractor.py335 except Exception as e:CODE
LOWtools/yt-design-extractor/yt-design-extractor.py361 except Exception as e:CODE
LOW…essing/skills/stripe-integration/references/details.md274 except Exception as e:CODE
LOW…essing/skills/paypal-integration/references/details.md289 except Exception as e:CODE
LOW…nt/skills/microservices-patterns/references/details.md343 except Exception as e:CODE
LOW…nt/skills/microservices-patterns/references/details.md353 except Exception as e:CODE
LOW…nt/skills/microservices-patterns/references/details.md439 except Exception as e:CODE
LOW…lls/saga-orchestration/references/advanced-patterns.md443 except Exception as e:CODE
LOW…ls/temporal-python-testing/resources/replay-testing.md339 except Exception as e:CODE
LOW…kills/temporal-python-testing/resources/local-setup.md114 except Exception as e:CODE
LOW…pment/skills/cqrs-implementation/references/details.md394 except Exception as e:CODE
LOW…per-essentials/skills/error-handling-patterns/SKILL.md104 except Exception as e:CODE
LOW…s/skills/error-handling-patterns/references/details.md55 except Exception as e:CODE
LOW…s/skills/error-handling-patterns/references/details.md391 except Exception as e:CODE
LOW…s/skills/error-handling-patterns/references/details.md490 except Exception as e:CODE
LOW…s/skills/error-handling-patterns/references/details.md514 except Exception:CODE
LOW…eloper-essentials/skills/debugging-strategies/SKILL.md238except Exception:CODE
LOWplugins/plugin-eval/scripts/eval_all.py120 except Exception as exc:CODE
LOWplugins/plugin-eval/src/plugin_eval/corpus.py60 except Exception:CODE
LOW…gins/plugin-eval/src/plugin_eval/layers/monte_carlo.py94 except Exception: # noqa: BLE001 — a failed run is recorded as errored, not fatalCODE
LOW…gins/plugin-eval/src/plugin_eval/layers/monte_carlo.py199 except Exception:CODE
LOWplugins/plugin-eval/src/plugin_eval/layers/judge.py112 except Exception as exc: # noqa: BLE001 — judge is best-effort; degrade to unmeasuredCODE
LOW…liance/skills/gdpr-data-handling/references/details.md197 except Exception as e:CODE
LOW…liance/skills/gdpr-data-handling/references/details.md240 except Exception as e:CODE
LOW…folding/skills/fastapi-templates/references/details.md87 except Exception:CODE
LOW…lopment/skills/python-resilience/references/details.md91 except Exception as e:CODE
LOW…lopment/skills/python-resilience/references/details.md138 except Exception as e:CODE
LOW…lopment/skills/python-resilience/references/details.md171 except Exception as e:CODE
MEDIUM…lopment/skills/python-resilience/references/details.md168def wrapper(*args, **kwargs) -> T:CODE
LOW…nt/skills/python-background-jobs/references/details.md17 except Exception as e:CODE
LOW…ython-development/skills/python-anti-patterns/SKILL.md138except Exception:CODE
LOW…ython-development/skills/python-anti-patterns/SKILL.md178 except Exception as e:CODE
LOW…ent/skills/python-error-handling/references/details.md121 except Exception as e:CODE
LOW…ent/skills/python-error-handling/references/details.md164 except Exception as e:CODE
LOW…development/skills/python-resource-management/SKILL.md180 except Exception:CODE
LOW…ython-development/skills/python-observability/SKILL.md119 except Exception as e:CODE
LOW…ment/skills/python-observability/references/details.md59 except Exception as e:CODE
LOW…ment/skills/python-observability/references/details.md116 except Exception as e:CODE
MEDIUM…thon-development/skills/async-python-patterns/SKILL.md182 print(f"Error: {e}")CODE
LOW…ent/skills/async-python-patterns/references/details.md219 except Exception as e:CODE
MEDIUMplugins/code-documentation/commands/code-explain.md411 print("Error: Cannot divide by zero!")STRING
MEDIUMplugins/code-documentation/commands/code-explain.md414 print("Error: Please provide numbers only!")STRING
MEDIUMplugins/code-documentation/commands/code-explain.md698 print("Something went wrong")CODE
LOWplugins/code-documentation/commands/code-explain.md705except Exception as e:CODE
LOWplugins/error-debugging/commands/error-analysis.md651 except Exception as e:CODE
LOWplugins/error-debugging/commands/error-analysis.md882 except Exception as e:CODE
LOWplugins/team-collaboration/commands/issue.md364 except Exception as e:CODE
LOWplugins/security-scanning/commands/security-sast.md435 except Exception as e:CODE
LOW…ns/security-scanning/commands/security-dependencies.md116 except Exception as e:CODE
LOW…ns/security-scanning/commands/security-dependencies.md147 except Exception as e:CODE
LOW…ns/security-scanning/commands/security-dependencies.md179 except Exception as e:CODE
LOW…ns/security-scanning/commands/security-dependencies.md210 except Exception as e:CODE
LOW…skills/threat-mitigation-mapping/references/details.md605 except Exception as e:CODE
LOW…/database-cloud-optimization/commands/cost-optimize.md274 except Exception as e:CODE
17 more matches not shown…
Unused Imports58 hits · 56 pts
SeverityFileLineSnippetContext
LOWtools/generate.py8CODE
LOWtools/doc_gardener.py20CODE
LOWtools/install_opencode.py4CODE
LOWtools/validate_generated.py14CODE
LOWtools/check_agent_name_collisions.py4CODE
LOWtools/install_copilot.py4CODE
LOWtools/tests/test_install_copilot.py3CODE
LOWtools/tests/conftest.py3CODE
LOWtools/tests/test_real_world.py10CODE
LOWtools/tests/test_round_trip.py12CODE
LOWtools/tests/test_doc_gardener.py3CODE
LOWtools/tests/test_install_opencode.py3CODE
LOWtools/tests/test_validate_generated.py3CODE
LOWtools/tests/test_adapters.py8CODE
LOWtools/tests/test_cli_smoke.py15CODE
LOWtools/adapters/codex.py19CODE
LOWtools/adapters/copilot.py3CODE
LOWtools/adapters/__init__.py8CODE
LOWtools/adapters/__init__.py8CODE
LOWtools/adapters/__init__.py8CODE
LOWtools/adapters/__init__.py8CODE
LOWtools/adapters/__init__.py8CODE
LOWtools/adapters/__init__.py8CODE
LOWtools/adapters/__init__.py8CODE
LOWtools/adapters/__init__.py8CODE
LOWtools/adapters/__init__.py8CODE
LOWtools/adapters/__init__.py19CODE
LOWtools/adapters/__init__.py19CODE
LOWtools/adapters/gemini.py15CODE
LOWtools/adapters/opencode.py17CODE
LOWtools/adapters/capabilities.py8CODE
LOWtools/adapters/base.py3CODE
LOWtools/adapters/cursor.py15CODE
LOW…ills/api-design-principles/assets/rest-api-template.py6CODE
LOWplugins/plugin-eval/tests/test_parser.py5CODE
LOWplugins/plugin-eval/tests/test_parser.py5CODE
LOWplugins/plugin-eval/tests/test_parser.py5CODE
LOWplugins/plugin-eval/tests/test_engine.py3CODE
LOWplugins/plugin-eval/tests/test_corpus.py3CODE
LOWplugins/plugin-eval/tests/test_harness_portability.py5CODE
LOWplugins/plugin-eval/tests/test_models.py4CODE
LOWplugins/plugin-eval/tests/test_models.py4CODE
LOWplugins/plugin-eval/tests/test_models.py4CODE
LOWplugins/plugin-eval/tests/test_models.py4CODE
LOWplugins/plugin-eval/scripts/eval_all.py17CODE
LOWplugins/plugin-eval/src/plugin_eval/elo.py3CODE
LOWplugins/plugin-eval/src/plugin_eval/models.py3CODE
LOWplugins/plugin-eval/src/plugin_eval/reporter.py3CODE
LOWplugins/plugin-eval/src/plugin_eval/parser.py3CODE
LOWplugins/plugin-eval/src/plugin_eval/engine.py3CODE
LOWplugins/plugin-eval/src/plugin_eval/cli.py3CODE
LOWplugins/plugin-eval/src/plugin_eval/stats.py3CODE
LOWplugins/plugin-eval/src/plugin_eval/corpus.py3CODE
LOW…gins/plugin-eval/src/plugin_eval/layers/monte_carlo.py3CODE
LOWplugins/plugin-eval/src/plugin_eval/layers/judge.py3CODE
LOWplugins/plugin-eval/src/plugin_eval/layers/static.py3CODE
LOW…gin-eval/src/plugin_eval/layers/harness_portability.py9CODE
LOWplugins/plugin-eval/src/plugin_eval/layers/_sdk.py8CODE
Magic Placeholder Names8 hits · 55 pts
SeverityFileLineSnippetContext
HIGH…pi-design-principles/references/rest-best-practices.md249X-API-Key: your-api-key-hereCODE
HIGHplugins/code-documentation/commands/doc-generate.md537headers = {{"Authorization": "Bearer YOUR_API_KEY"}}CODE
HIGHplugins/code-documentation/commands/doc-generate.md547 headers: {{'Authorization': 'Bearer YOUR_API_KEY'}}CODE
HIGHplugins/code-documentation/commands/doc-generate.md557 -H "Authorization: Bearer YOUR_API_KEY"CODE
HIGH…gins/documentation-generation/commands/doc-generate.md537headers = {{"Authorization": "Bearer YOUR_API_KEY"}}CODE
HIGH…gins/documentation-generation/commands/doc-generate.md547 headers: {{'Authorization': 'Bearer YOUR_API_KEY'}}CODE
HIGH…gins/documentation-generation/commands/doc-generate.md557 -H "Authorization: Bearer YOUR_API_KEY"CODE
HIGH…ev/skills/langchain-architecture/references/details.md306os.environ["LANGCHAIN_API_KEY"] = "your-api-key"CODE
Fake / Example Data49 hits · 52 pts
SeverityFileLineSnippetContext
LOWtools/tests/test_adapters.py512 assert manifest["author"] == {"name": "Jane Doe", "email": "jane@example.com"}CODE
LOW…mobile-android-design/references/android-navigation.md277 "John Doe",CODE
LOW…ills/api-design-principles/assets/rest-api-template.py153 email="user@example.com",CODE
LOW…r-essentials/skills/sql-optimization-patterns/SKILL.md31EXPLAIN SELECT * FROM users WHERE email = 'user@example.com';CODE
LOW…r-essentials/skills/sql-optimization-patterns/SKILL.md35SELECT * FROM users WHERE email = 'user@example.com';CODE
LOW…r-essentials/skills/sql-optimization-patterns/SKILL.md111SELECT * FROM users WHERE LOWER(email) = 'user@example.com';CODE
LOW…r-essentials/skills/sql-optimization-patterns/SKILL.md116SELECT * FROM users WHERE LOWER(email) = 'user@example.com';CODE
LOW…r-essentials/skills/sql-optimization-patterns/SKILL.md119SELECT * FROM users WHERE email = 'user@example.com';CODE
LOW…skills/sql-optimization-patterns/references/details.md282WHERE email = 'user@example.com';STRING
LOW…eloper-essentials/skills/e2e-testing-patterns/SKILL.md84cy.getByLabel("Email address").type("user@example.com");CODE
LOW…eloper-essentials/skills/e2e-testing-patterns/SKILL.md85cy.get('[data-testid="email-input"]').type("user@example.com");CODE
LOW…ials/skills/e2e-testing-patterns/references/details.md80 await loginPage.login("user@example.com", "password123");CODE
LOW…ials/skills/e2e-testing-patterns/references/details.md130 email: "admin@example.com",CODE
LOW…ials/skills/e2e-testing-patterns/references/details.md291cy.login("user@example.com", "password");CODE
LOWplugins/database-design/skills/postgresql/SKILL.md79- **Expression**: for computed search keys (`CREATE INDEX ON tbl (LOWER(email))`). Expression must match exactly in WHERCODE
LOW…t/skills/python-testing-patterns/references/details.md153 ("user@example.com", True),CODE
LOW…t/skills/python-testing-patterns/references/details.md222 mock_response.json.return_value = {"id": 1, "name": "John Doe"}CODE
LOW…t/skills/python-testing-patterns/references/details.md229 assert user["name"] == "John Doe"CODE
LOW…t/skills/python-testing-patterns/references/details.md250 mock_post.return_value.json.return_value = {"id": 2, "name": "Jane Doe"}CODE
LOW…t/skills/python-testing-patterns/references/details.md253 user_data = {"name": "Jane Doe", "email": "jane@example.com"}CODE
LOW…hon-development/skills/python-background-jobs/SKILL.md52send_email.delay("user@example.com", "Welcome!", "Thanks for signing up")CODE
LOW…nt/skills/python-background-jobs/references/details.md110job = queue.enqueue(send_email, "user@example.com", "Subject", "Body")CODE
LOW…thon-development/skills/python-error-handling/SKILL.md147 email="user@example.com",CODE
LOW…rformance-optimization/references/advanced-patterns.md253SELECT * FROM users WHERE email = 'user@example.com';STRING
LOW…rformance-optimization/references/advanced-patterns.md257SELECT * FROM users WHERE email = 'user@example.com';STRING
LOW…n/skills/openapi-spec-generation/references/details.md441 name: "John Doe"CODE
LOW…i-spec-generation/references/code-first-and-tooling.md55 "email": "user@example.com",CODE
LOW…i-spec-generation/references/code-first-and-tooling.md56 "name": "John Doe",CODE
LOW…i-spec-generation/references/code-first-and-tooling.md302 name: "John Doe",CODE
LOWplugins/team-collaboration/commands/issue.md267 await page.fill('[data-testid="email-input"]', "user@example.com");CODE
LOW…mpt-engineering-patterns/assets/few-shot-examples.json75 "name": "Jane Doe",CODE
LOW…framework-migration/skills/dependency-upgrade/SKILL.md261 cy.get('input[name="email"]').type("user@example.com");CODE
LOW…sting-patterns/references/advanced-testing-patterns.md35 name: "John Doe",CODE
LOW…sting-patterns/references/advanced-testing-patterns.md55 name: "John Doe",CODE
LOW…sting-patterns/references/advanced-testing-patterns.md70 name: "John Doe",CODE
LOW…sting-patterns/references/advanced-testing-patterns.md89 name: "John Doe",CODE
LOW…sting-patterns/references/advanced-testing-patterns.md102 name: "John Doe",CODE
LOW…sting-patterns/references/advanced-testing-patterns.md120 name: "John Doe",CODE
LOW…sting-patterns/references/advanced-testing-patterns.md189 name: "John Doe",CODE
LOW…sting-patterns/references/advanced-testing-patterns.md195 expect(user.name).toBe("John Doe");CODE
LOW…sting-patterns/references/advanced-testing-patterns.md201 name: "John Doe",CODE
LOW…sting-patterns/references/advanced-testing-patterns.md209 expect(user?.name).toBe("John Doe");CODE
LOW…sting-patterns/references/advanced-testing-patterns.md281 fireEvent.change(nameInput, { target: { value: 'John Doe' } });CODE
LOW…sting-patterns/references/advanced-testing-patterns.md284 expect(nameInput.value).toBe('John Doe');CODE
LOW…sting-patterns/references/advanced-testing-patterns.md293 target: { value: 'John Doe' },CODE
LOW…sting-patterns/references/advanced-testing-patterns.md301 name: 'John Doe',CODE
LOW…sting-patterns/references/advanced-testing-patterns.md407 const user = createUserFixture({ name: "John Doe" });CODE
LOW…sting-patterns/references/advanced-testing-patterns.md430 name: 'John Doe',CODE
LOW…kills/modern-javascript-patterns/references/details.md70 name: "John Doe",CODE
AI Slop Vocabulary15 hits · 46 pts
SeverityFileLineSnippetContext
MEDIUMtools/generate.py30# Per-harness output targets used by both `--clean` and `--prune`.COMMENT
MEDIUMtools/generate.py143 # Files to consider per-harness. We only prune files inside the adapter's own outputCOMMENT
MEDIUMtools/validate_generated.py718 # Sort findings by (severity priority, harness, path) for triage-friendly output.COMMENT
MEDIUMtools/install_copilot.py113 # src is like .copilot/commands/comprehensive-review, symlink to ~/.copilot/comprehensive-review/commandsCOMMENT
MEDIUMtools/tests/test_round_trip.py62# ── Per-harness output checks ────────────────────────────────────────────────COMMENT
MEDIUMtools/adapters/codex.py652 # repo root as the canonical cross-harness context file. `emit_global` aboveCOMMENT
MEDIUMtools/adapters/capabilities.py175# Tool name maps for body rewriting (CamelCase -> harness-native)COMMENT
MEDIUMtools/adapters/capabilities.py247# Model alias map: bare Claude alias -> full provider-prefixed ID per harness.COMMENT
MEDIUMtools/adapters/capabilities.py248# Targets verified against each harness's published model catalog 2026-07:COMMENT
MEDIUM…gin-eval/src/plugin_eval/layers/harness_portability.py59# Context file line cap (per harness-engineering principle)COMMENT
MEDIUM…kills/helm-chart-scaffolding/scripts/validate-chart.sh139# 7. Check for security best practicesCOMMENT
MEDIUM…lls/dotnet-backend-patterns/assets/service-template.cs2// This template demonstrates best practices for building robust servicesCOMMENT
MEDIUM.github/workflows/code-quality.yml39 # and out of scope for the multi-harness work; not gated.COMMENT
MEDIUM.github/workflows/code-quality.yml83 # Lints top-level guides (README, AGENTS, ARCHITECTURE, CLAUDE, per-harnessCOMMENT
MEDIUM.github/workflows/validate.yml222 # Real-CLI subprocess tests: invokes the actual harness binaries against ourCOMMENT
Docstring Block Structure7 hits · 35 pts
SeverityFileLineSnippetContext
HIGH…s/python-development/skills/python-code-style/SKILL.md211Process items concurrently using a worker pool. Processes each item in the batch using the configured number of STRING
HIGH…thon-development/skills/python-error-handling/SKILL.md91Parse string to OutputFormat enum. Args: value: Format string from user input. Returns: ValidaSTRING
HIGHplugins/codebase-cleanup/commands/refactor-clean.md761 Calculate the total discount for an order based on customer tier and order value. Args: order: The ordSTRING
HIGHplugins/code-documentation/commands/doc-generate.md421 def {func.__name__}({", ".join(params)}){return_type}: """ Brief description of {func.__name__} Args: STRING
HIGH…gins/documentation-generation/commands/doc-generate.md421 def {func.__name__}({", ".join(params)}){return_type}: """ Brief description of {func.__name__} Args: STRING
HIGHplugins/code-refactoring/commands/refactor-clean.md757 Calculate the total discount for an order based on customer tier and order value. Args: order: The ordSTRING
HIGHplugins/conductor/templates/code_styleguides/python.md184Calculate the discounted price. Args: price: Original price of the item. discount_percent: DiscountSTRING
Deep Nesting20 hits · 20 pts
SeverityFileLineSnippetContext
LOWtools/generate.py131CODE
LOWtools/doc_gardener.py81CODE
LOWtools/doc_gardener.py276CODE
LOWtools/validate_generated.py345CODE
LOWtools/validate_generated.py382CODE
LOWtools/install_copilot.py139CODE
LOWtools/adapters/codex.py165CODE
LOWtools/adapters/codex.py217CODE
LOWtools/adapters/copilot.py34CODE
LOWtools/adapters/gemini.py47CODE
LOWtools/adapters/opencode.py132CODE
LOWtools/adapters/base.py41CODE
LOWtools/adapters/base.py199CODE
LOWtools/adapters/cursor.py153CODE
LOWtools/yt-design-extractor/yt-design-extractor.py292CODE
LOWplugins/plugin-eval/src/plugin_eval/engine.py320CODE
LOWplugins/plugin-eval/src/plugin_eval/corpus.py37CODE
LOWplugins/plugin-eval/src/plugin_eval/layers/static.py254CODE
LOWplugins/plugin-eval/src/plugin_eval/layers/static.py309CODE
LOWplugins/plugin-eval/src/plugin_eval/layers/_sdk.py22CODE
Over-Commented Block15 hits · 15 pts
SeverityFileLineSnippetContext
LOWtools/doc_gardener.py101 # also be stale, but the head is the canonical indicator).COMMENT
LOW…veloper-essentials/skills/monorepo-management/SKILL.md61npx create-turbo@latest my-monorepoCOMMENT
LOW…ls/skills/git-advanced-workflows/references/details.md1# git-advanced-workflows — detailed patterns and worked examplesCOMMENT
LOWplugins/protect-mcp/test/run-tests.sh1#!/usr/bin/env bashCOMMENT
LOW…lls/uv-package-manager/references/advanced-patterns.md1# UV Package Manager — Advanced ReferenceCOMMENT
LOW…/k8s-manifest-generator/assets/configmap-template.yaml261 regex: ([^:]+)(?::\d+)?;(\d+)COMMENT
LOW…/k8s-manifest-generator/assets/configmap-template.yaml281# 3. Mount specific keys as files:COMMENT
LOW…k8s-manifest-generator/assets/deployment-template.yaml201 # Image pull secrets (if using private registry)COMMENT
LOWplugins/team-collaboration/commands/standup-notes.md541# 2. Check Jira ticketsCOMMENT
LOW…s/reverse-engineering/skills/memory-forensics/SKILL.md181// Memory protection flagsCOMMENT
LOW…skills/anti-reversing-techniques/references/details.md241COMMENT
LOWplugins/error-diagnostics/commands/error-analysis.md1121# Find correlation between errors and deployments (DataDog)COMMENT
LOWplugins/debugging-toolkit/commands/smart-debug.md161});COMMENT
LOWdocs/round-trip-results.md81COMMENT
LOW.github/workflows/claude.yml61 claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}COMMENT
Cross-Language Confusion1 hit · 2 pts
SeverityFileLineSnippetContext
HIGHtools/yt-design-extractor/yt-design-extractor.py15 cd tools/yt-design-extractor && uv run python yt-design-extractor.py <youtube_url> [options]STRING
Modern Structural Boilerplate2 hits · 2 pts
SeverityFileLineSnippetContext
LOWtools/adapters/__init__.py21__all__ = [CODE
LOWplugins/plugin-eval/src/plugin_eval/corpus.py99 def update_rating(self, name: str, new_rating: float) -> None:CODE
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOW…kills/helm-chart-scaffolding/scripts/validate-chart.sh30# Check if Helm is installedCOMMENT
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOW…prompt-engineering-patterns/scripts/optimize-prompt.py234 # Example usageCOMMENT