mesh-utilities-batch-quality-check
Sub-skill of mesh-utilities: Batch Quality Check (+1).
Best use case
mesh-utilities-batch-quality-check is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Sub-skill of mesh-utilities: Batch Quality Check (+1).
Teams using mesh-utilities-batch-quality-check 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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/batch-quality-check/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How mesh-utilities-batch-quality-check Compares
| Feature / Agent | mesh-utilities-batch-quality-check | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Sub-skill of mesh-utilities: Batch Quality Check (+1).
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
# Batch Quality Check (+1)
## Batch Quality Check
```python
from pathlib import Path
def batch_quality_check(mesh_dir: str, pattern: str = "*.gdf") -> dict:
"""Run quality checks on multiple meshes.
Args:
mesh_dir: Directory containing meshes
pattern: Glob pattern for mesh files
*See sub-skills for full details.*
## Batch Conversion
```python
def batch_convert(
input_dir: str,
input_pattern: str,
output_format: str,
output_dir: str
) -> list:
"""Convert multiple meshes to a target format.
Args:
*See sub-skills for full details.*Related Skills
worktree-pre-push-bypass-for-tier1-checks
Handle workspace-hub integration-branch pushes from isolated git worktrees when the pre-push hook incorrectly assumes sibling tier-1 repos exist under the worktree path.
batch-syntax-repair-from-injection-errors
Detect and fix systematic syntax errors caused by line-injection scripts that split multiline constructs
batch-syntax-fix-with-regex-line-based-fallback
Fix repeated syntax errors across many files using regex, then fall back to line-based parsing when regex fails
batch-syntax-fix-regex-iteration
Iteratively fix widespread syntax errors across many files using regex refinement when initial patterns fail
batch-syntax-fix-pattern
Identify and repair cascading import/syntax errors across multiple files using regex-based line-scanning and verification
batch-regex-fix-import-syntax
Detect and fix mid-import blank-line syntax breaks across multiple files using line-based regex
closure-first-overnight-batch
Run a high-leverage overnight batch by clearing stale-open approved issues first, converting shared blockers into tracked issues, and reserving only one lane for true implementation.
workspace-hub-batch-issue-execution
Deprecated alias for gh-work-execution.
overnight-verify-close-batch
Build overnight parallel batches that close stale-open GitHub issues by proving landed work already satisfies the issue, instead of wasting implementation lanes on redoing completed work.
gh-work-execution-checklist
Compact live-execution checklist companion for approved GitHub issue work. Use during active implementation as a fast operational route; gh-work-execution remains the canonical source of truth.
orcawave-mesh-generation
Panel mesh generation for OrcaWave diffraction analysis. Use when converting CAD/STL to panel mesh, validating mesh quality, running convergence studies, or generating GDF files for hydrodynamic computations.
orcaflex-code-check
Verify OrcaFlex model results against industry standards (DNV, API, ISO). Perform capacity checks, safety factor verification, and compliance reporting for offshore structures.