Repository Analysis

muratcankoylan/Agent-Skills-for-Context-Engineering

9.9 Low AI signal View on GitHub
9.9
Adjusted Score
9.9
Raw Score
100%
Time Factor
Last Push
Stars
Language
71,436
Lines of Code
297
Files
367
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 9MEDIUM 154LOW 204

Pattern Findings

367 matches across 14 categories. Click a row to expand file-level details.

Decorative Section Separators150 hits · 436 pts
SeverityFileLineSnippet
MEDIUM…/interleaved-thinking/examples/03_full_optimization.py33# =============================================================================
MEDIUM…/interleaved-thinking/examples/03_full_optimization.py35# =============================================================================
MEDIUM…/interleaved-thinking/examples/03_full_optimization.py165# =============================================================================
MEDIUM…/interleaved-thinking/examples/03_full_optimization.py168# =============================================================================
MEDIUM…/interleaved-thinking/examples/03_full_optimization.py834# =============================================================================
MEDIUM…/interleaved-thinking/examples/03_full_optimization.py836# =============================================================================
MEDIUM…/interleaved-thinking/examples/03_full_optimization.py1011# =============================================================================
MEDIUM…/interleaved-thinking/examples/03_full_optimization.py1013# =============================================================================
MEDIUMexamples/book-sft-pipeline/scripts/pipeline_example.py12# =============================================================================
MEDIUMexamples/book-sft-pipeline/scripts/pipeline_example.py14# =============================================================================
MEDIUMexamples/book-sft-pipeline/scripts/pipeline_example.py37# =============================================================================
MEDIUMexamples/book-sft-pipeline/scripts/pipeline_example.py39# =============================================================================
MEDIUMexamples/book-sft-pipeline/scripts/pipeline_example.py74# =============================================================================
MEDIUMexamples/book-sft-pipeline/scripts/pipeline_example.py76# =============================================================================
MEDIUMexamples/book-sft-pipeline/scripts/pipeline_example.py107# =============================================================================
MEDIUMexamples/book-sft-pipeline/scripts/pipeline_example.py109# =============================================================================
MEDIUMexamples/book-sft-pipeline/scripts/pipeline_example.py133# =============================================================================
MEDIUMexamples/book-sft-pipeline/scripts/pipeline_example.py135# =============================================================================
MEDIUMexamples/book-sft-pipeline/scripts/pipeline_example.py159# =============================================================================
MEDIUMexamples/book-sft-pipeline/scripts/pipeline_example.py161# =============================================================================
MEDIUMskills/multi-agent-patterns/scripts/coordination.py105# ---------------------------------------------------------------------------
MEDIUMskills/multi-agent-patterns/scripts/coordination.py107# ---------------------------------------------------------------------------
MEDIUMskills/multi-agent-patterns/scripts/coordination.py303# ---------------------------------------------------------------------------
MEDIUMskills/multi-agent-patterns/scripts/coordination.py305# ---------------------------------------------------------------------------
MEDIUMskills/multi-agent-patterns/scripts/coordination.py386# ---------------------------------------------------------------------------
MEDIUMskills/multi-agent-patterns/scripts/coordination.py388# ---------------------------------------------------------------------------
MEDIUMskills/multi-agent-patterns/scripts/coordination.py485# ---------------------------------------------------------------------------
MEDIUMskills/multi-agent-patterns/scripts/coordination.py487# ---------------------------------------------------------------------------
MEDIUMskills/multi-agent-patterns/scripts/coordination.py560# ---------------------------------------------------------------------------
MEDIUMskills/multi-agent-patterns/scripts/coordination.py562# ---------------------------------------------------------------------------
MEDIUMskills/bdi-mental-states/references/rdf-examples.md13# ============================================================
MEDIUMskills/bdi-mental-states/references/rdf-examples.md15# ============================================================
MEDIUMskills/bdi-mental-states/references/rdf-examples.md23# ============================================================
MEDIUMskills/bdi-mental-states/references/rdf-examples.md25# ============================================================
MEDIUMskills/bdi-mental-states/references/rdf-examples.md51# ============================================================
MEDIUMskills/bdi-mental-states/references/rdf-examples.md53# ============================================================
MEDIUMskills/bdi-mental-states/references/rdf-examples.md65# ============================================================
MEDIUMskills/bdi-mental-states/references/rdf-examples.md67# ============================================================
MEDIUMskills/bdi-mental-states/references/rdf-examples.md85# ============================================================
MEDIUMskills/bdi-mental-states/references/rdf-examples.md87# ============================================================
MEDIUMskills/bdi-mental-states/references/rdf-examples.md120# ============================================================
MEDIUMskills/bdi-mental-states/references/rdf-examples.md122# ============================================================
MEDIUMskills/bdi-mental-states/references/rdf-examples.md154# ============================================================
MEDIUMskills/bdi-mental-states/references/rdf-examples.md156# ============================================================
MEDIUMskills/bdi-mental-states/references/rdf-examples.md162# ============================================================
MEDIUMskills/bdi-mental-states/references/rdf-examples.md164# ============================================================
MEDIUM…ls/context-degradation/scripts/degradation_detector.py41# ---------------------------------------------------------------------------
MEDIUM…ls/context-degradation/scripts/degradation_detector.py43# ---------------------------------------------------------------------------
MEDIUM…ls/context-degradation/scripts/degradation_detector.py108# ---------------------------------------------------------------------------
MEDIUM…ls/context-degradation/scripts/degradation_detector.py110# ---------------------------------------------------------------------------
MEDIUM…ls/context-degradation/scripts/degradation_detector.py162# ---------------------------------------------------------------------------
MEDIUM…ls/context-degradation/scripts/degradation_detector.py164# ---------------------------------------------------------------------------
MEDIUM…ls/context-degradation/scripts/degradation_detector.py221# ---------------------------------------------------------------------------
MEDIUM…ls/context-degradation/scripts/degradation_detector.py223# ---------------------------------------------------------------------------
MEDIUM…ls/context-degradation/scripts/degradation_detector.py381# ---------------------------------------------------------------------------
MEDIUM…ls/context-degradation/scripts/degradation_detector.py383# ---------------------------------------------------------------------------
MEDIUM…ls/context-degradation/scripts/degradation_detector.py515# ---------------------------------------------------------------------------
MEDIUM…ls/context-degradation/scripts/degradation_detector.py517# ---------------------------------------------------------------------------
MEDIUM…ls/context-degradation/scripts/degradation_detector.py553# ---------------------------------------------------------------------------
MEDIUM…ls/context-degradation/scripts/degradation_detector.py555# ---------------------------------------------------------------------------
90 more matches not shown…
Hyper-Verbose Identifiers66 hits · 66 pts
SeverityFileLineSnippet
LOW…rleaved-thinking/reasoning_trace_optimizer/analyzer.py266 def _format_trace_for_analysis(self, trace: ReasoningTrace) -> str:
LOW…interleaved-thinking/reasoning_trace_optimizer/loop.py410 def _save_iteration_artifacts(self, iteration: LoopIteration, num: int) -> None:
LOW…leaved-thinking/reasoning_trace_optimizer/optimizer.py247 def suggest_tool_improvements(
LOW…leaved-thinking/reasoning_trace_optimizer/optimizer.py319 def _format_patterns_for_tools(self, patterns: list) -> str:
LOW…leaved-thinking/reasoning_trace_optimizer/optimizer.py325 def _parse_optimization_response(
LOW…leaved-thinking/reasoning_trace_optimizer/optimizer.py414def format_optimization_report(result: OptimizationResult) -> str:
LOW…-thinking/reasoning_trace_optimizer/skill_generator.py99def _format_numbered_list_to_markdown(items: list | str) -> str:
LOW…-thinking/reasoning_trace_optimizer/skill_generator.py115def _format_examples_to_markdown(examples: list | str) -> str:
LOWexamples/interleaved-thinking/tests/test_models.py19def test_thinking_block_creation():
LOWexamples/interleaved-thinking/tests/test_models.py45def test_reasoning_trace_creation():
LOWexamples/interleaved-thinking/tests/test_models.py89def test_analysis_result_creation():
LOWexamples/interleaved-thinking/tests/test_models.py97def test_optimization_result_creation():
LOWexamples/interleaved-thinking/tests/test_models.py113def test_loop_result_creation():
LOW…es/digital-brain-skill/agents/scripts/content_ideas.py32def get_top_performing_content():
LOWexamples/book-sft-pipeline/references/tinker.txt3120def _convert_tensor_dtype_to_numpy(dtype: TensorDtype) -> npt.DTypeLike:
LOWexamples/book-sft-pipeline/references/tinker.txt3130def _convert_tensor_dtype_to_torch(dtype: TensorDtype) -> "torch.dtype":
LOWexamples/book-sft-pipeline/references/tinker.txt3144def _convert_numpy_dtype_to_tensor(dtype: np.dtype[Any]) -> TensorDtype:
LOWexamples/book-sft-pipeline/references/tinker.txt3154def _convert_torch_dtype_to_tensor(dtype: "torch.dtype") -> TensorDtype:
LOWskills/multi-agent-patterns/references/frameworks.md256def delegate_with_full_context(planner_state, subagent):
LOWskills/multi-agent-patterns/references/frameworks.md272def delegate_with_instructions(task_spec, subagent):
LOWskills/multi-agent-patterns/scripts/coordination.py283 def _simulate_worker_response(
LOWskills/multi-agent-patterns/scripts/coordination.py435 def calculate_weighted_consensus(self, topic_id: str) -> Dict[str, Any]:
LOWskills/multi-agent-patterns/scripts/coordination.py535 def _activate_circuit_breaker(self, agent_id: str) -> None:
LOWskills/bdi-mental-states/SKILL.md219def augment_llm_with_bdi_ontology(prompt, ontology_graph):
LOW…/bdi-mental-states/references/framework-integration.md243 def _validate_against_ontology(self, triples: str) -> dict:
LOW…/bdi-mental-states/references/framework-integration.md303def detect_location_inconsistency(graph: Graph) -> list[str]:
LOW…/bdi-mental-states/references/framework-integration.md558 def request_belief_confirmation(self, belief_uri: str, receiver: str) -> ACLMessage:
LOWskills/context-degradation/references/patterns.md12def measure_attention_distribution(model, context_tokens, query):
LOWskills/context-degradation/references/patterns.md125def analyze_error_propagation(context, error_points):
LOWskills/context-degradation/references/patterns.md278def truncate_context_for_recovery(context, preserved_elements, target_size):
LOW…ls/context-degradation/scripts/degradation_detector.py45def measure_attention_distribution(
LOW…ls/context-degradation/scripts/degradation_detector.py166def analyze_context_structure(context: str) -> Dict[str, object]:
LOW…ls/context-degradation/scripts/degradation_detector.py363 def _detect_hallucination_markers(self, text: str) -> List[str]:
LOW…ls/context-degradation/scripts/degradation_detector.py488 def _generate_recommendations(
LOW…ontext-compression/tests/test_compression_evaluator.py19 def test_json_ground_truth_terms_score_when_response_mentions_artifacts(
LOW…ontext-compression/tests/test_compression_evaluator.py38 def test_plain_text_ground_truth_still_uses_substring_match(self) -> None:
LOW…s/context-compression/scripts/compression_evaluator.py520 def _ground_truth_overlap_ratio(self,
LOW…s/context-compression/scripts/compression_evaluator.py534 def _extract_ground_truth_terms(self, ground_truth: str) -> List[str]:
LOW…s/context-compression/scripts/compression_evaluator.py557 def _calculate_dimension_scores(self,
LOW…s/context-compression/scripts/compression_evaluator.py738def evaluate_compression_quality(
LOWskills/memory-systems/references/implementation.md280 def create_temporal_relationship(
LOWskills/memory-systems/scripts/memory_store.py352 def create_temporal_relationship(
LOW…anced-evaluation/references/implementation-patterns.md77async def compare_with_bias_mitigation(response_a, response_b, prompt, criteria, model):
LOW…anced-evaluation/references/implementation-patterns.md287async def test_full_evaluation_pipeline():
LOW…anced-evaluation/references/implementation-patterns.md302async def test_position_bias_mitigation():
LOW…ills/advanced-evaluation/references/bias-mitigation.md175async def relevance_weighted_evaluation(response, prompt, criteria):
LOW…ills/advanced-evaluation/scripts/evaluation_example.py143def pairwise_comparison_example() -> dict[str, Any]:
LOW…ills/advanced-evaluation/scripts/evaluation_example.py261def rubric_generation_example() -> dict[str, Any]:
LOW…/context-fundamentals/references/context-components.md200def get_customer_response_format():
LOWskills/context-fundamentals/scripts/context_manager.py320def validate_context_structure(context: Dict[str, Any]) -> Dict[str, Any]:
LOW…ls/project-development/references/pipeline-patterns.md316def process_batch_with_partial_success(items: list) -> tuple[list, list]:
LOW…ls/project-development/references/pipeline-patterns.md573def test_parse_stage_malformed():
LOWskills/evaluation/references/metrics.md180 def get_complexity_distribution(self):
LOWskills/evaluation/scripts/evaluator.py340 def get_complexity_distribution(self) -> Dict[str, int]:
LOWskills/context-optimization/scripts/compaction.py492def generate_cache_recommendations(hits: int, misses: int) -> List[str]:
LOWskills/tool-design/SKILL.md127def optimize_tool_description(tool_spec, failure_examples):
LOWskills/tool-design/scripts/description_generator.py111def generate_tool_description(tool_spec: ToolSpec) -> str:
LOW…ls/hosted-agents/references/infrastructure-patterns.md678 def get_app_installation_token(self, repo: str) -> str:
LOWskills/hosted-agents/scripts/sandbox_manager.py347 async def _create_sandbox_from_image(self, image: RepositoryImage) -> Sandbox:
LOWresearcher/scripts/loop_step.py237def update_run_queue_retrieval(run_dir: Path, status: str, raw_paths: list[str], notes: str) -> None:
6 more matches not shown…
Unused Imports58 hits · 58 pts
SeverityFileLineSnippet
LOW…rleaved-thinking/reasoning_trace_optimizer/analyzer.py10
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py8
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py8
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py8
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py8
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py8
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py8
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py8
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py8
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py8
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py8
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py8
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py21
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py22
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py23
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py24
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py24
LOW…rleaved-thinking/reasoning_trace_optimizer/__init__.py25
LOW…/interleaved-thinking/reasoning_trace_optimizer/cli.py141
LOW…/interleaved-thinking/reasoning_trace_optimizer/cli.py141
LOW…/interleaved-thinking/reasoning_trace_optimizer/cli.py141
LOW…interleaved-thinking/reasoning_trace_optimizer/loop.py9
LOW…interleaved-thinking/reasoning_trace_optimizer/loop.py21
LOW…-thinking/reasoning_trace_optimizer/skill_generator.py12
LOW…-thinking/reasoning_trace_optimizer/skill_generator.py16
LOWexamples/interleaved-thinking/examples/02_tool_usage.py15
LOW…/interleaved-thinking/examples/03_full_optimization.py16
LOW…es/digital-brain-skill/agents/scripts/weekly_review.py8
LOW…s/digital-brain-skill/agents/scripts/stale_contacts.py8
LOWexamples/book-sft-pipeline/scripts/pipeline_example.py10
LOWskills/memory-systems/scripts/memory_store.py25
LOW…ills/advanced-evaluation/scripts/evaluation_example.py12
LOWskills/context-fundamentals/scripts/context_manager.py40
LOWskills/filesystem-context/scripts/filesystem_context.py26
LOWskills/filesystem-context/scripts/filesystem_context.py29
LOWskills/tool-design/scripts/description_generator.py27
LOWskills/tool-design/scripts/description_generator.py29
LOWskills/hosted-agents/scripts/sandbox_manager.py16
LOWresearcher/scripts/skill_health.py15
LOWresearcher/scripts/render_router_report.py21
LOWresearcher/scripts/loop_step.py17
LOWresearcher/scripts/loop_step.py26
LOWresearcher/scripts/loop_step.py26
LOWresearcher/scripts/check_activation_cases.py4
LOWresearcher/scripts/loop_common.py10
LOWresearcher/scripts/loop_discover.py9
LOWresearcher/scripts/loop_discover.py17
LOWresearcher/scripts/research_loop.py8
LOWresearcher/scripts/validate_repo.py8
LOWresearcher/scripts/loop_daily.py9
LOWresearcher/scripts/loop_daily.py15
LOWresearcher/scripts/loop_daily.py18
LOWresearcher/scripts/loop_daily.py18
LOWresearcher/scripts/run_benchmarks.py4
LOWresearcher/scripts/validate_run.py9
LOWresearcher/scripts/novelty_check.py4
LOWresearcher/scripts/compare_skill_revisions.py4
LOWresearcher/scripts/loop_status.py4
Cross-Language Confusion5 hits · 38 pts
SeverityFileLineSnippet
HIGHskills/hosted-agents/scripts/sandbox_manager.py189 "cd /workspace && npm install",
HIGHskills/hosted-agents/scripts/sandbox_manager.py192 "cd /workspace && npm run build",
HIGHskills/hosted-agents/scripts/sandbox_manager.py195 "cd /workspace && npm run dev &",
HIGHskills/hosted-agents/scripts/sandbox_manager.py197 "cd /workspace && npm test -- --run || true", # Run tests to warm cache
HIGHskills/hosted-agents/scripts/sandbox_manager.py197 "cd /workspace && npm test -- --run || true", # Run tests to warm cache
Deep Nesting29 hits · 28 pts
SeverityFileLineSnippet
LOW…erleaved-thinking/reasoning_trace_optimizer/capture.py159
LOW…erleaved-thinking/reasoning_trace_optimizer/capture.py231
LOW…interleaved-thinking/reasoning_trace_optimizer/loop.py111
LOW…leaved-thinking/reasoning_trace_optimizer/optimizer.py247
LOW…leaved-thinking/reasoning_trace_optimizer/optimizer.py372
LOW…-thinking/reasoning_trace_optimizer/skill_generator.py358
LOW…/interleaved-thinking/examples/03_full_optimization.py838
LOW…es/digital-brain-skill/agents/scripts/content_ideas.py14
LOW…es/digital-brain-skill/agents/scripts/weekly_review.py15
LOW…es/digital-brain-skill/agents/scripts/idea_to_draft.py14
LOW…s/digital-brain-skill/agents/scripts/stale_contacts.py21
LOW…s/digital-brain-skill/agents/scripts/stale_contacts.py49
LOW…ls/context-degradation/scripts/degradation_detector.py340
LOW…s/context-compression/scripts/compression_evaluator.py434
LOW…s/context-compression/scripts/compression_evaluator.py534
LOW…s/context-compression/scripts/compression_evaluator.py542
LOWskills/memory-systems/scripts/memory_store.py279
LOWskills/project-development/scripts/pipeline_template.py726
LOWskills/evaluation/scripts/evaluator.py182
LOWskills/evaluation/scripts/evaluator.py279
LOWskills/context-optimization/scripts/compaction.py104
LOWresearcher/scripts/render_router_report.py145
LOWresearcher/scripts/loop_step.py334
LOWresearcher/scripts/loop_discover.py81
LOWresearcher/scripts/validate_repo.py290
LOWresearcher/scripts/validate_repo.py409
LOWresearcher/scripts/validate_repo.py427
LOWresearcher/scripts/validate_repo.py435
LOWresearcher/scripts/compare_skill_revisions.py76
Excessive Try-Catch Wrapping20 hits · 18 pts
SeverityFileLineSnippet
LOW…erleaved-thinking/reasoning_trace_optimizer/capture.py152 except Exception as e:
LOW…erleaved-thinking/reasoning_trace_optimizer/capture.py215 except Exception as e:
LOW…erleaved-thinking/reasoning_trace_optimizer/capture.py369 except Exception as e:
LOW…/interleaved-thinking/examples/03_full_optimization.py1001 except Exception as e:
LOWskills/multi-agent-patterns/references/frameworks.md400 except Exception as e:
LOW…ls/project-development/references/pipeline-patterns.md102 except Exception as e:
LOW…ls/project-development/references/pipeline-patterns.md249 except Exception as e:
LOW…ls/project-development/references/pipeline-patterns.md254 except Exception as e:
LOW…ls/project-development/references/pipeline-patterns.md259 except Exception as e:
LOW…ls/project-development/references/pipeline-patterns.md282 except Exception as e:
LOW…ls/project-development/references/pipeline-patterns.md325 except Exception as e:
LOWskills/project-development/scripts/pipeline_template.py435 except Exception as e:
LOWskills/project-development/scripts/pipeline_template.py441 except Exception as e:
LOWskills/project-development/scripts/pipeline_template.py447 except Exception as e:
LOWskills/project-development/scripts/pipeline_template.py453 except Exception as e:
LOWskills/project-development/scripts/pipeline_template.py459 except Exception as e:
LOWskills/project-development/scripts/pipeline_template.py318 except Exception as e:
LOW…ls/hosted-agents/references/infrastructure-patterns.md87 except Exception as e:
LOWskills/hosted-agents/scripts/sandbox_manager.py383 except Exception as e:
LOWresearcher/scripts/loop_common.py60 except Exception:
Magic Placeholder Names3 hits · 15 pts
SeverityFileLineSnippet
HIGHexamples/interleaved-thinking/docs/m2-1.md27export ANTHROPIC_API_KEY=${YOUR_API_KEY}
HIGH…mples/interleaved-thinking/docs/interleavedthinking.md56export ANTHROPIC_API_KEY=${YOUR_API_KEY}
HIGH…mples/interleaved-thinking/docs/interleavedthinking.md239export OPENAI_API_KEY=${YOUR_API_KEY}
Redundant / Tautological Comments7 hits · 10 pts
SeverityFileLineSnippet
LOW…erleaved-thinking/reasoning_trace_optimizer/capture.py147 # Check if we hit max turns without completion
LOW…interleaved-thinking/reasoning_trace_optimizer/loop.py254 # Check if we should stop
LOW…interleaved-thinking/reasoning_trace_optimizer/loop.py285 # Check if any iteration actually produced a different prompt
LOW…/interleaved-thinking/examples/03_full_optimization.py849 # Check if any query words match the key
LOWexamples/digital-brain-skill/scripts/install.sh49# Check if already exists
LOWskills/memory-systems/scripts/memory_store.py433 # Check if overlaps with query range
LOWskills/hosted-agents/scripts/sandbox_manager.py290 # Check if image is still current
Verbosity Indicators7 hits · 10 pts
SeverityFileLineSnippet
LOW…interleaved-thinking/reasoning_trace_optimizer/loop.py160 # Step 1: Capture trace
LOW…interleaved-thinking/reasoning_trace_optimizer/loop.py170 # Step 2: Analyze trace
LOW…interleaved-thinking/reasoning_trace_optimizer/loop.py184 # Step 3: Check convergence
LOW…interleaved-thinking/reasoning_trace_optimizer/loop.py193 # Step 4: Optimize if continuing
LOW…m-as-judge-skills/examples/full-evaluation-workflow.ts48 // Step 1: Generate rubrics
LOW…m-as-judge-skills/examples/full-evaluation-workflow.ts75 // Step 2: Score the response
LOW…m-as-judge-skills/examples/full-evaluation-workflow.ts102 // Step 3: Compare with an alternative
Over-Commented Block10 hits · 10 pts
SeverityFileLineSnippet
LOWexamples/llm-as-judge-skills/README.md201// {
LOWexamples/llm-as-judge-skills/README.md261 responseB: POOR_RESPONSE,
LOWexamples/llm-as-judge-skills/tools/research/read-url.md101
LOW…mples/llm-as-judge-skills/tools/research/web-search.md81const results = await webSearch.execute({
LOW…mples/llm-as-judge-skills/tools/research/web-search.md101// },
LOW…m-as-judge-skills/tools/evaluation/pairwise-compare.md121// comparison: [
LOW…lm-as-judge-skills/tools/evaluation/generate-rubric.md101 scale: "1-5",
LOW…lm-as-judge-skills/tools/evaluation/generate-rubric.md121// "Deeply nested logic without explanation",
LOW…lm-as-judge-skills/tools/evaluation/generate-rubric.md141// "Consider both naming and structure",
LOWskills/project-development/scripts/pipeline_template.py341 """
Fake / Example Data7 hits · 6 pts
SeverityFileLineSnippet
LOWdocs/gemini_research.md8Advanced Architectures in Agentic AI: A Comprehensive Technical Analysis of Multi-Agent Systems, Context Dynamics, and C
LOWexamples/digital-brain-skill/references/file-formats.md78 "name": "John Doe",
LOWexamples/digital-brain-skill/references/file-formats.md81 "company": "Acme Inc",
LOWexamples/digital-brain-skill/references/file-formats.md141 "attendees": ["John Doe", "Jane Smith"],
LOWskills/memory-systems/SKILL.md78| **Entity** | Cross-session | Entity registry + properties | Maintaining identity ("John Doe" = same person across conv
LOWskills/memory-systems/scripts/memory_store.py211 ("John Doe" always maps to the same node).
LOWskills/memory-systems/scripts/memory_store.py604 relationships=[{"target": "Acme Corp", "type": "WORKS_AT"}],
Synthetic Comment Markers1 hit · 5 pts
SeverityFileLineSnippet
HIGHdocs/blogs.md818We relied on held-out test sets to ensure we did not overfit to our “training” evaluations. These test sets revealed tha
AI Slop Vocabulary3 hits · 4 pts
SeverityFileLineSnippet
MEDIUM…/interleaved-thinking/examples/03_full_optimization.py1016 """Run the full optimization loop with comprehensive tools."""
MEDIUM…/interleaved-thinking/examples/03_full_optimization.py1047 task = """Research the topic of "context engineering for AI agents" and create a comprehensive summary.
MEDIUM…ls/context-degradation/scripts/degradation_detector.py405 """Perform comprehensive context health analysis.
Self-Referential Comments1 hit · 3 pts
SeverityFileLineSnippet
MEDIUM…ples/interleaved-thinking/examples/01_basic_capture.py30 # Define a simple task