clean-code-top-p1-candidates-2026-02-25-audit

Sub-skill of clean-code: Top P1 Candidates (2026-02-25 audit).

5 stars

Best use case

clean-code-top-p1-candidates-2026-02-25-audit is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Sub-skill of clean-code: Top P1 Candidates (2026-02-25 audit).

Teams using clean-code-top-p1-candidates-2026-02-25-audit should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/top-p1-candidates-2026-02-25-audit/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_archive/workspace-hub/clean-code/top-p1-candidates-2026-02-25-audit/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/top-p1-candidates-2026-02-25-audit/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How clean-code-top-p1-candidates-2026-02-25-audit Compares

Feature / Agentclean-code-top-p1-candidates-2026-02-25-auditStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Sub-skill of clean-code: Top P1 Candidates (2026-02-25 audit).

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Top P1 Candidates (2026-02-25 audit)

## Top P1 Candidates (2026-02-25 audit)


**digitalmodel** (active development + oversized):

| File | Lines | Domain | Status | Split Strategy |
|------|-------|--------|--------|----------------|
| `hydrodynamics/diffraction/benchmark_plotter.py` | 2700 | Hydro | ✅ DONE (WRK-592/593) | Horizontal split: helpers, rao_plots, correlation, input_reports + shims |
| `hydrodynamics/diffraction/report_generator.py` | 2034 | Hydro | ✅ DONE (WRK-591/593) | data_models, computations, extractors, builders_header/hydrostatics/responses |
| `solvers/orcaflex/orcaflex_model_components.py` | 1905 | Solvers | Open | Extract: line-types, vessel, environment, post-process |
| `marine_ops/marine_analysis/visualization/integration_charts.py` | 1439 | Marine | Open | Extract by chart type |

**worldenergydata** (active development + oversized):

| File | Lines | Domain | Status | Split Strategy |
|------|-------|--------|--------|----------------|
| `cost/data_collection/public_dataset.py` | 1643 | Cost | Open | Extract: fetcher, parser, normalizer, schema |
| `safety_analysis/taxonomy/activity_taxonomy.py` | 1550 | Safety | ✅ DONE (WRK-590) | activity_definitions (data, exempt) + activity_registry (logic) |
| `well_production_dashboard/field_aggregation.py` | 1131 | Dashboard | Open | Extract: query, aggregate, format |
| `well_production_dashboard/well_production.py` | 1090 | Dashboard | Open | Extract: models, fetcher, renderer |

---

Related Skills

llm-wiki-audit-feedback-loop

5
from vamseeachanta/workspace-hub

Durable feedback loop for correcting llm-wiki pages without losing the correction to chat history. Use when (1) a human notices a wiki page is wrong, outdated, or contradicts a source, (2) processing the `audit/` inbox of a domain wiki, (3) reviewing what feedback has been resolved vs deferred, (4) needing to leave a comment on a specific text range that survives line- number drift. Implements the anchored-text audit file pattern from lewislulu/llm-wiki-skill, adapted for workspace-hub's domain-wiki layout under /mnt/local-analysis/llm-wiki/wikis/<domain>/. Extends the 5-op model (compile/ingest/query/lint) from research/llm-wiki with the missing `audit` op. Never silently delete feedback — rejected audits stay archived with rejection rationale.

mnt-analysis-cleanup

5
from vamseeachanta/workspace-hub

Survey, classify, and clean up `/mnt/local-analysis/` (or any sibling-to-workspace-hub directory holding orphan worktrees, codex-burn artifacts, agent log accumulations, and outer-clone duplicates) without losing useful code/work. Surfaces a tiered approval menu rather than baking decisions; defers all destructive ops until user confirms.

pre-completion-cleanup-audit

5
from vamseeachanta/workspace-hub

Audit and dispose of session residue (orphan files, scratch dirs, sibling-repo state, locks, trash-stages) BEFORE claiming a task complete. Required gate before any agent says "all done", "task complete", or hands work back to user/orchestrator.

repo-mission-portfolio-audit

5
from vamseeachanta/workspace-hub

Audit the workspace-hub repo portfolio to extract each repo's mission, identify documentation gaps, and prioritize a plan/approval sequence with explicit LLM-wiki weighting for future issue triage.

provider-session-ecosystem-audit-and-exporters

5
from vamseeachanta/workspace-hub

Build and maintain cross-provider session-log audits for Codex, Codex, Hermes, and Gemini, including exporter design, normalization, and behavioral verification.

orcawave-orcaflex-readiness-audit

5
from vamseeachanta/workspace-hub

Audit the real readiness of digitalmodel OrcaWave/OrcaFlex spec-driven workflows by reconciling workspace-hub issues, source/tests, semantic-equivalence boundaries, and wiki synthesis gaps.

read-only-pre-implementation-audit

5
from vamseeachanta/workspace-hub

Systematic cross-check workflow to validate assumptions before TDD coding begins

git-worktree-cleanup-at-scale

5
from vamseeachanta/workspace-hub

Identify and remove stale git worktrees blocking branch deletion in multi-repo environments

git-worktree-cleanup-and-branch-reconciliation

5
from vamseeachanta/workspace-hub

Systematic process for cleaning up stale git worktrees, resolving merge conflicts in diverged branches, and reconciling branch state across multiple repositories.

git-worktree-cleanup-and-branch-hygiene

5
from vamseeachanta/workspace-hub

Systematic approach to cleaning up stale git worktrees, orphan branches, and branch hygiene at scale across multiple repos

git-blob-size-filter-cleanup

5
from vamseeachanta/workspace-hub

Strip oversized blobs from unpushed commits using git filter-branch when GitHub's 100 MB limit blocks push

clean-worktree-integration-from-dirty-main

5
from vamseeachanta/workspace-hub

Land validated issue work from isolated worktrees when the main checkout is dirty by creating a fresh integration worktree, cherry-picking only implementation commits, re-running combined validation, and preparing push/closeout artifacts.