brendancol

59 mods across 1 repository, 3 stars between them.

sweep-style

25

brendancol/xarray-spatial-skills

Command Claude Code

Audit xrspatial modules for Python style issues that the project's own tooling already knows how to detect: PEP8 violations (flake8 E/W codes), unused imports and dead locals (flake8 F codes), import-ordering drift (isort), and bug-prone style anti-patterns (bare except, mutable defaults, shadowed builtins). The…

3 1mo ago A 0 tokens

sweep-test-coverage

26

brendancol/xarray-spatial-skills

Command Claude Code

Audit xrspatial modules for test coverage gaps: missing backend coverage (numpy / cupy / dask+numpy / dask+cupy), missing edge cases (NaN, Inf, empty input, single-pixel, all-equal input), missing parameter-coverage tests. Closes the gaps that the accuracy sweep keeps finding bugs in. Subagents fix CRITICAL, HIGH, and…

3 1mo ago A 0 tokens

sweeps-report

27

brendancol/xarray-spatial-skills

Command Claude Code

Read-only rollup of every sweep's accumulated state. Parses all .claude/sweep--state.csv files and prints a health dashboard: which modules are stale or never-inspected per sweep, where the worst findings are, the LOW-findings backlog buried in notes columns, and what re-validation debt (cuda-unavailable…

3 1mo ago A 0 tokens

validate

29

brendancol/xarray-spatial-skills

Command Claude Code

Take a function name (or detect the changed function from the current branch diff) and verify its numerical accuracy against reference implementations and across all four backends. The prompt is: $ARGUMENTS.

3 1mo ago A 0 tokens

_sweep-common

30

brendancol/xarray-spatial-skills

Cursor rule Cursor

Shared contract for all sweep- rules: module discovery, standard flags, severity rubric, state CSVs, and the repro gate every CRITICAL/HIGH finding must pass.

3 1mo ago A 0 tokens

bench

32

brendancol/xarray-spatial-skills

Cursor rule Cursor

Run ASV benchmarks for the current branch against main and report regressions and improvements.

3 1mo ago A 0 tokens

deep-sweep

34

brendancol/xarray-spatial-skills

Cursor rule Cursor

Pick one xrspatial module and dispatch every sweep command at it in parallel, with strict worktree isolation per sweep.

3 1mo ago A 0 tokens

review-pr

42

brendancol/xarray-spatial-skills

Cursor rule Cursor

Review a pull request with checks specific to a geospatial raster library built on NumPy, Dask, CuPy, and Numba.

3 1mo ago A 0 tokens

rockout

43

brendancol/xarray-spatial-skills

Cursor rule Cursor

Take a user prompt describing an enhancement, bug, or suggestion and drive it through the full implementation workflow.

3 1mo ago A 0 tokens

sweep-accuracy

44

brendancol/xarray-spatial-skills

Cursor rule Cursor

Audit xrspatial modules for numerical accuracy issues: floating point precision, NaN propagation, off-by-one errors, Earth curvature corrections, backend inconsistencies, reference divergence.

3 1mo ago A 0 tokens

brendancol/xarray-spatial-skills

Cursor rule Cursor

Audit xrspatial modules for API consistency issues: parameter naming drift, return shape drift, type hints, default value inconsistency, public API surface drift.

3 1mo ago A 0 tokens

sweep-benchmarks

46

brendancol/xarray-spatial-skills

Cursor rule Cursor

Audit xrspatial modules for asv benchmark coverage gaps: missing benchmarks, backend parameterization gaps, unrepresentative inputs, broken or silently-skipped benchmarks.

3 1mo ago A 0 tokens

sweep-dependencies

47

brendancol/xarray-spatial-skills

Cursor rule Cursor

Audit xarray-spatial's packaging and dependency hygiene by dependency group: unguarded optional imports, untested version floors, known CVEs, distribution metadata.

3 1mo ago A 0 tokens

sweep-documentation

48

brendancol/xarray-spatial-skills

Cursor rule Cursor

Audit xrspatial modules for documentation gaps: missing docstrings, docstring/signature drift, broken runnable examples, API reference coverage, backend-claim accuracy.

3 1mo ago A 0 tokens