Repository Analysis

EveryInc/compound-engineering-plugin

Official Compound Engineering plugin for Claude Code, Codex, Cursor, and more

12.0 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of EveryInc/compound-engineering-plugin, a TypeScript project with 24,648 GitHub stars. SynthScan v2.0 examined 210,021 lines of code across 917 source files, recording 1014 pattern matches distributed across 17 syntactic categories. The overall adjusted score of 12.0 places this repository in the Low AI signal band.

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

12.0
Adjusted Score
12.0
Raw Score
100%
Time Factor
2026-08-28
Last Push
24.6K
Stars
TypeScript
Language
210.0K
Lines of Code
917
Files
1.0K
Pattern Hits
2026-08-29
Scan Date
0.35
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 320MEDIUM 85LOW 609

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 1014 distinct pattern matches across 17 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.

Cross-File Repetition286 hits · 1430 pts
SeverityFileLineSnippetContext
HIGHskills/ce-work/scripts/unit_workspace_state.py0true when `path` is (or can now be) a directory we own and can write into. creation is the probe: a sandbox that denies STRING
HIGHskills/ce-work/scripts/peer-job-runner.py0true when `path` is (or can now be) a directory we own and can write into. creation is the probe: a sandbox that denies STRING
HIGHskills/ce-pov/scripts/peer-job-runner.py0true when `path` is (or can now be) a directory we own and can write into. creation is the probe: a sandbox that denies STRING
HIGHskills/ce-brainstorm/scripts/peer-job-runner.py0true when `path` is (or can now be) a directory we own and can write into. creation is the probe: a sandbox that denies STRING
HIGHskills/ce-code-review/scripts/peer-job-runner.py0true when `path` is (or can now be) a directory we own and can write into. creation is the probe: a sandbox that denies STRING
HIGHskills/ce-doc-review/scripts/peer-job-runner.py0true when `path` is (or can now be) a directory we own and can write into. creation is the probe: a sandbox that denies STRING
HIGHskills/ce-plan/scripts/peer-job-runner.py0true when `path` is (or can now be) a directory we own and can write into. creation is the probe: a sandbox that denies STRING
HIGHskills/ce-work/scripts/peer-job-runner.py0detached peer-job runner: start/status/wait/result/reap for delegated work. some harnesses enforce a hard ceiling on a sSTRING
HIGHskills/ce-pov/scripts/peer-job-runner.py0detached peer-job runner: start/status/wait/result/reap for delegated work. some harnesses enforce a hard ceiling on a sSTRING
HIGHskills/ce-brainstorm/scripts/peer-job-runner.py0detached peer-job runner: start/status/wait/result/reap for delegated work. some harnesses enforce a hard ceiling on a sSTRING
HIGHskills/ce-code-review/scripts/peer-job-runner.py0detached peer-job runner: start/status/wait/result/reap for delegated work. some harnesses enforce a hard ceiling on a sSTRING
HIGHskills/ce-doc-review/scripts/peer-job-runner.py0detached peer-job runner: start/status/wait/result/reap for delegated work. some harnesses enforce a hard ceiling on a sSTRING
HIGHskills/ce-plan/scripts/peer-job-runner.py0detached peer-job runner: start/status/wait/result/reap for delegated work. some harnesses enforce a hard ceiling on a sSTRING
HIGHskills/ce-work/scripts/peer-job-runner.py0\ exit codes: 0 the command itself succeeded. for status/wait this means the query ran; it says nothing about job outcomSTRING
HIGHskills/ce-pov/scripts/peer-job-runner.py0\ exit codes: 0 the command itself succeeded. for status/wait this means the query ran; it says nothing about job outcomSTRING
HIGHskills/ce-brainstorm/scripts/peer-job-runner.py0\ exit codes: 0 the command itself succeeded. for status/wait this means the query ran; it says nothing about job outcomSTRING
HIGHskills/ce-code-review/scripts/peer-job-runner.py0\ exit codes: 0 the command itself succeeded. for status/wait this means the query ran; it says nothing about job outcomSTRING
HIGHskills/ce-doc-review/scripts/peer-job-runner.py0\ exit codes: 0 the command itself succeeded. for status/wait this means the query ran; it says nothing about job outcomSTRING
HIGHskills/ce-plan/scripts/peer-job-runner.py0\ exit codes: 0 the command itself succeeded. for status/wait this means the query ran; it says nothing about job outcomSTRING
HIGHskills/ce-work/scripts/peer-job-runner.py0actionable operational error: message to stderr, exit 1.STRING
HIGHskills/ce-pov/scripts/peer-job-runner.py0actionable operational error: message to stderr, exit 1.STRING
HIGHskills/ce-brainstorm/scripts/peer-job-runner.py0actionable operational error: message to stderr, exit 1.STRING
HIGHskills/ce-code-review/scripts/peer-job-runner.py0actionable operational error: message to stderr, exit 1.STRING
HIGHskills/ce-doc-review/scripts/peer-job-runner.py0actionable operational error: message to stderr, exit 1.STRING
HIGHskills/ce-plan/scripts/peer-job-runner.py0actionable operational error: message to stderr, exit 1.STRING
HIGHskills/ce-work/scripts/peer-job-runner.py0job state failed an ownership or sanity check; content withheld.STRING
HIGHskills/ce-pov/scripts/peer-job-runner.py0job state failed an ownership or sanity check; content withheld.STRING
HIGHskills/ce-brainstorm/scripts/peer-job-runner.py0job state failed an ownership or sanity check; content withheld.STRING
HIGHskills/ce-code-review/scripts/peer-job-runner.py0job state failed an ownership or sanity check; content withheld.STRING
HIGHskills/ce-doc-review/scripts/peer-job-runner.py0job state failed an ownership or sanity check; content withheld.STRING
HIGHskills/ce-plan/scripts/peer-job-runner.py0job state failed an ownership or sanity check; content withheld.STRING
HIGHskills/ce-work/scripts/peer-job-runner.py0every root an existing job may live under: the configured root alone, or both the /tmp root and the $tmpdir fallback (deSTRING
HIGHskills/ce-pov/scripts/peer-job-runner.py0every root an existing job may live under: the configured root alone, or both the /tmp root and the $tmpdir fallback (deSTRING
HIGHskills/ce-brainstorm/scripts/peer-job-runner.py0every root an existing job may live under: the configured root alone, or both the /tmp root and the $tmpdir fallback (deSTRING
HIGHskills/ce-code-review/scripts/peer-job-runner.py0every root an existing job may live under: the configured root alone, or both the /tmp root and the $tmpdir fallback (deSTRING
HIGHskills/ce-doc-review/scripts/peer-job-runner.py0every root an existing job may live under: the configured root alone, or both the /tmp root and the $tmpdir fallback (deSTRING
HIGHskills/ce-plan/scripts/peer-job-runner.py0every root an existing job may live under: the configured root alone, or both the /tmp root and the $tmpdir fallback (deSTRING
HIGHskills/ce-work/scripts/peer-job-runner.py0outermost supervisor hard window when ce_peer_hard_secs is unset. reads ambient cross_model_hard_secs (the runner alreadSTRING
HIGHskills/ce-pov/scripts/peer-job-runner.py0outermost supervisor hard window when ce_peer_hard_secs is unset. reads ambient cross_model_hard_secs (the runner alreadSTRING
HIGHskills/ce-brainstorm/scripts/peer-job-runner.py0outermost supervisor hard window when ce_peer_hard_secs is unset. reads ambient cross_model_hard_secs (the runner alreadSTRING
HIGHskills/ce-code-review/scripts/peer-job-runner.py0outermost supervisor hard window when ce_peer_hard_secs is unset. reads ambient cross_model_hard_secs (the runner alreadSTRING
HIGHskills/ce-doc-review/scripts/peer-job-runner.py0outermost supervisor hard window when ce_peer_hard_secs is unset. reads ambient cross_model_hard_secs (the runner alreadSTRING
HIGHskills/ce-plan/scripts/peer-job-runner.py0outermost supervisor hard window when ce_peer_hard_secs is unset. reads ambient cross_model_hard_secs (the runner alreadSTRING
HIGHskills/ce-work/scripts/peer-job-runner.py0absolute path to a system32 tool. createprocess searches the application and current directories before system32, so invSTRING
HIGHskills/ce-pov/scripts/peer-job-runner.py0absolute path to a system32 tool. createprocess searches the application and current directories before system32, so invSTRING
HIGHskills/ce-brainstorm/scripts/peer-job-runner.py0absolute path to a system32 tool. createprocess searches the application and current directories before system32, so invSTRING
HIGHskills/ce-code-review/scripts/peer-job-runner.py0absolute path to a system32 tool. createprocess searches the application and current directories before system32, so invSTRING
HIGHskills/ce-doc-review/scripts/peer-job-runner.py0absolute path to a system32 tool. createprocess searches the application and current directories before system32, so invSTRING
HIGHskills/ce-plan/scripts/peer-job-runner.py0absolute path to a system32 tool. createprocess searches the application and current directories before system32, so invSTRING
HIGHskills/ce-work/scripts/peer-job-runner.py0th32parentprocessid -> [child pids] from one toolhelp snapshot.STRING
HIGHskills/ce-pov/scripts/peer-job-runner.py0th32parentprocessid -> [child pids] from one toolhelp snapshot.STRING
HIGHskills/ce-brainstorm/scripts/peer-job-runner.py0th32parentprocessid -> [child pids] from one toolhelp snapshot.STRING
HIGHskills/ce-code-review/scripts/peer-job-runner.py0th32parentprocessid -> [child pids] from one toolhelp snapshot.STRING
HIGHskills/ce-doc-review/scripts/peer-job-runner.py0th32parentprocessid -> [child pids] from one toolhelp snapshot.STRING
HIGHskills/ce-plan/scripts/peer-job-runner.py0th32parentprocessid -> [child pids] from one toolhelp snapshot.STRING
HIGHskills/ce-work/scripts/peer-job-runner.py0children before parents, via a process snapshot. this is the direct analog of the posix `ps`-based walk and carries the STRING
HIGHskills/ce-pov/scripts/peer-job-runner.py0children before parents, via a process snapshot. this is the direct analog of the posix `ps`-based walk and carries the STRING
HIGHskills/ce-brainstorm/scripts/peer-job-runner.py0children before parents, via a process snapshot. this is the direct analog of the posix `ps`-based walk and carries the STRING
HIGHskills/ce-code-review/scripts/peer-job-runner.py0children before parents, via a process snapshot. this is the direct analog of the posix `ps`-based walk and carries the STRING
HIGHskills/ce-doc-review/scripts/peer-job-runner.py0children before parents, via a process snapshot. this is the direct analog of the posix `ps`-based walk and carries the STRING
226 more matches not shown…
Hyper-Verbose Identifiers257 hits · 261 pts
SeverityFileLineSnippetContext
LOWtests/session-history-scripts.test.ts119function createPiSummaryContextSession(): string {CODE
LOWtests/session-history-scripts.test.ts194function createPiToolCallAndCustomSession(): string {CODE
LOWtests/release-metadata.test.ts995function agentPluginsManifestErrors(manifest: Record<string, unknown>): string[] {CODE
LOWtests/review-skill-contract.test.ts131async function readCodeReviewRuntimeContract(): Promise<string> {CODE
LOWtests/pipeline-review-contract.test.ts17async function readCeWorkImplementationContract(): Promise<string> {CODE
LOWtests/real-plugin-conversion.test.ts248function expectSkillDirsHaveSkillMd(skillsRoot: string, skillNames: string[]): void {CODE
LOWtests/ce-babysit-pr-snapshot.test.ts4416def send_late_takeover_signal():STRING
LOWtests/legacy-cleanup.test.ts55function historicalAgentDescription(name: string): string {CODE
LOWtests/legacy-cleanup.test.ts73function legacyWorkflowPromptContent(skillName: string, description: string) {CODE
LOWtests/skill-shell-safety.test.ts66function findPreResolutionCommands(body: string): { lineNumber: number; command: string }[] {CODE
LOWtests/skill-shell-safety.test.ts90function collectPreResolutionOffenders(): string[] {CODE
LOWtests/skill-conventions.test.ts305function partitionFencedCodeBlocks(markdown: string): { prose: string; fencedLines: Located[] } {CODE
LOWtests/skill-conventions.test.ts337function extractMarkdownLinkTargets(markdown: string): Located[] {CODE
LOWtests/skill-conventions.test.ts390function extractLocalPathCodeSpans(markdown: string): Located[] {CODE
LOWtests/skill-conventions.test.ts431function extractFencedLocalPathTokens(markdown: string): Located[] {CODE
LOWtests/skill-conventions.test.ts445function isTemplatePlaceholderPath(target: string): boolean {CODE
LOWtests/skill-conventions.test.ts475function findSelfContainmentViolations(CODE
LOWtests/skill-conventions.test.ts500function extractLocalReferenceCandidates(markdown: string): Located[] {CODE
LOWtests/skill-conventions.test.ts608function findPlatformVarOccurrences(markdown: string): PlatformVarOccurrence[] {CODE
LOWtests/skill-conventions.test.ts673function findPlatformVarViolations(markdown: string): PlatformVarOccurrence[] {CODE
LOWtests/skill-conventions.test.ts1404function listSkillMarkdownAndShellFiles(skillAbsPath: string): string[] {CODE
LOWtests/cli.test.ts61function historicalAgentDescription(name: string): string {CODE
LOWtests/cli.test.ts67function historicalSkillDescription(name: string): string {CODE
LOWtests/codex-writer.test.ts60function historicalSkillDescription(name: string): string {CODE
LOWtests/codex-writer.test.ts66function historicalAgentDescription(name: string): string {CODE
LOWtests/skills/ce-work-outcome-spine.test.ts24async function readImplementationContract(): Promise<string> {CODE
LOWtests/helpers/claude-plugin-fixture.ts10export function materializeClaudePluginFixture(sourceRoot: string): MaterializedClaudePluginFixture {CODE
LOW…tegrations/cross-platform-model-field-normalization.md73export function normalizeModelWithProvider(model: string): stringCODE
LOW…/preserve-user-content-across-all-destructive-paths.md57async function moveLegacyArtifactToBackup(managedDir, kind, artifactPath) {CODE
LOW…ons/best-practices/ce-pipeline-end-to-end-learnings.md224def test_release_notes_contract():CODE
LOW…ons/best-practices/ce-pipeline-end-to-end-learnings.md235def test_release_notes_contract():CODE
LOWskills/ce-work/scripts/unit_workspace_state.py162def _native_completion_commit(unit: dict) -> str | None:CODE
LOWskills/ce-work/scripts/unit_workspace_state.py231def unit_ready_for_run_verification(unit: object) -> bool:CODE
LOWskills/ce-work/scripts/unit_workspace_state.py235def accepted_unit_commit_snapshot(units: object) -> dict[str, str] | None:CODE
LOWskills/ce-work/scripts/unit_workspace_state.py298def _ensure_owner_scratch_root(path: str) -> None:CODE
LOWskills/ce-work/scripts/unit_workspace_state.py496def sanitized_git_environment(overrides: dict | None = None) -> dict[str, str]:CODE
LOWskills/ce-work/scripts/unit_workspace_state.py895def reconcile_plan_checkpoint(repo: str, doc: dict, info: dict, plan_rel: str) -> dict | None:CODE
LOWskills/ce-work/scripts/unit_workspace_state.py1030def validate_pristine_unit_base(doc: dict, unit: dict) -> dict:CODE
LOWskills/ce-work/scripts/unit_workspace_lifecycle.py215def resolve_unit_recovery_blockers(run_id: str, unit_id: str, reason: str | None = None) -> None:CODE
LOWskills/ce-work/scripts/unit_workspace_lifecycle.py232def plan_wide_verification_attempts(doc: dict) -> list[dict]:CODE
LOWskills/ce-work/scripts/unit_workspace_lifecycle.py250def pending_plan_wide_verification(doc: dict, lock: dict) -> dict | None:CODE
LOWskills/ce-work/scripts/unit_workspace_lifecycle.py263def receipted_plan_wide_verification(doc: dict, lock: dict) -> dict | None:CODE
LOWskills/ce-work/scripts/unit_workspace_lifecycle.py290def plan_wide_blocker_retains_lock(doc: dict, lock: dict) -> bool:CODE
LOWskills/ce-work/scripts/unit_workspace_lifecycle.py300def resume_finalize_committed(run_id: str, unit_id: str) -> list[dict]:CODE
LOWskills/ce-work/scripts/unit_workspace_lifecycle.py645def validate_fallback_ancestry(doc: dict, unit: dict, accepted_head: str) -> None:CODE
LOWskills/ce-work/scripts/unit_workspace_lifecycle.py805def remove_finalized_artifacts(run_id: str, unit_id: str) -> None:CODE
LOWskills/ce-work/scripts/unit_workspace_lifecycle.py846def retained_blocked_abandonment_receipt(run_id: str, unit: dict, attempt: dict) -> dict:CODE
LOWskills/ce-work/scripts/unit_workspace_lifecycle.py881def remove_unregistered_owned_workspace(run_id: str, unit_id: str, recorded_workspace: str) -> None:CODE
LOWskills/ce-work/scripts/unit_workspace_jobs.py350def private_result_dir_identity(path: str) -> dict:CODE
LOWskills/ce-work/scripts/unit_workspace_jobs.py449def read_recorded_result_file(unit: dict, name: str, cap: int) -> bytes:CODE
LOWskills/ce-work/scripts/unit_workspace_jobs.py462def read_recorded_result_json(unit: dict) -> tuple[dict, bytes]:CODE
LOWskills/ce-work/scripts/unit_workspace_jobs.py576def _validate_authorized_failed_job(CODE
LOWskills/ce-work/scripts/unit_workspace_jobs.py607def _authorized_failed_terminal_receipt(CODE
LOWskills/ce-work/scripts/unit_workspace_jobs.py623def unavailable_terminal_receipt(run_id: str, unit: dict, attempt: dict) -> dict:CODE
LOWskills/ce-work/scripts/unit_workspace_jobs.py627def launched_failure_terminal_receipt(run_id: str, unit: dict, attempt: dict) -> dict:CODE
LOWskills/ce-work/scripts/unit_workspace_jobs.py631def record_terminal_validation_failure(run_id: str, unit_id: str, error: Operational) -> None:CODE
LOWskills/ce-work/scripts/unit_workspace_jobs.py655def validate_terminal_validation_failure(run_id: str, unit: dict, attempt: dict) -> dict:CODE
LOWskills/ce-work/scripts/unit_workspace_jobs.py667def retire_terminal_validation_failure(unit: dict) -> None:CODE
LOWskills/ce-work/scripts/unit_workspace_integration.py193def wave_member_changed_paths(candidate: dict) -> set[str] | None:CODE
LOWskills/ce-work/scripts/unit_workspace_integration.py263def validate_wave_advancement(members: list[dict], unit: dict, parent: str, canonical: str) -> list[str]:CODE
197 more matches not shown…
Structural Annotation Overuse119 hits · 192 pts
SeverityFileLineSnippetContext
LOWtests/review-skill-contract.test.ts963 expect(content).toContain("## Step 0: Schema drift")CODE
LOW.claude/commands/triage-prs.md13## Step 0: Detect RepositoryCOMMENT
LOW.claude/commands/triage-prs.md21## Step 1: Gather Context (Parallel)COMMENT
LOW.claude/commands/triage-prs.md45## Step 2: Batch PRs by ThemeCOMMENT
LOW.claude/commands/triage-prs.md55## Step 3: Parallel Review (Team of Agents)COMMENT
LOW.claude/commands/triage-prs.md76## Step 4: Cross-Reference IssuesCOMMENT
LOW.claude/commands/triage-prs.md91## Step 5: Identify ThemesCOMMENT
LOW.claude/commands/triage-prs.md98## Step 6: Compile Triage ReportCOMMENT
LOW.claude/commands/triage-prs.md110## Step 7: Apply LabelsCOMMENT
LOW.claude/commands/triage-prs.md118## Step 8: One-by-One ReviewCOMMENT
LOW.claude/commands/triage-prs.md158## Step 9: Post-Merge CleanupCOMMENT
LOW.claude/commands/triage-prs.md177## Step 10: Post-Triage OptionsCOMMENT
LOW…mmand-aliases-backwards-compatible-deprecation-plan.md164### Step 1: Create `commands/ce/` directory with 5 new filesCOMMENT
LOW…mmand-aliases-backwards-compatible-deprecation-plan.md174### Step 2: Replace `commands/workflows/*.md` with deprecation wrappersCOMMENT
LOW…mmand-aliases-backwards-compatible-deprecation-plan.md193### Step 3: Update all internal referencesCOMMENT
LOW…mmand-aliases-backwards-compatible-deprecation-plan.md216### Step 4: Update documentationCOMMENT
LOW…mmand-aliases-backwards-compatible-deprecation-plan.md233### Step 5: Verify converter outputCOMMENT
LOW…mmand-aliases-backwards-compatible-deprecation-plan.md247### Step 6: Run `/release-docs` to update the docs siteCOMMENT
LOWskills/ce-work/references/execution-engines.md75## Step 1: Probe host capabilityCOMMENT
LOWskills/ce-work/references/execution-engines.md90## Step 2: Pick the engine by plan shapeCOMMENT
LOWskills/ce-work/references/execution-engines.md105## Step 3: Run the chosen engineCOMMENT
LOWskills/ce-work/references/execution-engines.md148## Step 4: Resume the correct tailCOMMENT
LOWskills/ce-setup/SKILL.md29### Step 1: Determine Plugin VersionCOMMENT
LOWskills/ce-setup/SKILL.md35### Step 2: Run the Health CheckCOMMENT
LOWskills/ce-setup/SKILL.md56### Step 3: Decide Whether Fixes Are NeededCOMMENT
LOWskills/ce-setup/references/repo-fixes.md20### Step 4: Remove Obsolete Local ConfigCOMMENT
LOWskills/ce-setup/references/repo-fixes.md26### Step 5: Refresh Example ConfigCOMMENT
LOWskills/ce-setup/references/repo-fixes.md34### Step 6: Create Repo Config If MissingCOMMENT
LOWskills/ce-setup/references/repo-fixes.md62### Step 7: Ensure Local Config Is GitignoredCOMMENT
LOWskills/ce-setup/references/repo-fixes.md72### Step 8: Offer To Gitignore CE Scratch SpaceCOMMENT
LOW…ls/ce-brainstorm/references/agents/slack-researcher.md23### Step 1: Precondition ChecksCOMMENT
LOW…ls/ce-brainstorm/references/agents/slack-researcher.md41### Step 2: SearchCOMMENT
LOW…ls/ce-brainstorm/references/agents/slack-researcher.md67### Step 3: Thread ReadsCOMMENT
LOW…ls/ce-brainstorm/references/agents/slack-researcher.md73### Step 4: Channel Reads (Conditional)COMMENT
LOW…ls/ce-brainstorm/references/agents/slack-researcher.md77### Step 5: SynthesizeCOMMENT
LOW…-review/references/personas/data-migration-reviewer.md11## Step 0: Schema drift (when a schema dump is in the diff)COMMENT
LOW…ode-review/references/personas/learnings-researcher.md18## Step 0: Ground in CONCEPTS.md (if present)COMMENT
LOW…ode-review/references/personas/learnings-researcher.md30### Step 1: Extract Keywords from the Work ContextCOMMENT
LOW…ode-review/references/personas/learnings-researcher.md60### Step 2: Probe Discovered SubdirectoriesCOMMENT
LOW…ode-review/references/personas/learnings-researcher.md70### Step 3: Content-Search Pre-Filter (Critical for Efficiency)COMMENT
LOW…ode-review/references/personas/learnings-researcher.md107### Step 4: Read Frontmatter of Candidates OnlyCOMMENT
LOW…ode-review/references/personas/learnings-researcher.md128### Step 5: Score and Rank RelevanceCOMMENT
LOW…ode-review/references/personas/learnings-researcher.md151### Step 6: Full Read of Relevant FilesCOMMENT
LOW…ode-review/references/personas/learnings-researcher.md162### Step 7: Return Distilled SummariesCOMMENT
LOWskills/ce-compound/references/grounding-validation.md14## Step 1: Adjudicate the mechanical flagsCOMMENT
LOWskills/ce-compound/references/grounding-validation.md34## Step 2: Semantic validator subagent (Full and non-interactive; skipped in lightweight)COMMENT
LOWskills/ce-doc-review/references/open-questions-defer.md11### Step 1: Locate or create the Open Questions sectionCOMMENT
LOWskills/ce-doc-review/references/open-questions-defer.md18### Step 2: Locate or create the timestamped subsectionCOMMENT
LOWskills/ce-doc-review/references/open-questions-defer.md27### Step 3: Format and append the entryCOMMENT
LOWskills/ce-doc-review/references/open-questions-defer.md52### Step 4: Idempotence on compound-key collisionsCOMMENT
LOWskills/ce-worktree/SKILL.md19## Step 0: Detect existing isolationCOMMENT
LOWskills/ce-worktree/SKILL.md35## Step 1: Prefer the harness's native worktree toolCOMMENT
LOWskills/ce-worktree/SKILL.md39## Step 2: Git fallbackCOMMENT
LOWskills/lfg/references/plan-brief.md1# Step 1: artifact root and settled-decisions brief (LFG)COMMENT
LOWskills/ce-babysit-pr/SKILL.md33## Step 1: Resolve and armCOMMENT
LOWskills/ce-babysit-pr/SKILL.md41## Step 2: One tick (ordering invariant)COMMENT
LOWskills/ce-babysit-pr/SKILL.md53## Step 3: Stop conditionsCOMMENT
LOWskills/ce-babysit-pr/SKILL.md57## Step 4: ReportCOMMENT
LOWskills/ce-babysit-pr/references/stack.md31## Step 7: upstack maintenance after an authorized target pushCOMMENT
LOWskills/ce-babysit-pr/references/tick.md5## Step 2: Run one tickCOMMENT
59 more matches not shown…
Cross-Language Confusion (JS/TS)28 hits · 140 pts
SeverityFileLineSnippetContext
HIGHtests/resolve-pr-feedback-pagination.test.ts254elif [[ "$args" == *"query Comments"* ]]; thenCODE
HIGHtests/resolve-pr-feedback-pagination.test.ts258elif [[ "$args" == *"query Reviews"* ]]; thenCODE
HIGHtests/scratch-root-contract.test.ts127print(mod.jobs_root_base())CODE
HIGHtests/scratch-root-contract.test.ts151print(mod.jobs_root_base())CODE
HIGHtests/scratch-root-contract.test.ts177print(state.ensure_root())CODE
HIGHtests/scratch-root-contract.test.ts207print(mod.resolve_job_dir("job-abc", "ce-doc-review"))CODE
HIGHtests/scratch-root-contract.test.ts208print(mod.resolve_job_dir("job-abc"))CODE
HIGHtests/scratch-root-contract.test.ts233print(state.run_dir("run-1"))CODE
HIGHtests/scratch-root-contract.test.ts234print(state.run_dir("run-2"))CODE
HIGHtests/scratch-root-contract.test.ts241 print(doc["run_id"])CODE
HIGHtests/scratch-root-contract.test.ts244print(integ.integration_lock_path({"run_id": "run-1", "repository": {"identity_digest": "d"}, "branch": {"ref": "refs/heCODE
HIGHtests/ce-babysit-pr-snapshot.test.ts328print(json.dumps({"base": base, "calls": calls}))CODE
HIGHtests/ce-babysit-pr-snapshot.test.ts347print(json.dumps(m.fetch_awaiting_approval("o", "r", "head")))`,CODE
HIGHtests/ce-babysit-pr-snapshot.test.ts390 elif cmd[:3] == ["gh", "api", "graphql"]:CODE
HIGHtests/ce-babysit-pr-snapshot.test.ts392 elif cmd[:2] == ["gh", "api"]:CODE
HIGHtests/ce-babysit-pr-snapshot.test.ts405print(json.dumps({"chain": chain, "calls": calls}))CODE
HIGHtests/ce-babysit-pr-snapshot.test.ts1701print(json.dumps({"current": current, "same_head_mixed_case": same_head_mixed_case,CODE
HIGHtests/ce-babysit-pr-snapshot.test.ts1814print(json.dumps(m.fetch(7, "o/r")["checks"][0]))CODE
HIGHtests/ce-babysit-pr-snapshot.test.ts2105print(json.dumps({CODE
HIGHtests/ce-babysit-pr-snapshot.test.ts4319print(json.dumps({"generation": persisted["watch_generation"], "head": persisted["head_sha"]}))STRING
HIGHtests/ce-babysit-pr-snapshot.test.ts4336print(json.dumps(signals))STRING
HIGHtests/ce-babysit-pr-snapshot.test.ts4379print(f"{alive} {time.time() - started:.3f}")STRING
HIGHtests/ce-babysit-pr-snapshot.test.ts4436print(json.dumps({"ordinary_restored": signal.getsignal(signal.SIGTERM) is caller_handler}))STRING
HIGHtests/ce-babysit-pr-snapshot.test.ts4463print(json.dumps({"ids": [t["thread_id"] for t in threads], "calls": calls}))STRING
HIGHtests/ce-babysit-pr-snapshot.test.ts5069print(json.dumps({"returncode": r.returncode, "stdout": r.stdout, "title": json.loads(r.stdout)["title"]}))STRING
HIGHtests/ce-sweep-analyzer-parity.test.ts350 print("EXTRACT_RETURNED_NO_ERROR")CODE
HIGHtests/ce-sweep-analyzer-parity.test.ts352 print("SAFE_EXTRACT_RAISED", type(exc).__name__)CODE
HIGHtests/doc-claims-validator.test.ts237print(got)CODE
Decorative Section Separators35 hits · 108 pts
SeverityFileLineSnippetContext
MEDIUMtests/skills/ce-polish-project-type.test.ts58// ── New framework root detection ────────────────────────────────────────────COMMENT
MEDIUMtests/skills/ce-polish-project-type.test.ts126// ── Monorepo probe ──────────────────────────────────────────────────────────COMMENT
MEDIUMtests/skills/ce-polish-project-type.test.ts275// ── Regressions ─────────────────────────────────────────────────────────────COMMENT
MEDIUMskills/ce-polish/scripts/resolve-port.sh47# ── Argument parsing ─────────────────────────────────────────────────────────COMMENT
MEDIUMskills/ce-polish/scripts/resolve-port.sh86# ── Helpers ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMskills/ce-polish/scripts/resolve-port.sh162# ── Probe 1: Explicit --port flag ────────────────────────────────────────────COMMENT
MEDIUMskills/ce-polish/scripts/resolve-port.sh169# ── Probe 2: Framework config files ─────────────────────────────────────────COMMENT
MEDIUMskills/ce-polish/scripts/resolve-port.sh210# ── Probe 3: Rails config/puma.rb ───────────────────────────────────────────COMMENT
MEDIUMskills/ce-polish/scripts/resolve-port.sh223# ── Probe 4: Procfile.dev ───────────────────────────────────────────────────COMMENT
MEDIUMskills/ce-polish/scripts/resolve-port.sh241# ── Probe 5: docker-compose.yml ─────────────────────────────────────────────COMMENT
MEDIUMskills/ce-polish/scripts/resolve-port.sh255# ── Probe 6: package.json scripts ───────────────────────────────────────────COMMENT
MEDIUMskills/ce-polish/scripts/resolve-port.sh269# ── Probe 7: .env files ─────────────────────────────────────────────────────COMMENT
MEDIUMskills/ce-polish/scripts/resolve-port.sh285# ── Probe 8: Framework default lookup table ──────────────────────────────────COMMENT
MEDIUMskills/ce-polish/scripts/detect-project-type.sh132# ── Root result ──────────────────────────────────────────────────────────────COMMENT
MEDIUMskills/ce-polish/scripts/detect-project-type.sh147# ── Monorepo probe ─────────────────────────────────────────────────────────COMMENT
MEDIUMskills/ce-optimize/references/optimize-spec-schema.yaml10# ============================================================================COMMENT
MEDIUMskills/ce-optimize/references/optimize-spec-schema.yaml12# ============================================================================COMMENT
MEDIUMskills/ce-optimize/references/optimize-spec-schema.yaml354# ============================================================================COMMENT
MEDIUMskills/ce-optimize/references/optimize-spec-schema.yaml356# ============================================================================COMMENT
MEDIUMskills/ce-optimize/references/optimize-spec-schema.yaml472# ============================================================================COMMENT
MEDIUMskills/ce-optimize/references/optimize-spec-schema.yaml474# ============================================================================COMMENT
MEDIUM…ills/ce-optimize/references/experiment-log-schema.yaml25# ============================================================================COMMENT
MEDIUM…ills/ce-optimize/references/experiment-log-schema.yaml27# ============================================================================COMMENT
MEDIUM…ills/ce-optimize/references/experiment-log-schema.yaml121# ============================================================================COMMENT
MEDIUM…ills/ce-optimize/references/experiment-log-schema.yaml123# ============================================================================COMMENT
MEDIUM…ills/ce-optimize/references/experiment-log-schema.yaml247# ============================================================================COMMENT
MEDIUM…ills/ce-optimize/references/experiment-log-schema.yaml249# ============================================================================COMMENT
MEDIUM…ills/ce-optimize/references/experiment-log-schema.yaml276# ============================================================================COMMENT
MEDIUM…ills/ce-optimize/references/experiment-log-schema.yaml278# ============================================================================COMMENT
MEDIUMassets/demo/play.sh14# ── assistant turn marker ────────────────────────────────────────────────COMMENT
MEDIUMassets/demo/play.sh23# ── composer box + typing ────────────────────────────────────────────────COMMENT
MEDIUMassets/demo/play.sh72# ═══ BEAT 1 — it learns ══════════════════════════════════════════════════COMMENT
MEDIUMassets/demo/play.sh105# ═══ TRANSITION ══════════════════════════════════════════════════════════COMMENT
MEDIUMassets/demo/play.sh109# ═══ BEAT 2 — it remembers ═══════════════════════════════════════════════COMMENT
MEDIUMsrc/targets/codex.ts783// ── Hooks ──────────────────────────────────────────────────COMMENT
Over-Commented Block98 hits · 95 pts
SeverityFileLineSnippetContext
LOWtests/session-history-scripts.test.ts1601COMMENT
LOWtests/docs-root-rule-parity.test.ts1import { readFile, access } from "fs/promises"COMMENT
LOWtests/pipeline-review-contract.test.ts541 // `ce-commit`, the shipping path committed twice (once there, once insideCOMMENT
LOWtests/real-plugin-conversion.test.ts1import { afterAll, describe, expect, test } from "bun:test"COMMENT
LOWtests/legacy-cleanup.test.ts701 // wrappers in place, so users kept a prompt entrypoint that stillCOMMENT
LOWtests/legacy-cleanup.test.ts781 // `src/converters/claude-to-codex.ts` emits the instruction sentence forCOMMENT
LOWtests/legacy-registry-invariants.test.ts1import { describe, expect, test } from "bun:test"COMMENT
LOWtests/scratch-root-preamble-executes.test.ts1import { spawnSync } from "node:child_process"COMMENT
LOWtests/skills/cross-model-peer-budget.test.ts1import { describe, expect, test } from "bun:test"COMMENT
LOWtests/skills/flatten-safety.test.ts1import { describe, expect, setDefaultTimeout, test } from "bun:test"COMMENT
LOWtests/skills/ce-ideate-output-mode.test.ts21 "utf8",COMMENT
LOWtests/skills/ce-explain-routing.test.ts21// SKILL.md names as a required read before Phase 6 renders anything. That is theCOMMENT
LOWtests/skills/ce-session-historian-no-skill-tool.test.ts21// Phase 1). Claude Code does not permitCOMMENT
LOWtests/skills/ce-ideate-dispatch-contracts.test.ts21 "utf8",COMMENT
LOWtests/skills/ce-plan-handoff-routing.test.ts41// Regression guard for https://github.com/EveryInc/compound-engineering-plugin/issues/714.COMMENT
LOW…ts/skills/ce-ideate-generation-contract-parity.test.ts1import { readFileSync } from "fs"COMMENT
LOW.compound-engineering/config.example.yaml1# Compound Engineering -- repo configCOMMENT
LOW.compound-engineering/config.example.yaml21# Unlike every other setting here, an unusable value does NOT fall through to theCOMMENT
LOW.compound-engineering/config.example.yaml41# pulse_db_enabled: false # true | false (default: false; read-only DB if true)COMMENT
LOW.compound-engineering/config.example.yaml61# --- Model elevation ---COMMENT
LOW.compound-engineering/config.example.yaml81# and archival. Archival additionally writes the explainer to docs/explainers/COMMENT
LOW.compound-engineering/config.example.yaml101# (force the gate on for one run).COMMENT
LOW.compound-engineering/config.example.yaml121# `fable` or a full id such as `claude-opus-5` for claude; `gpt-*` for codex,COMMENT
LOW.compound-engineering/config.example.yaml141# default. Composer is a modelCOMMENT
LOW.compound-engineering/config.example.yaml161COMMENT
LOW.github/workflows/ci.yml61COMMENT
LOW.github/workflows/ci.yml101COMMENT
LOWskills/ce-compound-refresh/references/schema.yaml201# --- Backward compatibility --------------------------------------------------COMMENT
LOWskills/ce-work/scripts/cross-model-work.sh1#!/usr/bin/env bashCOMMENT
LOWskills/ce-work/scripts/peer-job-runner.py2241 # kill -0 is true for a zombie, so confirm the classification landedCOMMENT
LOWskills/ce-setup/references/config-template.yaml1# Compound Engineering -- repo configCOMMENT
LOWskills/ce-setup/references/config-template.yaml21# Unlike every other setting here, an unusable value does NOT fall through to theCOMMENT
LOWskills/ce-setup/references/config-template.yaml41# pulse_db_enabled: false # true | false (default: false; read-only DB if true)COMMENT
LOWskills/ce-setup/references/config-template.yaml61# --- Model elevation ---COMMENT
LOWskills/ce-setup/references/config-template.yaml81# and archival. Archival additionally writes the explainer to docs/explainers/COMMENT
LOWskills/ce-setup/references/config-template.yaml101# (force the gate on for one run).COMMENT
LOWskills/ce-setup/references/config-template.yaml121# `fable` or a full id such as `claude-opus-5` for claude; `gpt-*` for codex,COMMENT
LOWskills/ce-setup/references/config-template.yaml141# default. Composer is a modelCOMMENT
LOWskills/ce-setup/references/config-template.yaml161COMMENT
LOWskills/ce-pov/scripts/cross-model-pov.sh1#!/usr/bin/env bashCOMMENT
LOWskills/ce-pov/scripts/cross-model-pov.sh21# a provider name: openai->codex, anthropic->claude,COMMENT
LOWskills/ce-pov/scripts/cross-model-pov.sh41# codex | claude | grok-cli | grok-cursor | cursor | composer). Both this mode and theCOMMENT
LOWskills/ce-pov/scripts/cross-model-pov.sh81COMMENT
LOWskills/ce-pov/scripts/cross-model-pov.sh161 # (same pattern as elevation-dispatch). Buffered --output-format json is oneCOMMENT
LOWskills/ce-pov/scripts/cross-model-pov.sh201# high-reasoning. PEER_WORKDIR / RAW_OUT / PROMPT_FILE / SCHEMA_REF areCOMMENT
LOWskills/ce-pov/scripts/cross-model-pov.sh461# --- run machinery: idle-timeout for streaming peers, hard-only for grok-cli --COMMENT
LOWskills/ce-pov/scripts/peer-job-runner.py2241 # kill -0 is true for a zombie, so confirm the classification landedCOMMENT
LOWskills/ce-brainstorm/scripts/elevation-dispatch.sh1#!/usr/bin/env bashCOMMENT
LOWskills/ce-brainstorm/scripts/elevation-dispatch.sh41COMMENT
LOWskills/ce-brainstorm/scripts/peer-job-runner.py2241 # kill -0 is true for a zombie, so confirm the classification landedCOMMENT
LOW…-code-review/scripts/cross-model-adversarial-review.sh1#!/usr/bin/env bashCOMMENT
LOW…-code-review/scripts/cross-model-adversarial-review.sh21# a provider name: openai->codex, anthropic->claude,COMMENT
LOW…-code-review/scripts/cross-model-adversarial-review.sh41# live run build their argv from adapter_argv(), so route-safety testsCOMMENT
LOW…-code-review/scripts/cross-model-adversarial-review.sh181 # stream-json is NDJSON: modelUsage lives on the terminal type=result eventCOMMENT
LOW…-code-review/scripts/cross-model-adversarial-review.sh221# Code-review isolation is IN-TREE (repo root), not empty-scratch tool-less:COMMENT
LOW…-code-review/scripts/cross-model-adversarial-review.sh521 log "large diff routed through orchestrator review map: files=$DIFF_FILES estimated_tokens=$ESTIMATED_DIFF_TOKENS"COMMENT
LOW…-code-review/scripts/cross-model-adversarial-review.sh541# it alone stays on UNGUARDED_HARD_SECS (hard-only). An explicitCOMMENT
LOW…-code-review/scripts/cross-model-adversarial-review.sh1001 # grok-cli names its parsed structured output in camelCase, so the snake_caseCOMMENT
LOWskills/ce-code-review/scripts/peer-job-runner.py2241 # kill -0 is true for a zombie, so confirm the classification landedCOMMENT
LOWskills/ce-compound/references/schema.yaml201# --- Backward compatibility --------------------------------------------------COMMENT
38 more matches not shown…
Modern AI Meta-Vocabulary29 hits · 80 pts
SeverityFileLineSnippetContext
MEDIUMCONCEPTS.md84## Skill orchestrationCOMMENT
MEDIUMdocs/plans/2026-07-02-001-feat-ce-sweep-skill-plan.md338### U1. Skill scaffold and orchestrator SKILL.mdCOMMENT
MEDIUMdocs/plans/2026-04-15-001-feat-ce-polish-skill-plan.md207│ ├── checklist-template.md # prompt scaffold for checklist generationCODE
MEDIUM…ce-doc-review-autofix-and-interaction-overhaul-plan.md544- **Caller-context handling per #6 review feedback:** interactive-mode nested invocations (ce-brainstorm → ce-doc-reviewCODE
MEDIUMdocs/plans/2026-07-02-002-feat-ce-explain-skill-plan.md208### U1. Skill core: SKILL.md orchestrationCOMMENT
MEDIUMdocs/plans/2026-06-28-001-feat-ce-pov-skill-plan.md207### U1. Skill scaffold and SKILL.md spineCOMMENT
MEDIUM…-08-001-fix-ce-sessions-orchestration-refactor-plan.md8# fix: Refactor session-history orchestration to avoid subagent Skill-tool deadlockCOMMENT
MEDIUM…-08-001-fix-ce-sessions-orchestration-refactor-plan.md110Three architectural shapes were on the table for closing #794. The chosen approach (move all orchestration into `ce-sessCODE
MEDIUM…-08-001-fix-ce-sessions-orchestration-refactor-plan.md116- **Option C (chosen) — Move all orchestration into the `ce-sessions` skill (main context); reshape the agent to synthesCODE
MEDIUM…-07-23-001-feat-peer-job-runner-windows-native-plan.md97### Phase B — Mac scaffold (optional before Windows; still no real win32 APIs)COMMENT
MEDIUM…-08-refactor-reduce-plugin-context-token-usage-plan.md212- [Skills troubleshooting](https://code.claude.com/docs/en/skills#claude-doesnt-see-all-my-skills) — "The budget scales CODE
MEDIUM…ll-design/cross-harness-cross-model-tool-invocation.md46**4. Verify per-harness/per-model tool behavior by making the agent *run the call* — its description of its own tools isCODE
MEDIUM…sign/discoverability-check-for-documented-solutions.md144- [#111](https://github.com/EveryInc/compound-engineering-plugin/issues/111) — Enhancement: Add project scaffolding for CODE
MEDIUM…sign/discoverability-check-for-documented-solutions.md144- [#111](https://github.com/EveryInc/compound-engineering-plugin/issues/111) — Enhancement: Add project scaffolding for CODE
MEDIUM…sign/discoverability-check-for-documented-solutions.md144- [#111](https://github.com/EveryInc/compound-engineering-plugin/issues/111) — Enhancement: Add project scaffolding for CODE
MEDIUMdocs/ideation/2026-06-28-ce-pov-skill-proposal.html96 <li><a href="#guardrails">Two guardrails</a></li>CODE
MEDIUMdocs/ideation/2026-06-28-ce-pov-skill-proposal.html282 <li>Earlier rounds established: dual-grounding as the #1 move, the two guardrails, "frame the decision first", incumCODE
MEDIUM.compound-engineering/config.example.yaml64# of each skill -- dialogue, research, orchestration -- stays on your sessionCOMMENT
MEDIUM.compound-engineering/config.example.yaml171# sweep_state_path: docs/feedback-sweep/state.yml # committed (multi-agent) or /tmp path (solo)COMMENT
MEDIUM…lls/ce-compound-refresh/scripts/validate-doc-claims.py380 # --- 4. Dangling drafting scaffold ---------------------------------------COMMENT
MEDIUMskills/ce-setup/references/config-template.yaml64# of each skill -- dialogue, research, orchestration -- stays on your sessionCOMMENT
MEDIUMskills/ce-setup/references/config-template.yaml171# sweep_state_path: docs/feedback-sweep/state.yml # committed (multi-agent) or /tmp path (solo)COMMENT
MEDIUMskills/ce-pov/scripts/cross-model-pov.sh390# cleanly (R11) rather than collapsing silently inside the provider context window.COMMENT
MEDIUMskills/ce-compound/scripts/validate-doc-claims.py380 # --- 4. Dangling drafting scaffold ---------------------------------------COMMENT
MEDIUMskills/ce-doc-review/scripts/cross-model-doc-review.sh424# cleanly (R11) rather than collapsing silently inside the provider context window.COMMENT
MEDIUMskills/ce-sweep/references/interview.md197sweep_state_path: <resolved-root>/feedback-sweep/state.yml # concrete path (<root> resolved before persisting); commitCODE
MEDIUMskills/ce-optimize/references/optimize-spec-schema.yaml3# to configure a /ce-optimize run. The orchestrating agent validates specsCOMMENT
MEDIUMskills/ce-optimize/references/measurement.md1# Phase 0.3-1.7: prior learnings, identity, and measurement scaffoldingCOMMENT
MEDIUMskills/ce-optimize/scripts/measure.sh5# The orchestrating agent (not this script) evaluates gates and handlesCOMMENT
AI Slop Vocabulary18 hits · 72 pts
SeverityFileLineSnippetContext
MEDIUM.compound-engineering/config.example.yaml68# Cross-harness: setting a key means every harness you run these skills in willCOMMENT
MEDIUM.compound-engineering/config.example.yaml140# codex | claude | grok | cursor. Omit model to use that harness's configuredCOMMENT
MEDIUM.compound-engineering/config.example.yaml142# family through Cursor: { harness: cursor, model: composer }. Do not put CLI flagsCOMMENT
MEDIUM.compound-engineering/config.example.yaml144# a different explicit model in the same harness remains eligible.COMMENT
MEDIUM.compound-engineering/config.example.yaml148# - harness: cursorCOMMENT
MEDIUM.compound-engineering/config.example.yaml150# - harness: codexCOMMENT
MEDIUM.compound-engineering/config.example.yaml152# - harness: claude # configured default modelCOMMENT
MEDIUMskills/ce-setup/references/config-template.yaml68# Cross-harness: setting a key means every harness you run these skills in willCOMMENT
MEDIUMskills/ce-setup/references/config-template.yaml140# codex | claude | grok | cursor. Omit model to use that harness's configuredCOMMENT
MEDIUMskills/ce-setup/references/config-template.yaml142# family through Cursor: { harness: cursor, model: composer }. Do not put CLI flagsCOMMENT
MEDIUMskills/ce-setup/references/config-template.yaml144# a different explicit model in the same harness remains eligible.COMMENT
MEDIUMskills/ce-setup/references/config-template.yaml148# - harness: cursorCOMMENT
MEDIUMskills/ce-setup/references/config-template.yaml150# - harness: codexCOMMENT
MEDIUMskills/ce-setup/references/config-template.yaml152# - harness: claude # configured default modelCOMMENT
MEDIUMskills/ce-pov/scripts/cross-model-pov.sh20# the calling skill (it knows its harness). A peer-key, neverCOMMENT
MEDIUM…-code-review/scripts/cross-model-adversarial-review.sh20# the calling skill (it knows its harness). A peer-key, neverCOMMENT
MEDIUMskills/ce-doc-review/scripts/cross-model-doc-review.sh24# the calling skill (it knows its harness). A peer-key, neverCOMMENT
MEDIUMskills/ce-optimize/references/example-hard-spec.yaml2# Start here when "better" is a scalar value from the measurement harness.COMMENT
Deep Nesting59 hits · 44 pts
SeverityFileLineSnippetContext
LOW…lls/ce-compound-refresh/scripts/validate-doc-claims.py181CODE
LOWskills/ce-work/scripts/unit_workspace_state.py559CODE
LOWskills/ce-work/scripts/unit_workspace_lifecycle.py382CODE
LOWskills/ce-work/scripts/unit_workspace_lifecycle.py897CODE
LOWskills/ce-work/scripts/unit_workspace_jobs.py84CODE
LOWskills/ce-work/scripts/unit_workspace_jobs.py906CODE
LOWskills/ce-work/scripts/unit_workspace_jobs.py1031CODE
LOWskills/ce-work/scripts/unit_workspace_integration.py58CODE
LOWskills/ce-work/scripts/peer-job-runner.py1315CODE
LOWskills/ce-work/scripts/peer-job-runner.py1898CODE
LOWskills/ce-work/scripts/peer-job-runner.py1949CODE
LOWskills/ce-work/scripts/peer-job-runner.py2189CODE
LOWskills/ce-work/scripts/peer-job-runner.py589CODE
LOWskills/ce-pov/scripts/peer-job-runner.py1315CODE
LOWskills/ce-pov/scripts/peer-job-runner.py1898CODE
LOWskills/ce-pov/scripts/peer-job-runner.py1949CODE
LOWskills/ce-pov/scripts/peer-job-runner.py2189CODE
LOWskills/ce-pov/scripts/peer-job-runner.py589CODE
LOWskills/ce-brainstorm/scripts/peer-job-runner.py1315CODE
LOWskills/ce-brainstorm/scripts/peer-job-runner.py1898CODE
LOWskills/ce-brainstorm/scripts/peer-job-runner.py1949CODE
LOWskills/ce-brainstorm/scripts/peer-job-runner.py2189CODE
LOWskills/ce-brainstorm/scripts/peer-job-runner.py589CODE
LOWskills/ce-code-review/scripts/peer-job-runner.py1315CODE
LOWskills/ce-code-review/scripts/peer-job-runner.py1898CODE
LOWskills/ce-code-review/scripts/peer-job-runner.py1949CODE
LOWskills/ce-code-review/scripts/peer-job-runner.py2189CODE
LOWskills/ce-code-review/scripts/peer-job-runner.py589CODE
LOWskills/ce-code-review/scripts/findings-mechanics.py134CODE
LOWskills/ce-compound/scripts/validate-doc-claims.py181CODE
LOW…/ce-compound/scripts/session-history/extract-errors.py56CODE
LOW…/ce-compound/scripts/session-history/extract-errors.py69CODE
LOW…e-compound/scripts/session-history/extract-skeleton.py77CODE
LOW…e-compound/scripts/session-history/extract-skeleton.py159CODE
LOW…e-compound/scripts/session-history/extract-skeleton.py226CODE
LOW…e-compound/scripts/session-history/extract-skeleton.py344CODE
LOW…e-compound/scripts/session-history/extract-skeleton.py474CODE
LOW…e-compound/scripts/session-history/extract-metadata.py48CODE
LOW…e-compound/scripts/session-history/extract-metadata.py137CODE
LOW…e-compound/scripts/session-history/extract-metadata.py218CODE
LOW…e-compound/scripts/session-history/extract-metadata.py243CODE
LOW…e-compound/scripts/session-history/extract-metadata.py373CODE
LOWskills/ce-doc-review/scripts/peer-job-runner.py1315CODE
LOWskills/ce-doc-review/scripts/peer-job-runner.py1898CODE
LOWskills/ce-doc-review/scripts/peer-job-runner.py1949CODE
LOWskills/ce-doc-review/scripts/peer-job-runner.py2189CODE
LOWskills/ce-doc-review/scripts/peer-job-runner.py589CODE
LOW…ffrec-feedback-analysis/scripts/analyze_riffrec_zip.py99CODE
LOW…ffrec-feedback-analysis/scripts/analyze_riffrec_zip.py585CODE
LOW…ffrec-feedback-analysis/scripts/analyze_riffrec_zip.py655CODE
LOWskills/ce-sweep/scripts/sweep-state.py651CODE
LOWskills/ce-sweep/scripts/analyze_riffrec_zip.py99CODE
LOWskills/ce-sweep/scripts/analyze_riffrec_zip.py585CODE
LOWskills/ce-sweep/scripts/analyze_riffrec_zip.py655CODE
LOWskills/ce-plan/scripts/peer-job-runner.py1315CODE
LOWskills/ce-plan/scripts/peer-job-runner.py1898CODE
LOWskills/ce-plan/scripts/peer-job-runner.py1949CODE
LOWskills/ce-plan/scripts/peer-job-runner.py2189CODE
LOWskills/ce-plan/scripts/peer-job-runner.py589CODE
Excessive Try-Catch Wrapping38 hits · 36 pts
SeverityFileLineSnippetContext
LOWtests/ce-sweep-analyzer-parity.test.ts351except Exception as exc:CODE
LOWskills/ce-work/scripts/cross-model-work.sh834 except Exception: passCODE
LOWskills/ce-work/scripts/cross-model-work.sh838 except Exception: passCODE
LOWskills/ce-work/scripts/cross-model-work.sh873 except Exception: continueCODE
LOWskills/ce-work/scripts/unit_workspace_jobs.py380 except Exception:CODE
LOWskills/ce-work/scripts/peer-job-runner.py1228 except Exception:CODE
LOWskills/ce-work/scripts/peer-job-runner.py1243 except Exception:CODE
LOWskills/ce-work/scripts/peer-job-runner.py1690 except Exception as exc:CODE
LOWskills/ce-work/scripts/peer-job-runner.py1848 except Exception:CODE
LOWskills/ce-pov/scripts/cross-model-pov.sh719 except Exception:CODE
LOWskills/ce-pov/scripts/peer-job-runner.py1228 except Exception:CODE
LOWskills/ce-pov/scripts/peer-job-runner.py1243 except Exception:CODE
LOWskills/ce-pov/scripts/peer-job-runner.py1690 except Exception as exc:CODE
LOWskills/ce-pov/scripts/peer-job-runner.py1848 except Exception:CODE
LOWskills/ce-brainstorm/scripts/peer-job-runner.py1228 except Exception:CODE
LOWskills/ce-brainstorm/scripts/peer-job-runner.py1243 except Exception:CODE
LOWskills/ce-brainstorm/scripts/peer-job-runner.py1690 except Exception as exc:CODE
LOWskills/ce-brainstorm/scripts/peer-job-runner.py1848 except Exception:CODE
LOW…-code-review/scripts/cross-model-adversarial-review.sh811 except Exception:CODE
LOW…-code-review/scripts/cross-model-adversarial-review.sh873 except Exception:CODE
LOWskills/ce-code-review/scripts/peer-job-runner.py1228 except Exception:CODE
LOWskills/ce-code-review/scripts/peer-job-runner.py1243 except Exception:CODE
LOWskills/ce-code-review/scripts/peer-job-runner.py1690 except Exception as exc:CODE
LOWskills/ce-code-review/scripts/peer-job-runner.py1848 except Exception:CODE
LOWskills/ce-doc-review/scripts/cross-model-doc-review.sh788 except Exception:CODE
LOWskills/ce-doc-review/scripts/cross-model-doc-review.sh850 except Exception:CODE
LOWskills/ce-doc-review/scripts/peer-job-runner.py1228 except Exception:CODE
LOWskills/ce-doc-review/scripts/peer-job-runner.py1243 except Exception:CODE
LOWskills/ce-doc-review/scripts/peer-job-runner.py1690 except Exception as exc:CODE
LOWskills/ce-doc-review/scripts/peer-job-runner.py1848 except Exception:CODE
LOWskills/ce-sweep/scripts/sweep-state.py277 except Exception:CODE
LOWskills/ce-sweep/scripts/sweep-state.py620 except Exception:CODE
LOWskills/ce-sweep/scripts/sweep-state.py787 except Exception as exc: # never leak a traceback to the callerCODE
MEDIUMskills/ce-sweep/scripts/sweep-state.py607def _read_legacy(path):CODE
LOWskills/ce-plan/scripts/peer-job-runner.py1228 except Exception:CODE
LOWskills/ce-plan/scripts/peer-job-runner.py1243 except Exception:CODE
LOWskills/ce-plan/scripts/peer-job-runner.py1690 except Exception as exc:CODE
LOWskills/ce-plan/scripts/peer-job-runner.py1848 except Exception:CODE
Unused Imports22 hits · 22 pts
SeverityFileLineSnippetContext
LOWskills/ce-work/scripts/unit_workspace_state.py13CODE
LOWskills/ce-work/scripts/unit_workspace_state.py15CODE
LOWskills/ce-work/scripts/unit_workspace_state.py16CODE
LOWskills/ce-work/scripts/unit_workspace_state.py23CODE
LOWskills/ce-work/scripts/unit_workspace_state.py24CODE
LOWskills/ce-work/scripts/unit_workspace_state.py27CODE
LOWskills/ce-work/scripts/unit-workspace.py4CODE
LOWskills/ce-work/scripts/unit_workspace_lifecycle.py3CODE
LOWskills/ce-work/scripts/unit_workspace_lifecycle.py12CODE
LOWskills/ce-work/scripts/unit_workspace_lifecycle.py13CODE
LOWskills/ce-work/scripts/unit_workspace_lifecycle.py14CODE
LOWskills/ce-work/scripts/unit_workspace_jobs.py3CODE
LOWskills/ce-work/scripts/unit_workspace_jobs.py11CODE
LOWskills/ce-work/scripts/unit_workspace_integration.py3CODE
LOWskills/ce-work/scripts/unit_workspace_integration.py12CODE
LOWskills/ce-work/scripts/unit_workspace_transaction.py3CODE
LOWskills/ce-work/scripts/unit_workspace_transaction.py14CODE
LOWskills/ce-work/scripts/unit_workspace_ignored.py8CODE
LOWskills/ce-code-review/scripts/review-scope.py4CODE
LOWskills/ce-code-review/scripts/findings-mechanics.py4CODE
LOW…ffrec-feedback-analysis/scripts/analyze_riffrec_zip.py11CODE
LOWskills/ce-sweep/scripts/analyze_riffrec_zip.py11CODE
Example Usage Blocks11 hits · 16 pts
SeverityFileLineSnippetContext
LOWskills/ce-work/scripts/cross-model-work.sh6# Usage:COMMENT
LOWskills/ce-pov/scripts/cross-model-pov.sh15# Usage:COMMENT
LOWskills/ce-brainstorm/scripts/elevation-dispatch.sh14# Usage:COMMENT
LOW…-code-review/scripts/cross-model-adversarial-review.sh15# Usage:COMMENT
LOWskills/ce-doc-review/scripts/cross-model-doc-review.sh18# Usage:COMMENT
LOWskills/ce-polish/scripts/resolve-port.sh5# Usage:COMMENT
LOWskills/ce-polish/scripts/resolve-package-manager.sh6# Usage:COMMENT
LOWskills/ce-polish/scripts/detect-project-type.sh7# Usage:COMMENT
LOWskills/ce-polish/scripts/read-launch-json.sh6# Usage:COMMENT
LOWskills/ce-optimize/scripts/experiment-worktree.sh7# Usage:COMMENT
LOWskills/ce-plan/scripts/elevation-dispatch.sh14# Usage:COMMENT
Cross-Language Confusion6 hits · 15 pts
SeverityFileLineSnippetContext
HIGHskills/ce-work/scripts/peer-job-runner.py1750 """setsid double-fork. The grandchild (new session, stdio on /dev/null,STRING
HIGHskills/ce-pov/scripts/peer-job-runner.py1750 """setsid double-fork. The grandchild (new session, stdio on /dev/null,STRING
HIGHskills/ce-brainstorm/scripts/peer-job-runner.py1750 """setsid double-fork. The grandchild (new session, stdio on /dev/null,STRING
HIGHskills/ce-code-review/scripts/peer-job-runner.py1750 """setsid double-fork. The grandchild (new session, stdio on /dev/null,STRING
HIGHskills/ce-doc-review/scripts/peer-job-runner.py1750 """setsid double-fork. The grandchild (new session, stdio on /dev/null,STRING
HIGHskills/ce-plan/scripts/peer-job-runner.py1750 """setsid double-fork. The grandchild (new session, stdio on /dev/null,STRING
Self-Referential Comments2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUMskills/ce-doc-review/scripts/cross-model-doc-review.sh344# Create the scratch run-dir rather than skipping when it doesn't exist yet:COMMENT
MEDIUMskills/ce-optimize/scripts/experiment-worktree.sh88# Create an experiment worktreeCOMMENT
Verbosity Indicators3 hits · 3 pts
SeverityFileLineSnippetContext
LOWtests/review-skill-contract.test.ts963 expect(content).toContain("## Step 0: Schema drift")CODE
LOWtests/skills/ce-setup-check-health.test.ts159 const step3 = skill.match(/### Step 3:[\s\S]*?(?=## Phase 2)/)?.[0] ?? ""CODE
LOWtests/skills/ce-setup-check-health.test.ts160 const step6a = repoFixes.match(/### Step 6a:[\s\S]*?(?=### Step 7:)/)?.[0] ?? ""CODE
Fake / Example Data2 hits · 2 pts
SeverityFileLineSnippetContext
LOWtests/legacy-cleanup.test.ts8async function createDir(dir: string, content = "placeholder") {CODE
LOWtests/legacy-cleanup.test.ts13async function createFile(filePath: string, content = "placeholder") {CODE
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOWskills/ce-optimize/scripts/experiment-worktree.sh102 # Check if worktree already existsCOMMENT