Sub-skill of mesh-utilities: Batch Quality Check (+1).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill batch-quality-check --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Batch Quality Check?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-batch-quality-check-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: mesh-utilities-batch-quality-check
description: 'Sub-skill of mesh-utilities: Batch Quality Check (+1).'
version: 1.0.0
category: engineering-utilities
type: reference
scripts_exempt: true
---
# 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.*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.