Repository Analysis

tradermonty/claude-trading-skills

Claude Code skills for equity investors and traders — market analysis, technical charting, economic calendars, screeners, and trading strategy development.

31.6 Strong AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of tradermonty/claude-trading-skills, a Python project with 2,733 GitHub stars. SynthScan v2.0 examined 368,345 lines of code across 1428 source files, recording 7158 pattern matches distributed across 21 syntactic categories. The overall adjusted score of 31.6 places this repository in the Strong 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).

31.6
Adjusted Score
31.6
Raw Score
100%
Time Factor
2026-08-28
Last Push
2.7K
Stars
Python
Language
368.3K
Lines of Code
1.4K
Files
7.2K
Pattern Hits
2026-08-29
Scan Date
0.21
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 297MEDIUM 1324LOW 5537

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 7158 distinct pattern matches across 21 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.

Decorative Section Separators1247 hits · 4290 pts
SeverityFileLineSnippetContext
MEDIUMconftest.py82# ---------------------------------------------------------------------------COMMENT
MEDIUMconftest.py84# ---------------------------------------------------------------------------COMMENT
MEDIUMconftest.py100# ---------------------------------------------------------------------------COMMENT
MEDIUMconftest.py103# ---------------------------------------------------------------------------COMMENT
MEDIUMconftest.py117# ---------------------------------------------------------------------------COMMENT
MEDIUMconftest.py120# ---------------------------------------------------------------------------COMMENT
MEDIUMexamples/daily-market-dashboard/generate_dashboard.py35# ---------------------------------------------------------------------------COMMENT
MEDIUMexamples/daily-market-dashboard/generate_dashboard.py37# ---------------------------------------------------------------------------COMMENT
MEDIUMexamples/daily-market-dashboard/generate_dashboard.py114# ---------------------------------------------------------------------------COMMENT
MEDIUMexamples/daily-market-dashboard/generate_dashboard.py116# ---------------------------------------------------------------------------COMMENT
MEDIUMexamples/daily-market-dashboard/generate_dashboard.py158# ---------------------------------------------------------------------------COMMENT
MEDIUMexamples/daily-market-dashboard/generate_dashboard.py160# ---------------------------------------------------------------------------COMMENT
MEDIUMexamples/daily-market-dashboard/generate_dashboard.py240# ---------------------------------------------------------------------------COMMENT
MEDIUMexamples/daily-market-dashboard/generate_dashboard.py242# ---------------------------------------------------------------------------COMMENT
MEDIUMexamples/daily-market-dashboard/generate_dashboard.py398# ---------------------------------------------------------------------------COMMENT
MEDIUMexamples/daily-market-dashboard/generate_dashboard.py400# ---------------------------------------------------------------------------COMMENT
MEDIUMexamples/daily-market-dashboard/generate_dashboard.py418# ---------------------------------------------------------------------------COMMENT
MEDIUMexamples/daily-market-dashboard/generate_dashboard.py420# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_skill_docs.py168# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_skill_docs.py170# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_skill_docs.py1214# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_skill_docs.py1216# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_skill_docs.py22# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_skill_docs.py24# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_skill_docs.py52# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_skill_docs.py54# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_skill_docs.py103# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_skill_docs.py105# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_skill_docs.py216# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_skill_docs.py218# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_skill_docs.py246# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_skill_docs.py248# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_skill_docs.py321# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_skill_docs.py323# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_skill_docs.py366# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_skill_docs.py368# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_skill_docs.py832# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_skill_docs.py834# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_skill_docs.py943# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_skill_docs.py945# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_skill_docs.py1042# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_skill_docs.py1044# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_skill_docs.py1385# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_skill_docs.py1387# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_catalog_from_index.py31# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_catalog_from_index.py33# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_catalog_from_index.py40# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_catalog_from_index.py42# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_catalog_from_index.py75# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_catalog_from_index.py77# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_catalog_from_index.py126# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_catalog_from_index.py128# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_catalog_from_index.py335# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_catalog_from_index.py337# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_catalog_from_index.py365# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_catalog_from_index.py367# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_catalog_from_index.py391# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_catalog_from_index.py393# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_skillset_docs.py24# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/generate_skillset_docs.py26# ---------------------------------------------------------------------------COMMENT
1187 more matches not shown…
Hyper-Verbose Identifiers4020 hits · 3774 pts
SeverityFileLineSnippetContext
LOW…e/skills/earnings-calendar/references/fmp_api_guide.md331def fetch_earnings_with_error_handling(api_key, start_date, end_date):CODE
LOW…ls/market-environment-analysis/scripts/market_utils.py23def format_market_report_header():CODE
LOW…ls/market-environment-analysis/scripts/market_utils.py36def calculate_trading_days_to_event(event_date_str):STRING
LOW…lls/us-market-bubble-detector/scripts/bubble_scorer.py138 def _format_indicator_details(self, scores: dict[str, int]) -> list[dict]:CODE
LOW…y/skills/earnings-calendar/references/fmp_api_guide.md331def fetch_earnings_with_error_handling(api_key, start_date, end_date):CODE
LOW…ls/market-environment-analysis/scripts/market_utils.py23def format_market_report_header():CODE
LOW…ls/market-environment-analysis/scripts/market_utils.py36def calculate_trading_days_to_event(event_date_str):STRING
LOW…lls/us-market-bubble-detector/scripts/bubble_scorer.py138 def _format_indicator_details(self, scores: dict[str, int]) -> list[dict]:CODE
LOWexamples/daily-market-dashboard/app.py287def _initialize_session_state() -> None:CODE
LOWexamples/daily-market-dashboard/app.py300def _cleanup_uploads_on_startup_once() -> None:CODE
LOWexamples/daily-market-dashboard/config/settings.py140def validate_runtime_environment() -> list[str]:CODE
LOWexamples/daily-market-dashboard/config/settings.py145def get_auth_compliance_warnings() -> list[str]:CODE
LOW…aily-market-dashboard/tests/test_generate_dashboard.py25 def test_missing_key_returns_default(self):CODE
LOW…aily-market-dashboard/tests/test_generate_dashboard.py35 def test_non_dict_intermediate(self):CODE
LOW…aily-market-dashboard/tests/test_generate_dashboard.py86 def test_breadth_data_rendered(self):CODE
LOW…aily-market-dashboard/tests/test_generate_dashboard.py152 def test_note_section_present(self):CODE
LOWexamples/daily-market-dashboard/tests/test_sanitizer.py15 def test_redacts_anthropic_api_key(self):CODE
LOWexamples/daily-market-dashboard/tests/test_sanitizer.py21 def test_redacts_claude_internal_paths(self):CODE
LOWexamples/daily-market-dashboard/tests/test_sanitizer.py27 def test_strips_command_message_tags(self):CODE
LOWexamples/daily-market-dashboard/tests/test_sanitizer.py35 def test_strips_system_reminder_tags(self):CODE
LOWexamples/daily-market-dashboard/tests/test_sanitizer.py43 def test_strips_multiline_command_message(self):CODE
LOWexamples/daily-market-dashboard/tests/test_sanitizer.py49 def test_preserves_normal_text(self):CODE
LOWexamples/daily-market-dashboard/tests/test_sanitizer.py53 def test_preserves_short_tokens(self):CODE
LOWexamples/daily-market-dashboard/tests/test_sanitizer.py57 def test_redacts_absolute_home_path(self):CODE
LOWexamples/daily-market-dashboard/tests/test_sanitizer.py62 def test_redacts_absolute_tmp_path(self):CODE
LOW…mples/daily-market-dashboard/tests/test_app_helpers.py31 def test_first_request_allowed(self):CODE
LOW…mples/daily-market-dashboard/tests/test_app_helpers.py48 def test_old_timestamps_expire(self):CODE
LOW…mples/daily-market-dashboard/tests/test_app_helpers.py80 def test_empty_content_ignored(self):CODE
LOWexamples/daily-market-dashboard/agent/client.py220def _extract_tool_result_detail(content: str | list[dict[str, Any]] | None) -> str:CODE
LOWexamples/daily-market-dashboard/agent/client.py240def _build_result_error_detail(CODE
LOWexamples/daily-market-dashboard/agent/knowledge.py71def list_knowledge_markdown_files(knowledge_dir: Path, project_root: Path) -> list[str]:CODE
LOWexamples/daily-market-dashboard/agent/knowledge.py83def search_knowledge_markdown(CODE
LOWscripts/generate_fmp_client.py98def _render_standalone_template(cfg) -> str:CODE
LOWscripts/generate_skill_docs.py162def _marker_present_but_invalid(path: Path) -> bool:CODE
LOWscripts/generate_skill_docs.py884def _generate_prerequisites_from_api(api_info: dict) -> str:CODE
LOWscripts/generate_skill_docs.py1119def update_catalog_api_matrix(CODE
LOWscripts/run_skill_generation_pipeline.py311def _git_network_cmd_with_retry(CODE
LOWscripts/run_skill_generation_pipeline.py554def _extract_json_from_claude(output: str, required_keys: list[str]) -> dict | None:CODE
LOWscripts/run_skill_generation_pipeline.py588def _is_nothing_to_commit_output(output: str) -> bool:CODE
LOWscripts/run_skill_generation_pipeline.py779def _check_unexpected_changes(project_root: Path, skill_name: str) -> bool:CODE
LOWscripts/run_skill_generation_pipeline.py1356def write_daily_generation_summary(CODE
LOWscripts/ci_test_matrix.py36def _construct_unique_mapping(CODE
LOWscripts/ci_test_matrix.py357def executable_test_inventory(root: Path = ROOT) -> dict[str, bool]:CODE
LOWscripts/ci_test_matrix.py383def validate_executable_test_coverage(CODE
LOWscripts/workflow_replay.py162def _dump_yaml_with_digest_allowlist(payload: Any) -> str:CODE
LOWscripts/workflow_replay.py192def _validate_manual_contract(payload: Any, definition: str) -> None:CODE
LOWscripts/workflow_replay.py204def _validate_twenty_pct_manual_contract(payload: Any, definition: str) -> None:CODE
LOWscripts/workflow_replay.py1011def _twenty_pct_update_outcomes(CODE
LOWscripts/workflow_replay.py1115def _manual_twenty_pct_lessons(CODE
LOWscripts/workflow_replay.py1251def _require_non_empty_string(value: Any, label: str) -> str:CODE
LOWscripts/workflow_replay.py1678def _without_lesson_side_effects(thesis: Mapping[str, Any]) -> dict[str, Any]:CODE
LOWscripts/workflow_replay.py1863def _validate_market_component_fixture(CODE
LOWscripts/workflow_replay.py2060def _expected_exposure_decision(CODE
LOWscripts/workflow_replay.py2363def _publish_trees_transactionally(staged_trees: list[tuple[Path, Path]]) -> None:CODE
LOWscripts/generate_catalog_from_index.py287def render_operational_roles_en(skills: list[dict]) -> str:CODE
LOWscripts/generate_catalog_from_index.py306def render_operational_roles_ja(skills: list[dict]) -> str:CODE
LOWscripts/run_skill_improvement_loop.py371def _extract_json_from_claude(output: str, required_keys: list[str]) -> dict | None:CODE
LOWscripts/run_skill_improvement_loop.py411def _is_nothing_to_commit_output(output: str) -> bool:CODE
LOWscripts/run_skill_improvement_loop.py482def _extract_prerequisites_section(skill_md_text: str) -> str | None:CODE
LOWscripts/run_skill_improvement_loop.py560def check_prerequisites_faithfulness(project_root: Path, skill_name: str) -> list[str]:CODE
3960 more matches not shown…
Cross-File Repetition211 hits · 1055 pts
SeverityFileLineSnippetContext
HIGH…e/skills/earnings-calendar/references/fmp_api_guide.md0fetch earnings calendar from fmp api args: api_key: fmp api key start_date: start date (yyyy-mm-dd) end_date: end date (STRING
HIGH…y/skills/earnings-calendar/references/fmp_api_guide.md0fetch earnings calendar from fmp api args: api_key: fmp api key start_date: start date (yyyy-mm-dd) end_date: end date (STRING
HIGHskills/earnings-calendar/references/fmp_api_guide.md0fetch earnings calendar from fmp api args: api_key: fmp api key start_date: start date (yyyy-mm-dd) end_date: end date (STRING
HIGH…e/skills/earnings-calendar/references/fmp_api_guide.md0fetch company profiles for multiple symbols (batch) args: api_key: fmp api key symbols: list of ticker symbols returns: STRING
HIGH…y/skills/earnings-calendar/references/fmp_api_guide.md0fetch company profiles for multiple symbols (batch) args: api_key: fmp api key symbols: list of ticker symbols returns: STRING
HIGHskills/earnings-calendar/references/fmp_api_guide.md0fetch company profiles for multiple symbols (batch) args: api_key: fmp api key symbols: list of ticker symbols returns: STRING
HIGH…e/skills/earnings-calendar/references/fmp_api_guide.md0filter earnings by minimum market cap ($2b default) args: earnings: list of earnings announcements profiles: dictionary STRING
HIGH…y/skills/earnings-calendar/references/fmp_api_guide.md0filter earnings by minimum market cap ($2b default) args: earnings: list of earnings announcements profiles: dictionary STRING
HIGHskills/earnings-calendar/references/fmp_api_guide.md0filter earnings by minimum market cap ($2b default) args: earnings: list of earnings announcements profiles: dictionary STRING
HIGH…skills/earnings-calendar/scripts/fetch_earnings_fmp.py0fmp earnings calendar fetcher retrieves upcoming earnings announcements from financial modeling prep api, filters by marSTRING
HIGH…skills/earnings-calendar/scripts/fetch_earnings_fmp.py0fmp earnings calendar fetcher retrieves upcoming earnings announcements from financial modeling prep api, filters by marSTRING
HIGHskills/earnings-calendar/scripts/fetch_earnings_fmp.py0fmp earnings calendar fetcher retrieves upcoming earnings announcements from financial modeling prep api, filters by marSTRING
HIGH…skills/earnings-calendar/scripts/fetch_earnings_fmp.py0initialize fmp client args: api_key: fmp api key us_only: if true, filter for us stocks only (default: true)STRING
HIGH…skills/earnings-calendar/scripts/fetch_earnings_fmp.py0initialize fmp client args: api_key: fmp api key us_only: if true, filter for us stocks only (default: true)STRING
HIGHskills/earnings-calendar/scripts/fetch_earnings_fmp.py0initialize fmp client args: api_key: fmp api key us_only: if true, filter for us stocks only (default: true)STRING
HIGH…skills/earnings-calendar/scripts/fetch_earnings_fmp.py0fetch earnings calendar from fmp api args: start_date: start date (yyyy-mm-dd) end_date: end date (yyyy-mm-dd) returns: STRING
HIGH…skills/earnings-calendar/scripts/fetch_earnings_fmp.py0fetch earnings calendar from fmp api args: start_date: start date (yyyy-mm-dd) end_date: end date (yyyy-mm-dd) returns: STRING
HIGHskills/earnings-calendar/scripts/fetch_earnings_fmp.py0fetch earnings calendar from fmp api args: start_date: start date (yyyy-mm-dd) end_date: end date (yyyy-mm-dd) returns: STRING
HIGH…skills/earnings-calendar/scripts/fetch_earnings_fmp.py0fetch company profiles for multiple symbols (batch) args: symbols: list of ticker symbols returns: dictionary mapping sySTRING
HIGH…skills/earnings-calendar/scripts/fetch_earnings_fmp.py0fetch company profiles for multiple symbols (batch) args: symbols: list of ticker symbols returns: dictionary mapping sySTRING
HIGHskills/earnings-calendar/scripts/fetch_earnings_fmp.py0fetch company profiles for multiple symbols (batch) args: symbols: list of ticker symbols returns: dictionary mapping sySTRING
HIGH…skills/earnings-calendar/scripts/fetch_earnings_fmp.py0filter earnings by minimum market cap and enrich with company data args: earnings: list of earnings announcements profilSTRING
HIGH…skills/earnings-calendar/scripts/fetch_earnings_fmp.py0filter earnings by minimum market cap and enrich with company data args: earnings: list of earnings announcements profilSTRING
HIGHskills/earnings-calendar/scripts/fetch_earnings_fmp.py0filter earnings by minimum market cap and enrich with company data args: earnings: list of earnings announcements profilSTRING
HIGH…skills/earnings-calendar/scripts/fetch_earnings_fmp.py0normalize timing values to bmo/amc/tas args: time_value: raw time value from api returns: normalized timing: bmo, amc, oSTRING
HIGH…skills/earnings-calendar/scripts/fetch_earnings_fmp.py0normalize timing values to bmo/amc/tas args: time_value: raw time value from api returns: normalized timing: bmo, amc, oSTRING
HIGHskills/earnings-calendar/scripts/fetch_earnings_fmp.py0normalize timing values to bmo/amc/tas args: time_value: raw time value from api returns: normalized timing: bmo, amc, oSTRING
HIGH…skills/earnings-calendar/scripts/fetch_earnings_fmp.py0format market cap in human-readable format args: market_cap: market cap in dollars returns: formatted string (e.g., "$3.STRING
HIGH…skills/earnings-calendar/scripts/fetch_earnings_fmp.py0format market cap in human-readable format args: market_cap: market cap in dollars returns: formatted string (e.g., "$3.STRING
HIGHskills/earnings-calendar/scripts/fetch_earnings_fmp.py0format market cap in human-readable format args: market_cap: market cap in dollars returns: formatted string (e.g., "$3.STRING
HIGH…skills/earnings-calendar/scripts/fetch_earnings_fmp.py0process and standardize earnings data args: earnings: raw earnings data returns: processed earnings dataSTRING
HIGH…skills/earnings-calendar/scripts/fetch_earnings_fmp.py0process and standardize earnings data args: earnings: raw earnings data returns: processed earnings dataSTRING
HIGHskills/earnings-calendar/scripts/fetch_earnings_fmp.py0process and standardize earnings data args: earnings: raw earnings data returns: processed earnings dataSTRING
HIGH…skills/earnings-calendar/scripts/fetch_earnings_fmp.py0sort earnings by date, timing, and market cap args: earnings: processed earnings data returns: sorted earnings dataSTRING
HIGH…skills/earnings-calendar/scripts/fetch_earnings_fmp.py0sort earnings by date, timing, and market cap args: earnings: processed earnings data returns: sorted earnings dataSTRING
HIGHskills/earnings-calendar/scripts/fetch_earnings_fmp.py0sort earnings by date, timing, and market cap args: earnings: processed earnings data returns: sorted earnings dataSTRING
HIGH…skills/earnings-calendar/scripts/fetch_earnings_fmp.py0get api key from environment or command line returns: api key or noneSTRING
HIGH…skills/earnings-calendar/scripts/fetch_earnings_fmp.py0get api key from environment or command line returns: api key or noneSTRING
HIGHskills/earnings-calendar/scripts/fetch_earnings_fmp.py0get api key from environment or command line returns: api key or noneSTRING
HIGH…skills/earnings-calendar/scripts/fetch_earnings_fmp.py0validate date format (yyyy-mm-dd) args: date_str: date string returns: true if valid, false otherwiseSTRING
HIGH…skills/earnings-calendar/scripts/fetch_earnings_fmp.py0validate date format (yyyy-mm-dd) args: date_str: date string returns: true if valid, false otherwiseSTRING
HIGHskills/earnings-calendar/scripts/fetch_earnings_fmp.py0validate date format (yyyy-mm-dd) args: date_str: date string returns: true if valid, false otherwiseSTRING
HIGH…de/skills/earnings-calendar/scripts/generate_report.py0earnings calendar report generator generates formatted markdown reports from earnings data json. usage: # output to stdoSTRING
HIGH…gy/skills/earnings-calendar/scripts/generate_report.py0earnings calendar report generator generates formatted markdown reports from earnings data json. usage: # output to stdoSTRING
HIGHskills/earnings-calendar/scripts/generate_report.py0earnings calendar report generator generates formatted markdown reports from earnings data json. usage: # output to stdoSTRING
HIGH…de/skills/earnings-calendar/scripts/generate_report.py0load earnings data from json file args: filepath: path to json file returns: list of earnings announcementsSTRING
HIGH…gy/skills/earnings-calendar/scripts/generate_report.py0load earnings data from json file args: filepath: path to json file returns: list of earnings announcementsSTRING
HIGHskills/earnings-calendar/scripts/generate_report.py0load earnings data from json file args: filepath: path to json file returns: list of earnings announcementsSTRING
HIGH…de/skills/earnings-calendar/scripts/generate_report.py0group earnings by date and timing args: earnings: list of earnings announcements returns: dictionary grouped by date andSTRING
HIGH…gy/skills/earnings-calendar/scripts/generate_report.py0group earnings by date and timing args: earnings: list of earnings announcements returns: dictionary grouped by date andSTRING
HIGHskills/earnings-calendar/scripts/generate_report.py0group earnings by date and timing args: earnings: list of earnings announcements returns: dictionary grouped by date andSTRING
HIGH…de/skills/earnings-calendar/scripts/generate_report.py0calculate summary statistics args: earnings: list of earnings announcements returns: dictionary with summary statisticsSTRING
HIGH…gy/skills/earnings-calendar/scripts/generate_report.py0calculate summary statistics args: earnings: list of earnings announcements returns: dictionary with summary statisticsSTRING
HIGHskills/earnings-calendar/scripts/generate_report.py0calculate summary statistics args: earnings: list of earnings announcements returns: dictionary with summary statisticsSTRING
HIGH…de/skills/earnings-calendar/scripts/generate_report.py0convert date string to full day name args: date_str: date in yyyy-mm-dd format returns: formatted day name (e.g., "mondaSTRING
HIGH…gy/skills/earnings-calendar/scripts/generate_report.py0convert date string to full day name args: date_str: date in yyyy-mm-dd format returns: formatted day name (e.g., "mondaSTRING
HIGHskills/earnings-calendar/scripts/generate_report.py0convert date string to full day name args: date_str: date in yyyy-mm-dd format returns: formatted day name (e.g., "mondaSTRING
HIGH…de/skills/earnings-calendar/scripts/generate_report.py0format revenue in human-readable format args: revenue: revenue in dollars returns: formatted string (e.g., "$3.5b", "$15STRING
HIGH…gy/skills/earnings-calendar/scripts/generate_report.py0format revenue in human-readable format args: revenue: revenue in dollars returns: formatted string (e.g., "$3.5b", "$15STRING
HIGHskills/earnings-calendar/scripts/generate_report.py0format revenue in human-readable format args: revenue: revenue in dollars returns: formatted string (e.g., "$3.5b", "$15STRING
151 more matches not shown…
Structural Annotation Overuse606 hits · 981 pts
SeverityFileLineSnippetContext
LOWagents/scenario-analyst.md28### Step 1: News Collection (WebSearch)COMMENT
LOWagents/scenario-analyst.md51### Step 2: Event Type ClassificationCOMMENT
LOWagents/scenario-analyst.md64### Step 3: Building 18-Month ScenariosCOMMENT
LOWagents/scenario-analyst.md92### Step 4: Impact Analysis (3 levels)COMMENT
LOWagents/scenario-analyst.md110### Step 5: Stock SelectionCOMMENT
LOWdocs/ja/skills/trading-skills-navigator.md91### Step 1: 目的と制約を取り出すCOMMENT
LOWdocs/ja/skills/trading-skills-navigator.md102### Step 2: recommender を実行するCOMMENT
LOWdocs/ja/skills/trading-skills-navigator.md112### Step 3: 結果を会話として説明するCOMMENT
LOWdocs/ja/skills/trading-skills-navigator.md125### Step 4: セットアップ手順を示すCOMMENT
LOWdocs/ja/skills/trading-skills-navigator.md129### Step 5: 学習ループへつなげるCOMMENT
LOWdocs/ja/skills/stockbee-setup-fluency-trainer.md83### Step 1: Momentum Burst 候補を取り込むCOMMENT
LOWdocs/ja/skills/stockbee-setup-fluency-trainer.md96### Step 2: 3日後・5日後の outcome を更新するCOMMENT
LOWdocs/ja/skills/stockbee-setup-fluency-trainer.md119### Step 3: コホートを集計するCOMMENT
LOWdocs/ja/skills/stockbee-setup-fluency-trainer.md131### Step 4: 学習内容を運用へ戻すCOMMENT
LOWdocs/ja/skills/stockbee-momentum-burst-screener.md92### Step 1: 入力モードを選ぶCOMMENT
LOWdocs/ja/skills/stockbee-momentum-burst-screener.md119### Step 2: スクリーニング結果を読むCOMMENT
LOWdocs/ja/skills/stockbee-momentum-burst-screener.md130### Step 3: 候補を下流の確認へ渡すCOMMENT
LOWdocs/ja/skills/stockbee-20pct-study.md117### Step 1: 20% mover を検出するCOMMENT
LOWdocs/ja/skills/stockbee-20pct-study.md123### Step 2: カタリストを補強するCOMMENT
LOWdocs/ja/skills/stockbee-20pct-study.md138### Step 3: forward outcome を更新するCOMMENT
LOWdocs/ja/skills/stockbee-20pct-study.md152### Step 4: コホートを集計するCOMMENT
LOWdocs/ja/skills/stockbee-20pct-study.md164### Step 5: 履歴バックフィルを行うCOMMENT
LOWdocs/ja/skills/trade-performance-coach.md88### Step 1: ソース記録を集めるCOMMENT
LOWdocs/ja/skills/trade-performance-coach.md98### Step 2: プロセス遵守を評価するCOMMENT
LOWdocs/ja/skills/trade-performance-coach.md109### Step 3: リスク規律を評価するCOMMENT
LOWdocs/ja/skills/trade-performance-coach.md119### Step 4: 執行品質を評価するCOMMENT
LOWdocs/ja/skills/trade-performance-coach.md123### Step 5: 行動パターン候補を検出するCOMMENT
LOWdocs/ja/skills/trade-performance-coach.md139### Step 6: 次回セッションの運用ルールへ変換するCOMMENT
LOWdocs/ja/skills/trade-performance-coach.md148### Step 7: 人間の判断ゲートで終えるCOMMENT
LOWdocs/ja/skills/drawdown-circuit-breaker.md71### Step 1: Trader Memory State を読むCOMMENT
LOWdocs/ja/skills/drawdown-circuit-breaker.md90### Step 2: サーキットブレーカールールを評価するCOMMENT
LOWdocs/ja/skills/drawdown-circuit-breaker.md115### Step 3: 閾値を上書きするCOMMENT
LOWdocs/ja/skills/drawdown-circuit-breaker.md143### Step 4: 判定を解釈するCOMMENT
LOWdocs/ja/skills/weekly-performance-digest.md84### Step 1: 対象週の digest を生成するCOMMENT
LOWdocs/ja/skills/weekly-performance-digest.md102### Step 2: レポートを読むCOMMENT
LOWdocs/ja/skills/weekly-performance-digest.md111### Step 3: 下流レビューへ渡すCOMMENT
LOWdocs/en/skills/earnings-calendar.md88### Step 1: Get Current Date and Calculate Target WeekCOMMENT
LOWdocs/en/skills/earnings-calendar.md111### Step 2: Load FMP API GuideCOMMENT
LOWdocs/en/skills/earnings-calendar.md128### Step 3: API Key Detection and ConfigurationCOMMENT
LOWdocs/en/skills/earnings-calendar.md203### Step 4: Retrieve Earnings Data via FMP APICOMMENT
LOWdocs/en/skills/earnings-calendar.md272### Step 5: Process and Organize DataCOMMENT
LOWdocs/en/skills/earnings-calendar.md339### Step 6: Generate Markdown ReportCOMMENT
LOWdocs/en/skills/pair-trade-screener.md98### Step 1: Define Pair UniverseCOMMENT
LOWdocs/en/skills/pair-trade-screener.md136### Step 2: Retrieve Historical Price DataCOMMENT
LOWdocs/en/skills/pair-trade-screener.md162### Step 3: Calculate Correlation and BetaCOMMENT
LOWdocs/en/skills/pair-trade-screener.md196### Step 4: Cointegration TestingCOMMENT
LOWdocs/en/skills/pair-trade-screener.md246### Step 5: Spread Analysis and Z-Score CalculationCOMMENT
LOWdocs/en/skills/pair-trade-screener.md286### Step 6: Generate Entry/Exit RecommendationsCOMMENT
LOWdocs/en/skills/pair-trade-screener.md338### Step 7: Position Sizing and Risk ManagementCOMMENT
LOWdocs/en/skills/pair-trade-screener.md368### Step 8: Generate Pair Analysis ReportCOMMENT
LOWdocs/en/skills/pead-screener.md73### Step 1: Prepare and Execute ScreeningCOMMENT
LOWdocs/en/skills/pead-screener.md100### Step 2: Review ResultsCOMMENT
LOWdocs/en/skills/pead-screener.md106### Step 3: Present AnalysisCOMMENT
LOWdocs/en/skills/pead-screener.md115### Step 4: Provide Actionable GuidanceCOMMENT
LOWdocs/en/skills/stockbee-setup-fluency-trainer.md71### Step 1: Ingest Momentum Burst CandidatesCOMMENT
LOWdocs/en/skills/stockbee-setup-fluency-trainer.md84### Step 2: Update 3-Day and 5-Day OutcomesCOMMENT
LOWdocs/en/skills/stockbee-setup-fluency-trainer.md112### Step 3: Summarize CohortsCOMMENT
LOWdocs/en/skills/stockbee-setup-fluency-trainer.md124### Step 4: Convert Evidence Into PracticeCOMMENT
LOWdocs/en/skills/breadth-chart-analyst.md104### Step 0: Fetch CSV Data (PRIMARY SOURCE -- MANDATORY)COMMENT
LOWdocs/en/skills/breadth-chart-analyst.md130### Step 1: Receive Chart Images (if provided)COMMENT
546 more matches not shown…
Deep Nesting341 hits · 316 pts
SeverityFileLineSnippetContext
LOW…skills/earnings-calendar/scripts/fetch_earnings_fmp.py102CODE
LOW…de/skills/earnings-calendar/scripts/generate_report.py154CODE
LOW…ls/market-environment-analysis/scripts/market_utils.py61CODE
LOW…lls/us-market-bubble-detector/scripts/bubble_scorer.py233CODE
LOW…lls/us-market-bubble-detector/scripts/bubble_scorer.py114CODE
LOW…omic-calendar-fetcher/scripts/get_economic_calendar.py108CODE
LOW…skills/earnings-calendar/scripts/fetch_earnings_fmp.py102CODE
LOW…gy/skills/earnings-calendar/scripts/generate_report.py154CODE
LOW…ls/market-environment-analysis/scripts/market_utils.py61CODE
LOW…lls/us-market-bubble-detector/scripts/bubble_scorer.py233CODE
LOW…lls/us-market-bubble-detector/scripts/bubble_scorer.py114CODE
LOW…omic-calendar-fetcher/scripts/get_economic_calendar.py108CODE
LOWexamples/daily-market-dashboard/generate_dashboard.py207CODE
LOWexamples/daily-market-dashboard/generate_dashboard.py256CODE
LOWexamples/daily-market-dashboard/app.py440CODE
LOWexamples/daily-market-dashboard/agent/client.py115CODE
LOWexamples/daily-market-dashboard/agent/client.py190CODE
LOWexamples/daily-market-dashboard/agent/knowledge.py229CODE
LOWscripts/generate_fmp_client.py148CODE
LOWscripts/generate_skill_docs.py57CODE
LOWscripts/generate_skill_docs.py1119CODE
LOWscripts/run_skill_generation_pipeline.py285CODE
LOWscripts/run_skill_generation_pipeline.py554CODE
LOWscripts/run_skill_generation_pipeline.py978CODE
LOWscripts/run_skill_generation_pipeline.py1148CODE
LOWscripts/ci_test_matrix.py420CODE
LOWscripts/ci_test_matrix.py695CODE
LOWscripts/ci_test_matrix.py893CODE
LOWscripts/workflow_replay.py372CODE
LOWscripts/workflow_replay.py2209CODE
LOWscripts/workflow_replay.py2363CODE
LOWscripts/workflow_replay.py2437CODE
LOWscripts/workflow_replay.py2603CODE
LOWscripts/run_skill_improvement_loop.py255CODE
LOWscripts/run_skill_improvement_loop.py371CODE
LOWscripts/run_skill_improvement_loop.py619CODE
LOWscripts/run_skill_improvement_loop.py1031CODE
LOWscripts/run_skill_improvement_loop.py1060CODE
LOWscripts/validate_skills_index.py152CODE
LOWscripts/validate_skills_index.py743CODE
LOWscripts/weekly_core_collect.py278CODE
LOWscripts/weekly_core_collect.py155CODE
LOWscripts/tests/test_github_templates.py102CODE
LOWscripts/tests/test_workflow_examples_issue208.py436CODE
LOWscripts/hooks/check_no_absolute_paths.py26CODE
LOWscripts/dev/bootstrap_skills_index.py177CODE
LOWskills/kanchi-dividend-sop/scripts/event_scanner.py88CODE
LOWskills/kanchi-dividend-sop/scripts/payout_safety.py85CODE
LOWskills/kanchi-dividend-sop/scripts/build_sop_plan.py24CODE
LOWskills/kanchi-dividend-sop/scripts/dividend_basis.py132CODE
LOWskills/exposure-coach/scripts/calculate_exposure.py103CODE
LOWskills/exposure-coach/scripts/calculate_exposure.py210CODE
LOWskills/exposure-coach/scripts/calculate_exposure.py274CODE
LOWskills/exposure-coach/scripts/calculate_exposure.py294CODE
LOWskills/exposure-coach/scripts/calculate_exposure.py359CODE
LOWskills/exposure-coach/scripts/calculate_exposure.py534CODE
LOWskills/macro-regime-detector/scripts/fmp_client.py142CODE
LOWskills/macro-regime-detector/scripts/fmp_client.py189CODE
LOW…ills/macro-regime-detector/scripts/report_generator.py18CODE
LOW…ills/macro-regime-detector/scripts/report_generator.py439CODE
281 more matches not shown…
Unused Imports252 hits · 235 pts
SeverityFileLineSnippetContext
LOWexamples/daily-market-dashboard/generate_dashboard.py11CODE
LOWexamples/daily-market-dashboard/app.py3CODE
LOWexamples/daily-market-dashboard/config/settings.py3CODE
LOW…aily-market-dashboard/tests/test_generate_dashboard.py3CODE
LOWexamples/daily-market-dashboard/tests/test_sanitizer.py3CODE
LOW…mples/daily-market-dashboard/tests/test_app_helpers.py6CODE
LOW…mples/daily-market-dashboard/tests/test_app_helpers.py15CODE
LOWexamples/daily-market-dashboard/agent/sanitizer.py8CODE
LOW…amples/daily-market-dashboard/agent/context_builder.py3CODE
LOWexamples/daily-market-dashboard/agent/client.py3CODE
LOWexamples/daily-market-dashboard/agent/_sdk_patch.py10CODE
LOWexamples/daily-market-dashboard/agent/attachments.py3CODE
LOWexamples/daily-market-dashboard/agent/async_bridge.py3CODE
LOWexamples/daily-market-dashboard/agent/knowledge.py3CODE
LOWexamples/daily-market-dashboard/agent/path_utils.py3CODE
LOWscripts/generate_fmp_client.py23CODE
LOWscripts/generate_skill_docs.py13CODE
LOWscripts/run_skill_generation_pipeline.py8CODE
LOWscripts/ci_test_matrix.py4CODE
LOWscripts/workflow_replay.py10CODE
LOWscripts/generate_catalog_from_index.py20CODE
LOWscripts/generate_skillset_docs.py14CODE
LOWscripts/run_skill_improvement_loop.py9CODE
LOWscripts/generate_workflow_docs.py14CODE
LOWscripts/package_skills.py9CODE
LOWscripts/validate_skillsets.py15CODE
LOWscripts/validate_skills_index.py13CODE
LOWscripts/weekly_core_collect.py4CODE
LOWscripts/check_package_drift_for_changed_skills.py4CODE
LOWscripts/tests/test_workflow_replay_twenty_pct.py3CODE
LOWscripts/tests/test_fmp_client_truncate_contract.py12CODE
LOWscripts/tests/test_generate_skill_docs.py3CODE
LOWscripts/tests/test_workflow_replay_market_regime.py3CODE
LOWscripts/tests/test_generate_fmp_client.py3CODE
LOWscripts/tests/test_skill_improvement_loop.py3CODE
LOWscripts/tests/test_package_skills.py3CODE
LOWscripts/tests/test_fmp_client_shared_behavior.py10CODE
LOWscripts/tests/test_validate_skills_index.py7CODE
LOWscripts/tests/test_generate_catalog_from_index.py3CODE
LOWscripts/tests/test_validate_skillsets.py8CODE
LOWscripts/tests/test_your_first_week_docs.py3CODE
LOWscripts/tests/test_glossary_docs.py3CODE
LOWscripts/tests/test_weekly_core_collect.py1CODE
LOWscripts/tests/test_workflow_replay.py3CODE
LOWscripts/tests/test_workflow_examples_issue208.py3CODE
LOWscripts/tests/test_generate_workflow_docs.py7CODE
LOWscripts/tests/test_workflow_replay_trade_memory.py3CODE
LOW…s/tests/test_check_package_drift_for_changed_skills.py3CODE
LOWscripts/tests/test_generate_skillset_docs.py7CODE
LOWscripts/tests/test_ci_test_matrix.py1CODE
LOWscripts/tests/test_skill_generation_pipeline.py3CODE
LOWscripts/tests/test_production_verification_baseline.py3CODE
LOWscripts/dev/bootstrap_skills_index.py17CODE
LOWscripts/fmp_client/registry.py16CODE
LOWskills/kanchi-dividend-sop/scripts/event_scanner.py25CODE
LOWskills/kanchi-dividend-sop/scripts/payout_safety.py18CODE
LOWskills/kanchi-dividend-sop/scripts/thresholds.py12CODE
LOWskills/kanchi-dividend-sop/scripts/build_sop_plan.py4CODE
LOWskills/kanchi-dividend-sop/scripts/dividend_basis.py15CODE
LOW…lls/kanchi-dividend-sop/scripts/build_entry_signals.py4CODE
192 more matches not shown…
Magic Placeholder Names43 hits · 222 pts
SeverityFileLineSnippetContext
HIGHdocs/ja/skills/earnings-calendar.md61export FMP_API_KEY="your-api-key-here"CODE
HIGHdocs/ja/skills/pair-trade-screener.md138GET /v3/historical-price-full/{symbol}?apikey=YOUR_API_KEYCODE
HIGHdocs/en/skills/earnings-calendar.md61export FMP_API_KEY="your-api-key-here"CODE
HIGHdocs/en/skills/pair-trade-screener.md148GET /v3/historical-price-full/{symbol}?apikey=YOUR_API_KEYCODE
HIGH…ade-strategy/.claude/skills/earnings-calendar/SKILL.md36export FMP_API_KEY="your-api-key-here"CODE
HIGH…e/skills/earnings-calendar/references/fmp_api_guide.md22https://financialmodelingprep.com/api/v3/earning_calendar?apikey=YOUR_API_KEY&from=2025-11-03&to=2025-11-09CODE
HIGH…e/skills/earnings-calendar/references/fmp_api_guide.md37| `apikey` | string | Your FMP API key | `YOUR_API_KEY` |CODE
HIGH…e/skills/earnings-calendar/references/fmp_api_guide.md190api_key = "YOUR_API_KEY"CODE
HIGH…e/skills/earnings-calendar/references/fmp_api_guide.md256api_key = "YOUR_API_KEY"CODE
HIGH…e/skills/earnings-calendar/references/fmp_api_guide.md275export FMP_API_KEY="your-api-key-here"CODE
HIGH…skills/earnings-calendar/scripts/fetch_earnings_fmp.py14 python fetch_earnings_fmp.py 2025-11-03 2025-11-09 YOUR_API_KEYSTRING
HIGH…c-calendar-fetcher/references/fmp_api_documentation.md37| `apikey` | string | Your FMP API key | `YOUR_API_KEY` |CODE
HIGH…c-calendar-fetcher/references/fmp_api_documentation.md163curl "https://financialmodelingprep.com/api/v3/economic_calendar?from=2025-01-01&to=2025-01-07&apikey=YOUR_API_KEY"CODE
HIGH…c-calendar-fetcher/references/fmp_api_documentation.md178 "apikey": "YOUR_API_KEY"CODE
HIGH…eekly-trade-strategy/skills/earnings-calendar/SKILL.md36export FMP_API_KEY="your-api-key-here"CODE
HIGH…y/skills/earnings-calendar/references/fmp_api_guide.md22https://financialmodelingprep.com/api/v3/earning_calendar?apikey=YOUR_API_KEY&from=2025-11-03&to=2025-11-09CODE
HIGH…y/skills/earnings-calendar/references/fmp_api_guide.md37| `apikey` | string | Your FMP API key | `YOUR_API_KEY` |CODE
HIGH…y/skills/earnings-calendar/references/fmp_api_guide.md190api_key = "YOUR_API_KEY"CODE
HIGH…y/skills/earnings-calendar/references/fmp_api_guide.md256api_key = "YOUR_API_KEY"CODE
HIGH…y/skills/earnings-calendar/references/fmp_api_guide.md275export FMP_API_KEY="your-api-key-here"CODE
HIGH…skills/earnings-calendar/scripts/fetch_earnings_fmp.py14 python fetch_earnings_fmp.py 2025-11-03 2025-11-09 YOUR_API_KEYSTRING
HIGH…c-calendar-fetcher/references/fmp_api_documentation.md37| `apikey` | string | Your FMP API key | `YOUR_API_KEY` |CODE
HIGH…c-calendar-fetcher/references/fmp_api_documentation.md163curl "https://financialmodelingprep.com/api/v3/economic_calendar?from=2025-01-01&to=2025-01-07&apikey=YOUR_API_KEY"CODE
HIGH…c-calendar-fetcher/references/fmp_api_documentation.md178 "apikey": "YOUR_API_KEY"CODE
HIGHskills/earnings-calendar/SKILL.md36export FMP_API_KEY="your-api-key-here"CODE
HIGHskills/earnings-calendar/references/fmp_api_guide.md22https://financialmodelingprep.com/api/v3/earning_calendar?apikey=YOUR_API_KEY&from=2025-11-03&to=2025-11-09CODE
HIGHskills/earnings-calendar/references/fmp_api_guide.md37| `apikey` | string | Your FMP API key | `YOUR_API_KEY` |CODE
HIGHskills/earnings-calendar/references/fmp_api_guide.md190api_key = "YOUR_API_KEY"CODE
HIGHskills/earnings-calendar/references/fmp_api_guide.md256api_key = "YOUR_API_KEY"CODE
HIGHskills/earnings-calendar/references/fmp_api_guide.md275export FMP_API_KEY="your-api-key-here"CODE
HIGHskills/earnings-calendar/scripts/fetch_earnings_fmp.py14 python fetch_earnings_fmp.py 2025-11-03 2025-11-09 YOUR_API_KEYSTRING
HIGH…d-growth-pullback-screener/references/fmp_api_guide.md141 apikey=YOUR_API_KEYCODE
HIGH…d-growth-pullback-screener/references/fmp_api_guide.md169 apikey=YOUR_API_KEYCODE
HIGH…d-growth-pullback-screener/references/fmp_api_guide.md210 apikey=YOUR_API_KEYCODE
HIGH…d-growth-pullback-screener/references/fmp_api_guide.md264 apikey=YOUR_API_KEYCODE
HIGH…ls/value-dividend-screener/references/fmp_api_guide.md86 apikey=YOUR_API_KEYCODE
HIGH…ls/value-dividend-screener/references/fmp_api_guide.md129 apikey=YOUR_API_KEYCODE
HIGH…ls/value-dividend-screener/references/fmp_api_guide.md196 apikey=YOUR_API_KEYCODE
HIGH…c-calendar-fetcher/references/fmp_api_documentation.md39| `apikey` | string | Your FMP API key | `YOUR_API_KEY` |CODE
HIGH…c-calendar-fetcher/references/fmp_api_documentation.md165curl "https://financialmodelingprep.com/api/v3/economic_calendar?from=2025-01-01&to=2025-01-07&apikey=YOUR_API_KEY"CODE
HIGH…c-calendar-fetcher/references/fmp_api_documentation.md180 "apikey": "YOUR_API_KEY"CODE
HIGHskills/pair-trade-screener/SKILL.md117GET /v3/historical-price-full/{symbol}?apikey=YOUR_API_KEYCODE
HIGH…/pair-trade-screener/references/cointegration_guide.md315api_key = "YOUR_API_KEY"CODE
Excessive Try-Catch Wrapping160 hits · 188 pts
SeverityFileLineSnippetContext
LOW…e/skills/earnings-calendar/references/fmp_api_guide.md372 except Exception as e:CODE
LOW…skills/earnings-calendar/scripts/fetch_earnings_fmp.py98 except Exception as e:CODE
LOW…skills/earnings-calendar/scripts/fetch_earnings_fmp.py136 except Exception as e:CODE
LOW…de/skills/earnings-calendar/scripts/generate_report.py57 except Exception as e:CODE
LOW…omic-calendar-fetcher/scripts/get_economic_calendar.py253 except Exception as e:STRING
MEDIUM…omic-calendar-fetcher/scripts/get_economic_calendar.py254 print(f"Error: {e}", file=sys.stderr)STRING
LOW…y/skills/earnings-calendar/references/fmp_api_guide.md372 except Exception as e:CODE
LOW…skills/earnings-calendar/scripts/fetch_earnings_fmp.py98 except Exception as e:CODE
LOW…skills/earnings-calendar/scripts/fetch_earnings_fmp.py136 except Exception as e:CODE
LOW…gy/skills/earnings-calendar/scripts/generate_report.py57 except Exception as e:CODE
LOW…omic-calendar-fetcher/scripts/get_economic_calendar.py253 except Exception as e:STRING
MEDIUM…omic-calendar-fetcher/scripts/get_economic_calendar.py254 print(f"Error: {e}", file=sys.stderr)STRING
LOWexamples/daily-market-dashboard/generate_dashboard.py179 except Exception as exc:CODE
LOWexamples/daily-market-dashboard/generate_dashboard.py229 except Exception as exc:CODE
LOWexamples/daily-market-dashboard/app.py618 except Exception as exc:CODE
LOWexamples/daily-market-dashboard/agent/client.py92 except Exception:CODE
LOWexamples/daily-market-dashboard/agent/client.py104 except Exception:CODE
LOWexamples/daily-market-dashboard/agent/client.py187 except Exception as exc:CODE
LOWexamples/daily-market-dashboard/agent/client.py199 except Exception as exc:CODE
LOWexamples/daily-market-dashboard/agent/_sdk_patch.py46 except Exception:CODE
LOWexamples/daily-market-dashboard/agent/attachments.py121 except Exception:CODE
LOWexamples/daily-market-dashboard/agent/async_bridge.py43 except Exception:CODE
LOWexamples/daily-market-dashboard/agent/knowledge.py113 except Exception:CODE
LOWscripts/generate_skill_docs.py1208 except Exception:CODE
LOWscripts/run_skill_generation_pipeline.py767 except Exception:CODE
LOWscripts/run_skill_generation_pipeline.py1408 except Exception:CODE
LOWscripts/run_skill_generation_pipeline.py1428 except Exception:CODE
LOWscripts/workflow_replay.py1297 except Exception as exc:CODE
LOWscripts/workflow_replay.py1331 except Exception as exc:CODE
LOWscripts/workflow_replay.py1342 except Exception as exc:CODE
LOWscripts/workflow_replay.py1758 except Exception as exc:CODE
LOWscripts/workflow_replay.py1790 except Exception as exc:CODE
LOWscripts/workflow_replay.py1805 except Exception as exc:CODE
LOWscripts/workflow_replay.py1842 except Exception as exc:CODE
LOWscripts/workflow_replay.py2038 except Exception as exc:CODE
LOWscripts/workflow_replay.py2344 except Exception:CODE
LOWscripts/workflow_replay.py2404 except Exception as exc:CODE
LOWscripts/workflow_replay.py2413 except Exception as rollback_exc: # pragma: no cover - catastrophic filesystem pathCODE
LOWscripts/workflow_replay.py2571 except Exception as exc:CODE
LOWscripts/workflow_replay.py2633 except Exception as exc:CODE
LOWscripts/workflow_replay.py2645 except Exception as exc:CODE
LOWscripts/run_skill_improvement_loop.py898 except Exception:CODE
LOWskills/macro-regime-detector/scripts/fmp_client.py329 except Exception as e:CODE
MEDIUMskills/position-sizer/scripts/position_sizer.py495 print(f"Error: {e}", file=sys.stderr)CODE
LOWskills/mt5-robot-tester/scripts/mt5_batch_tester.py1375 except Exception as e: # keep the loop resilient; record and continueCODE
LOWskills/market-top-detector/scripts/fmp_client.py403 except Exception as e:CODE
LOWskills/trader-memory-core/scripts/thesis_review.py58 except Exception as e:CODE
LOWskills/trader-memory-core/scripts/thesis_store.py2966 except Exception as e:CODE
LOWskills/trader-memory-core/scripts/thesis_store.py2998 except Exception:CODE
LOWskills/earnings-calendar/references/fmp_api_guide.md372 except Exception as e:CODE
LOWskills/earnings-calendar/scripts/fetch_earnings_fmp.py96 except Exception as e:CODE
LOWskills/earnings-calendar/scripts/fetch_earnings_fmp.py129 except Exception as e:CODE
LOWskills/earnings-calendar/scripts/generate_report.py72 except Exception as e:CODE
LOW…ypto-regime-analyzer/scripts/crypto_regime_analyzer.py83 except Exception as exc:CODE
LOWskills/crypto-regime-analyzer/scripts/data_client.py234 except Exception as exc: # funding is best-effortCODE
LOWskills/crypto-regime-analyzer/scripts/data_client.py254 except Exception as exc:CODE
LOWskills/crypto-regime-analyzer/scripts/data_client.py262 except Exception as exc:CODE
LOW…ge-strategy-reviewer/scripts/review_strategy_drafts.py565 except Exception as exc:CODE
MEDIUM…tion-failure-analyzer/scripts/analyze_news_reaction.py926 print("Error: FMP API key is required. Set FMP_API_KEY or use --api-key.", file=sys.stderr)CODE
MEDIUM…ls/edge-signal-aggregator/scripts/aggregate_signals.py1092 print("Error: At least one input source must be provided", file=sys.stderr)CODE
100 more matches not shown…
Verbosity Indicators89 hits · 169 pts
SeverityFileLineSnippetContext
LOW…skills/earnings-calendar/scripts/fetch_earnings_fmp.py413 # Step 1: Fetch earnings calendarCOMMENT
LOW…skills/earnings-calendar/scripts/fetch_earnings_fmp.py424 # Step 2: Fetch company profilesCOMMENT
LOW…skills/earnings-calendar/scripts/fetch_earnings_fmp.py430 # Step 3: Filter by market capCOMMENT
LOW…skills/earnings-calendar/scripts/fetch_earnings_fmp.py440 # Step 4: Process earnings dataCOMMENT
LOW…skills/earnings-calendar/scripts/fetch_earnings_fmp.py445 # Step 5: Sort earningsCOMMENT
LOW…skills/earnings-calendar/scripts/fetch_earnings_fmp.py413 # Step 1: Fetch earnings calendarCOMMENT
LOW…skills/earnings-calendar/scripts/fetch_earnings_fmp.py424 # Step 2: Fetch company profilesCOMMENT
LOW…skills/earnings-calendar/scripts/fetch_earnings_fmp.py430 # Step 3: Filter by market capCOMMENT
LOW…skills/earnings-calendar/scripts/fetch_earnings_fmp.py440 # Step 4: Process earnings dataCOMMENT
LOW…skills/earnings-calendar/scripts/fetch_earnings_fmp.py445 # Step 5: Sort earningsCOMMENT
LOWscripts/run_skill_generation_pipeline.py1546 # Step 10: Design the skillCOMMENT
LOWscripts/run_skill_generation_pipeline.py1554 # Step 11: Check for unexpected changesCOMMENT
LOWscripts/run_skill_generation_pipeline.py1569 # Step 12: Review and improveCOMMENT
LOWscripts/run_skill_generation_pipeline.py1578 # Step 13: Check for unexpected changes after improvementCOMMENT
LOWscripts/run_skill_generation_pipeline.py1590 # Step 14: Create PRCOMMENT
LOWscripts/run_skill_generation_pipeline.py1599 # Step 15: Return to main (before marking completed)COMMENT
LOWscripts/run_skill_generation_pipeline.py1616 # Step 16: Mark as completed (after successful return to main)COMMENT
LOWscripts/run_skill_generation_pipeline.py1619 # Step 17: Summary and stateCOMMENT
LOWscripts/run_skill_generation_pipeline.py1642 # Step 18: CleanupCOMMENT
LOWscripts/tests/test_generate_skill_docs.py72 ### Step 1: Run the testCOMMENT
LOWscripts/tests/test_generate_skill_docs.py78 ### Step 2: Review resultsCOMMENT
LOWscripts/tests/test_generate_skill_docs.py1166 ### Step 1: Run itCOMMENT
LOW…macro-regime-detector/scripts/macro_regime_detector.py100 # Step 1: Fetch Market Data (9 ETFs + Treasury rates = 10 API calls)COMMENT
LOW…macro-regime-detector/scripts/macro_regime_detector.py133 # Step 2: Calculate 6 ComponentsCOMMENT
LOW…macro-regime-detector/scripts/macro_regime_detector.py190 # Step 3: Composite Score & Regime ClassificationCOMMENT
LOW…macro-regime-detector/scripts/macro_regime_detector.py244 # Step 4: Generate ReportsCOMMENT
LOW…lls/market-top-detector/scripts/market_top_detector.py296 # Step 1: Fetch shared data (indices, ETFs)COMMENT
LOW…lls/market-top-detector/scripts/market_top_detector.py379 # Step 2: Calculate ComponentsCOMMENT
LOW…lls/market-top-detector/scripts/market_top_detector.py473 # Step 3: Composite ScoreCOMMENT
LOW…lls/market-top-detector/scripts/market_top_detector.py529 # Step 4: Follow-Through Day CheckCOMMENT
LOW…lls/market-top-detector/scripts/market_top_detector.py539 # Step 5: Historical Comparison & ScenariosCOMMENT
LOW…lls/market-top-detector/scripts/market_top_detector.py552 # Step 6: Generate ReportsCOMMENT
LOWskills/market-top-detector/scripts/scorer.py332 # Step 1: Find swing low within the lookback windowCOMMENT
LOWskills/earnings-calendar/scripts/fetch_earnings_fmp.py406 # Step 1: Fetch earnings calendarCOMMENT
LOWskills/earnings-calendar/scripts/fetch_earnings_fmp.py417 # Step 2: Fetch company profilesCOMMENT
LOWskills/earnings-calendar/scripts/fetch_earnings_fmp.py423 # Step 3: Filter by market capCOMMENT
LOWskills/earnings-calendar/scripts/fetch_earnings_fmp.py433 # Step 4: Process earnings dataCOMMENT
LOWskills/earnings-calendar/scripts/fetch_earnings_fmp.py438 # Step 5: Sort earningsCOMMENT
LOW…ullback-screener/scripts/screen_dividend_growth_rsi.py798 # Step 1: Get candidate listCOMMENT
LOW…ue-dividend-screener/scripts/screen_dividend_stocks.py1004 # Step 1: Get candidate listCOMMENT
LOW…ue-dividend-screener/scripts/screen_dividend_stocks.py1261 # Step 3: Filter by RSICOMMENT
LOW…et-breadth-analyzer/scripts/market_breadth_analyzer.py86 # Step 1: Fetch CSV DataCOMMENT
LOW…et-breadth-analyzer/scripts/market_breadth_analyzer.py110 # Step 2: Calculate ComponentsCOMMENT
LOW…et-breadth-analyzer/scripts/market_breadth_analyzer.py148 # Step 3: Composite ScoreCOMMENT
LOW…et-breadth-analyzer/scripts/market_breadth_analyzer.py207 # Step 4: Key LevelsCOMMENT
LOW…et-breadth-analyzer/scripts/market_breadth_analyzer.py212 # Step 5: Generate ReportsCOMMENT
LOWskills/canslim-screener/scripts/screen_canslim.py377 # Step 1: Calculate market direction (M component) once for all stocksCOMMENT
LOWskills/canslim-screener/scripts/screen_canslim.py450 # Step 2: Progressive filtering and analysisCOMMENT
LOWskills/canslim-screener/scripts/screen_canslim.py471 # Step 3: Rank by composite scoreCOMMENT
LOWskills/canslim-screener/scripts/screen_canslim.py484 # Step 4: Generate reportsCOMMENT
LOWskills/theme-detector/scripts/theme_detector.py553 # Step 0: Load theme configuration (YAML or inline fallback)COMMENT
LOWskills/theme-detector/scripts/theme_detector.py586 # Step 1: Fetch FINVIZ industry performanceCOMMENT
LOWskills/theme-detector/scripts/theme_detector.py603 # Step 2: Rank industries by momentumCOMMENT
LOWskills/theme-detector/scripts/theme_detector.py614 # Step 3: Classify themesCOMMENT
LOWskills/theme-detector/scripts/theme_detector.py708 # Step 4: Collect all stock symbols for batch downloadCOMMENT
LOWskills/theme-detector/scripts/theme_detector.py757 # Step 5: Batch fetch stock metrics (yfinance)COMMENT
LOWskills/theme-detector/scripts/theme_detector.py771 # Step 6: Fetch ETF volume ratios for each theme's proxy ETFsCOMMENT
LOWskills/theme-detector/scripts/theme_detector.py806 # Step 7: Fetch uptrend-dashboard dataCOMMENT
LOWskills/theme-detector/scripts/theme_detector.py826 # Step 8: Score each themeCOMMENT
LOWskills/theme-detector/scripts/theme_detector.py1043 # Step 9: Generate reportsCOMMENT
29 more matches not shown…
Cross-Language Confusion24 hits · 116 pts
SeverityFileLineSnippetContext
HIGHexamples/daily-market-dashboard/app.py168 return (window.performance && window.performance.now)CODE
HIGHexamples/daily-market-dashboard/app.py172 return e.target && e.target.closest &&CODE
HIGHexamples/daily-market-dashboard/app.py196 var keyCode = e.keyCode || e.which || 0;CODE
HIGHexamples/daily-market-dashboard/app.py197 var imeProcessKey = keyCode === 229 || e.key === 'Process';CODE
HIGHexamples/daily-market-dashboard/app.py199 if (imeProcessKey || composing || recentlyComposed) {CODE
HIGHscripts/run_skill_generation_pipeline.py1559 "'git checkout main && git branch -D %s' to clean up.",CODE
HIGH…breakout-trade-planner/scripts/plan_breakout_trades.py344 f"valid_vcp && state=Pre-breakout && risk_worst={risk_pct_worst}% <= {MAX_RISK_PCT}%"CODE
HIGH…memory-core/scripts/tests/test_thesis_store_futures.py597 schema itself allows null (["LONG","SHORT",null]) — direction isSTRING
HIGH…ews-reaction-failure-analyzer/scripts/reaction_math.py37# zscore_3d); under the iid-N(0,1) null, drift_stat ~ N(0,1). 1.45 was chosenCOMMENT
HIGH…tion-failure-analyzer/scripts/analyze_news_reaction.py369 shape (top-level list/string/null, `markets`/`skipped` not lists, listSTRING
HIGH…tion-failure-analyzer/scripts/analyze_news_reaction.py895 # (top-level list/string/null, or "events" not a list at all) mustCOMMENT
HIGHskills/futures-position-sizer/scripts/futures_sizing.py1032 downstream-computed field stays null, matching the output contract'sSTRING
HIGH…cot-contrarian-detector/scripts/screen_cot_crowding.py304 "(max == min, index undefined)"CODE
HIGHskills/cot-contrarian-detector/scripts/cot_index.py29 history, or when the window is flat (max == min, the index is undefined).STRING
HIGHskills/contrarian-setup-gate/scripts/gate_logic.py588 # A non-null, non-string direction (a JSON list/dict/number/bool)COMMENT
HIGH…contrarian-setup-gate/scripts/tests/test_gate_logic.py733 """A non-null, non-string direction (e.g. a stray integer) isSTRING
HIGH…d-duration-analyzer/scripts/generate_histogram_html.py170 return sectorMatch && capMatch;CODE
HIGH…d-duration-analyzer/scripts/generate_histogram_html.py175 if (data.length === 0) return null;CODE
HIGH…hort-trade-planner/scripts/monitor_intraday_trigger.py166 ``size_recipe_resolved`` keys (both null) so downstream consumersSTRING
HIGH…abolic-short-trade-planner/scripts/screen_parabolic.py366 "earnings_within_days": int|null,STRING
HIGH…abolic-short-trade-planner/scripts/screen_parabolic.py367 "last_earnings_date": "YYYY-MM-DD"|null,STRING
HIGH…abolic-short-trade-planner/scripts/screen_parabolic.py368 "next_earnings_date": "YYYY-MM-DD"|null,STRING
HIGH…abolic-short-trade-planner/scripts/screen_parabolic.py369 "trading_days_since_earnings": int|null,STRING
HIGH…abolic-short-trade-planner/scripts/screen_parabolic.py370 "market_data_as_of": "YYYY-MM-DD"|null}, ...]}STRING
Docstring Block Structure19 hits · 95 pts
SeverityFileLineSnippetContext
HIGH…omic-calendar-fetcher/scripts/get_economic_calendar.py32 Fetch economic calendar data from FMP API. Args: from_date: Start date in YYYY-MM-DD format toSTRING
HIGH…omic-calendar-fetcher/scripts/get_economic_calendar.py32 Fetch economic calendar data from FMP API. Args: from_date: Start date in YYYY-MM-DD format toSTRING
HIGH…/market-top-detector/scripts/calculators/math_utils.py10 Calculate Exponential Moving Average from prices (most recent first). Args: prices: List of prices, moSTRING
HIGH…/market-top-detector/scripts/calculators/math_utils.py41 Calculate Simple Moving Average from prices (most recent first). Args: prices: List of prices, most reSTRING
HIGH…ills/breakout-trade-planner/scripts/risk_calculator.py29Derive signal entry, worst-case entry, and stop-loss from VCP data. Args: pivot: Pivot price (high of last STRING
HIGHskills/trader-memory-core/scripts/thesis_ingest.py496Ingest skill output and register theses. Args: source: Source skill name (e.g., "kanchi-dividend-sop"). STRING
HIGHskills/trader-memory-core/scripts/thesis_store.py1037Register a new thesis from provided data. Args: state_dir: Path to state/theses/ directory. thesis_STRING
HIGHskills/trader-memory-core/scripts/thesis_store.py1125Partial update of a thesis. Args: state_dir: Path to state/theses/ directory. thesis_id: Thesis to STRING
HIGHskills/trader-memory-core/scripts/thesis_store.py1872Close an ACTIVE or PARTIALLY_CLOSED thesis and compute outcome. With a position: outcome is the cumulative realizedSTRING
HIGHskills/trader-memory-core/scripts/thesis_store.py2373Transition thesis from ENTRY_READY to ACTIVE with entry data. This is the only way to reach ACTIVE status. transitiSTRING
HIGHskills/trader-memory-core/scripts/thesis_store.py2870Record a review and advance next_review_date. Args: state_dir: Path to state/theses/. thesis_id: ThSTRING
HIGHskills/trader-memory-core/scripts/fmp_price_adapter.py32Return daily close prices, oldest first. Args: ticker: Stock symbol (e.g., "AAPL"). froSTRING
HIGHskills/finviz-screener/scripts/open_finviz_screener.py75Validate comma-separated theme or sub-theme slugs. Args: raw: Comma-separated slug values (with or without STRING
HIGHskills/theme-detector/scripts/config_loader.py31Load themes config and ETF catalog. Args: yaml_path: Path to custom themes YAML. If None, tries bundled theSTRING
HIGH…omic-calendar-fetcher/scripts/get_economic_calendar.py32 Fetch economic calendar data from FMP API. Args: from_date: Start date in YYYY-MM-DD format toSTRING
HIGH…lls/ibd-distribution-day-monitor/scripts/math_utils.py10 Calculate Exponential Moving Average from prices (most recent first). Args: prices: List of prices, moSTRING
HIGH…lls/ibd-distribution-day-monitor/scripts/math_utils.py41 Calculate Simple Moving Average from prices (most recent first). Args: prices: List of prices, most reSTRING
HIGH…/ibd-distribution-day-monitor/scripts/history_utils.py17Rebase history so index 0 is the evaluation session. Args: history: Most-recent-first list of OHLCV dicts (STRING
HIGH…arabolic-short-trade-planner/scripts/bar_normalizer.py34Return ``bars`` sorted in ``output_order`` with duplicates removed. Args: bars: Iterable of dicts that eachSTRING
Self-Referential Comments15 hits · 46 pts
SeverityFileLineSnippetContext
MEDIUMscripts/tests/test_generate_skill_docs.py383 # Create a skill that matches HAND_WRITTENSTRING
MEDIUMscripts/tests/test_generate_skill_docs.py461 # Create a directory without SKILL.mdSTRING
MEDIUMscripts/tests/test_skill_improvement_loop.py647 # Create a fake report file for the function to findCOMMENT
MEDIUMscripts/tests/test_skill_generation_pipeline.py181 # Create a candidates file that run_mine will findCOMMENT
MEDIUMscripts/tests/test_skill_generation_pipeline.py190 # Create a backlog file for the summaryCOMMENT
MEDIUMscripts/tests/test_skill_generation_pipeline.py245 # Create a candidates fileCOMMENT
MEDIUMscripts/tests/test_skill_generation_pipeline.py644 # Create a report JSONCOMMENT
MEDIUM…ro-regime-detector/scripts/tests/test_concentration.py30 # Create a clear uptrend in RSP relative to SPYCOMMENT
MEDIUM…ro-regime-detector/scripts/tests/test_concentration.py49 # Create a ratio that crosses over (death_cross then reverses)COMMENT
MEDIUM…-top-detector/scripts/tests/test_defensive_rotation.py99 # Create a scenario where short-term is defensive but long-term is notCOMMENT
MEDIUM…/trader-memory-core/scripts/tests/test_thesis_store.py661 # Create a schema-invalid thesis YAML (bogus status)COMMENT
MEDIUM…adth-chart-analyst/scripts/extract_chart_right_edge.py84 # Create a copy for markingCOMMENT
MEDIUM…art-analyst/scripts/tests/test_detect_uptrend_ratio.py256 # Create a text file with .jpeg extensionCOMMENT
MEDIUM…lls/skill-idea-miner/scripts/tests/test_score_ideas.py90 # Create a nested SKILL.md that should NOT be picked upCOMMENT
MEDIUMskills/ftd-detector/scripts/tests/test_rally_tracker.py438 # Create a new correction and rally attempt from a new swing lowCOMMENT
Over-Commented Block30 hits · 28 pts
SeverityFileLineSnippetContext
LOWdocs/README.md181{:toc}COMMENT
LOWexamples/weekly-trade-strategy/CLAUDE.md41 # - Nasdaq 100 (週足)COMMENT
LOW…de-strategy/.claude/agents/weekly-trade-blog-writer.md221 ```COMMENT
LOW…ategy/.claude/agents/druckenmiller-strategy-planner.md221 # - reports/YYYY-MM-DD/technical-market-analysis.mdCOMMENT
LOWscripts/run_skill_generation.sh1#!/bin/bashCOMMENT
LOWscripts/run_skill_improvement.sh1#!/bin/bashCOMMENT
LOWscripts/run_skill_improvement_loop.py441 return FalseCOMMENT
LOW.github/workflows/ci.yml161 # `generated: true`) must match generator output, and every skill mustCOMMENT
LOWskills/kanchi-dividend-sop/scripts/thresholds.py21YIELD_FLOOR_BY_PROFILE = {COMMENT
LOWskills/kanchi-dividend-sop/scripts/thresholds.py41SPECIAL_EXTREME_MULTIPLE = 3.0COMMENT
LOWskills/trader-memory-core/scripts/thesis_store.py41# opened or while it is fully open. On PARTIALLY_CLOSED it would violateCOMMENT
LOWskills/trader-memory-core/scripts/thesis_store.py161# Sanity cap on any futures contract count (P1-B, user re-review). SameCOMMENT
LOWskills/trader-memory-core/scripts/thesis_store.py2701 exit_price=actual_price,COMMENT
LOW…ews-reaction-failure-analyzer/scripts/reaction_math.py41# 1.0 -> 13.4-15.8%, 1.28 -> ~9.7-10.0%, 1.35 -> 8.1-8.8%, all of which failCOMMENT
LOW…ews-reaction-failure-analyzer/scripts/reaction_math.py61MIN_EVENTS_DEFAULT = 3COMMENT
LOW…ality-checker/scripts/tests/test_check_data_quality.py321 # sum_mins = 50+20+15+5 = 90, sum_maxs = 55+25+20+10 = 110COMMENT
LOWskills/futures-position-sizer/scripts/futures_sizing.py41from fractions import FractionCOMMENT
LOWskills/futures-position-sizer/scripts/futures_sizing.py61# round-2 P2): its absolute size grows with q, and at large qCOMMENT
LOWskills/futures-position-sizer/scripts/futures_sizing.py81# terminates in O(1) regardless of scale, andCOMMENT
LOWskills/futures-position-sizer/scripts/futures_sizing.py101# that could ever hold anywhere near this many. Rejecting anything aboveCOMMENT
LOWskills/futures-position-sizer/scripts/futures_sizing.py881 reason="direction_stop_mismatch",COMMENT
LOWskills/futures-position-sizer/scripts/futures_sizing.py941 result["stop_distance_points"] = round(distance, 8)COMMENT
LOW…es-position-sizer/scripts/tests/test_futures_sizing.py181 # --- Code review round 3, P1-1 (and its own re-review): the relativeCOMMENT
LOW…es-position-sizer/scripts/tests/test_futures_sizing.py601 # above continuing to underflow identically on every platform).COMMENT
LOWskills/trading-skills-navigator/scripts/recommend.py541 # Kanchi-style dividend candidate sourcing (Issue #260) — MUST stayCOMMENT
LOWskills/trading-skills-navigator/scripts/recommend.py821 category: str,COMMENT
LOW…cot-contrarian-detector/scripts/screen_cot_crowding.py81 "BT",COMMENT
LOWskills/contrarian-setup-gate/scripts/gate_logic.py101NEWS_VERDICTS = {"CONFIRMED", "NOT_CONFIRMED", "INSUFFICIENT_EVIDENCE"}COMMENT
LOWskills/contrarian-setup-gate/scripts/gate_logic.py121 "key_reversal": "weekly_key_reversal",COMMENT
LOW…monitor/scripts/tests/test_distribution_day_tracker.py221 # Actually post_high[26] is index 26 in effective_history (oldest post-DD).COMMENT
Redundant / Tautological Comments17 hits · 25 pts
SeverityFileLineSnippetContext
LOW…skills/earnings-calendar/scripts/fetch_earnings_fmp.py82 # Check if response is error messageCOMMENT
LOW…skills/earnings-calendar/scripts/fetch_earnings_fmp.py82 # Check if response is error messageCOMMENT
LOWskills/macro-regime-detector/scripts/scorer.py422 # Check if second-best regime is close (ambiguity)COMMENT
LOW…tector/scripts/calculators/leading_stock_calculator.py288 # Check if most recent swing highs are decliningCOMMENT
LOW…reener/scripts/calculators/weekly_candle_calculator.py84 # Check if the latest week is complete (has Friday data)COMMENT
LOWskills/trader-memory-core/scripts/thesis_ingest.py359 # Check if it's a market basket or multi-tickerCOMMENT
LOWskills/earnings-calendar/scripts/fetch_earnings_fmp.py80 # Check if response is error messageCOMMENT
LOW…ls/edge-signal-aggregator/scripts/aggregate_signals.py1081 # Check if at least one input is providedCOMMENT
LOW…ullback-screener/scripts/screen_dividend_growth_rsi.py964 # Check if this is a REIT (uses different payout ratio calculation)COMMENT
LOW…s/portfolio-manager/scripts/check_alpaca_connection.py113 # Check if account is restrictedCOMMENT
LOW…adth-chart-analyst/scripts/extract_chart_right_edge.py144 # Check if it's an image fileCOMMENT
LOW…adth-chart-analyst/scripts/extract_chart_right_edge.py149 # Check if it's likely a breadth chart (by filename)COMMENT
LOW…/breadth-chart-analyst/scripts/detect_uptrend_ratio.py546 # Check if value is in reasonable rangeCOMMENT
LOW…breadth-chart-analyst/scripts/detect_breadth_values.py338 # Check if reference lines were detected (not estimated)COMMENT
LOW…ue-dividend-screener/scripts/screen_dividend_stocks.py1072 # Check if rate limit reachedCOMMENT
LOW…ue-dividend-screener/scripts/screen_dividend_stocks.py1182 # Check if this is a REIT (uses different payout ratio calculation)COMMENT
LOW…al-flow-tracker/scripts/track_institution_portfolio.py65 python3 analyze_single_stock.py AAPL # Check if Berkshire changed positionCODE
Fake / Example Data18 hits · 22 pts
SeverityFileLineSnippetContext
LOWscripts/tests/test_github_templates.py31 "input": {"label", "description", "placeholder", "value"},CODE
LOWscripts/tests/test_github_templates.py32 "textarea": {"label", "description", "placeholder", "value", "render"},CODE
LOWscripts/tests/test_weekly_core_collect.py13DUMMY_FMP_VALUE = "placeholder"CODE
LOW…nings-calendar/scripts/tests/test_earnings_calendar.py26 return FMPEarningsCalendar(api_key="dummy-key")CODE
LOW…flow-tracker/scripts/tests/test_tracker_integration.py94 tracker = InstitutionalFlowTracker("fake_key", as_of=AS_OF)CODE
LOW…flow-tracker/scripts/tests/test_tracker_integration.py125 tracker = InstitutionalFlowTracker("fake_key", as_of=AS_OF)CODE
LOW…flow-tracker/scripts/tests/test_tracker_integration.py157 tracker = InstitutionalFlowTracker("fake_key", as_of=AS_OF)CODE
LOW…flow-tracker/scripts/tests/test_tracker_integration.py179 tracker = InstitutionalFlowTracker("fake_key", as_of=AS_OF)CODE
LOW…flow-tracker/scripts/tests/test_tracker_integration.py205 tracker = InstitutionalFlowTracker("fake_key", as_of=AS_OF)CODE
LOW…flow-tracker/scripts/tests/test_tracker_integration.py223 tracker = InstitutionalFlowTracker("fake_key", as_of=AS_OF)CODE
LOW…flow-tracker/scripts/tests/test_tracker_integration.py315 tracker = InstitutionalFlowTracker("fake_key", as_of=AS_OF)CODE
LOW…flow-tracker/scripts/tests/test_tracker_integration.py321 tracker = InstitutionalFlowTracker("fake_key", as_of=AS_OF)CODE
LOW…flow-tracker/scripts/tests/test_tracker_integration.py327 tracker = InstitutionalFlowTracker("fake_key", as_of=AS_OF)CODE
LOW…tional-flow-tracker/scripts/tests/test_single_stock.py93 analyzer = SingleStockAnalyzer("fake_key", as_of=AS_OF)CODE
LOW…tional-flow-tracker/scripts/tests/test_single_stock.py156 analyzer = SingleStockAnalyzer("fake_key", as_of=AS_OF)CODE
LOW…tional-flow-tracker/scripts/tests/test_single_stock.py219 analyzer = SingleStockAnalyzer("fake_key", as_of=AS_OF)CODE
LOW…tional-flow-tracker/scripts/tests/test_single_stock.py224 analyzer = SingleStockAnalyzer("fake_key", as_of=AS_OF)CODE
LOW…tional-flow-tracker/scripts/tests/test_single_stock.py229 analyzer = SingleStockAnalyzer("fake_key", as_of=AS_OF)CODE
AI Structural Patterns24 hits · 20 pts
SeverityFileLineSnippetContext
LOWskills/kanchi-dividend-sop/scripts/payout_safety.py85CODE
LOW…lls/macro-regime-detector/scripts/calculators/utils.py44CODE
LOW…ade-planner/scripts/tests/test_plan_breakout_trades.py38CODE
LOWskills/trader-memory-core/scripts/thesis_store.py2359CODE
LOWskills/vcp-screener/scripts/screen_vcp.py306CODE
LOWskills/vcp-screener/scripts/tests/test_vcp_screener.py3161CODE
LOW…screener/scripts/calculators/vcp_pattern_calculator.py22CODE
LOW…ullback-screener/scripts/screen_dividend_growth_rsi.py314CODE
LOW…/breadth-chart-analyst/scripts/detect_uptrend_ratio.py660CODE
LOW…hesizer/scripts/tests/test_synthesize_edge_concepts.py503CODE
LOW…stockbee-episodic-pivot-analyzer/scripts/analyze_ep.py993CODE
LOW…contrarian-setup-gate/scripts/tests/test_gate_logic.py769CODE
LOWskills/uptrend-analyzer/scripts/tests/helpers.py4CODE
LOWskills/ftd-detector/scripts/tests/helpers.py53CODE
LOW…flow-tracker/scripts/tests/test_tracker_integration.py20CODE
LOW…de-analyzer/scripts/calculators/gap_size_calculator.py152CODE
LOW…-trade-analyzer/scripts/calculators/ma50_calculator.py87CODE
LOW…r/scripts/calculators/pre_earnings_trend_calculator.py110CODE
LOW…trade-analyzer/scripts/calculators/ma200_calculator.py91CODE
LOW…nalyzer/scripts/calculators/volume_trend_calculator.py135CODE
LOW…-druckenmiller-investment/scripts/tests/test_scorer.py172CODE
LOW…-druckenmiller-investment/scripts/tests/test_scorer.py400CODE
LOWskills/strategy-pivot-designer/scripts/tests/helpers.py6CODE
LOW…ical-analyst/scripts/tests/test_weekly_price_action.py702CODE
Modern Structural Boilerplate18 hits · 19 pts
SeverityFileLineSnippetContext
LOWexamples/daily-market-dashboard/generate_dashboard.py29logger = logging.getLogger(__name__)CODE
LOWexamples/daily-market-dashboard/app.py46logger = logging.getLogger(__name__)CODE
LOWexamples/daily-market-dashboard/agent/client.py33logger = logging.getLogger(__name__)CODE
LOWexamples/daily-market-dashboard/agent/_sdk_patch.py15logger = logging.getLogger(__name__)CODE
LOWexamples/daily-market-dashboard/agent/async_bridge.py10logger = logging.getLogger(__name__)CODE
LOWexamples/daily-market-dashboard/agent/knowledge.py13logger = logging.getLogger(__name__)CODE
LOWscripts/tests/test_validate_skills_index.py480def _setup_minimal_workflow_repo(tmp_path: Path, **wf_overrides) -> None:CODE
LOWscripts/tests/test_skill_generation_pipeline.py162def _setup_mine_script(tmp_path: Path, pipeline_module) -> None:CODE
LOWscripts/tests/test_skill_generation_pipeline.py169def _setup_score_script(tmp_path: Path, pipeline_module) -> None:CODE
LOWscripts/tests/test_skill_generation_pipeline.py596def _setup_daily_backlog(tmp_path: Path, pipeline_module, ideas=None) -> None:CODE
LOW…ls/market-top-detector/scripts/calculators/__init__.py11__all__ = [CODE
LOWskills/pead-screener/scripts/screen_pead.py43logger = logging.getLogger(__name__)CODE
LOWskills/trader-memory-core/scripts/thesis_review.py16logger = logging.getLogger(__name__)CODE
LOWskills/trader-memory-core/scripts/thesis_ingest.py21logger = logging.getLogger(__name__)CODE
LOWskills/trader-memory-core/scripts/thesis_store.py25logger = logging.getLogger(__name__)CODE
LOWskills/trader-memory-core/scripts/thesis_store.py936def _update_index_entry(index: dict, thesis: dict) -> None:CODE
LOWskills/trader-memory-core/scripts/fmp_price_adapter.py15logger = logging.getLogger(__name__)CODE
LOW…heme-detector/scripts/representative_stock_selector.py28logger = logging.getLogger(__name__)CODE
Modern AI Meta-Vocabulary6 hits · 16 pts
SeverityFileLineSnippetContext
MEDIUMdocs/ja/skillsets.md28| [`trade-memory`](#trade-memory) — Trade Memory | event-driven | no-api-basic | beginner | `trade-memory-loop`, `monthlCODE
MEDIUMdocs/dev/metadata-and-workflow-schema.md382timeframe: daily # daily | weekly | event-driven | researchCODE
MEDIUMdocs/en/skillsets.md26| [`trade-memory`](#trade-memory) — Trade Memory | event-driven | no-api-basic | beginner | `trade-memory-loop`, `monthlCODE
MEDIUMdocs/en/playbooks/shapiro-contrarian.md197## Discipline and guardrailsCOMMENT
MEDIUM…lls/data-quality-checker/scripts/check_data_quality.py673# Main orchestrationCOMMENT
MEDIUMskills/futures-position-sizer/scripts/futures_sizing.py780# --- Top-level sizing orchestration ------------------------------------------COMMENT
AI Slop Vocabulary10 hits · 14 pts
SeverityFileLineSnippetContext
MEDIUMscripts/workflow_replay.py2043 # already validated payload in the harness's canonical JSON form for stable goldens.COMMENT
MEDIUMskills/kanchi-dividend-sop/scripts/thresholds.py73UTILITY_FFO_DEBT_MIN = 0.13 # below this, regulated leverage is stretchedCODE
MEDIUMskills/kanchi-dividend-sop/scripts/dividend_basis.py258 # robust to rolling-window pay-count drift; v2.1 R-2) ---COMMENT
MEDIUM…ills/macro-regime-detector/scripts/report_generator.py19 """Generate comprehensive Markdown report"""STRING
MEDIUMskills/market-top-detector/scripts/report_generator.py36 """Generate comprehensive Markdown report"""STRING
MEDIUM…ls/market-breadth-analyzer/scripts/report_generator.py19 """Generate comprehensive Markdown report."""STRING
MEDIUMskills/uptrend-analyzer/scripts/report_generator.py24 """Generate comprehensive Markdown report"""STRING
MEDIUMskills/ftd-detector/scripts/report_generator.py19 """Generate comprehensive Markdown report."""STRING
MEDIUM…y-druckenmiller-investment/scripts/report_generator.py22 """Generate comprehensive Markdown report."""STRING
MEDIUMskills/pair-trade-screener/scripts/analyze_spread.py274 """Print comprehensive analysis report"""STRING
Example Usage Blocks7 hits · 10 pts
SeverityFileLineSnippetContext
LOWskills/canslim-screener/scripts/finviz_stock_client.py209# Example usageCOMMENT
LOWskills/canslim-screener/scripts/report_generator.py435# Example usageCOMMENT
LOW…m-screener/scripts/calculators/new_highs_calculator.py151# Example usageCOMMENT
LOW…reener/scripts/calculators/supply_demand_calculator.py201# Example usageCOMMENT
LOW…slim-screener/scripts/calculators/market_calculator.py223# Example usageCOMMENT
LOW…reener/scripts/calculators/institutional_calculator.py351# Example usageCOMMENT
LOW…-screener/scripts/calculators/leadership_calculator.py626# Example usageCOMMENT
Slop Phrases1 hit · 2 pts
SeverityFileLineSnippetContext
MEDIUMscripts/tests/test_skill_improvement_loop.py346 + "\n\nLet me know if you need more details."CODE