# Run Fast Code Quality Checks

Quick code reviews often miss security, style, test, and placeholder issues. This skill runs parallel checks and returns a severity-ranked quality report.

## Install

```bash
npx skillstore add dnyoussef/quick-quality-check
```

## Metadata

- Status: approved
- Slug: dnyoussef-quick-quality-check
- Version: 1.0.0
- Author version: 1.0.0
- Skillstore revision: r1
- Version status: valid
- Tree hash: a284760e6bdeee702bbc2df0c3a744333444613fce467ce4945f4eace685f04b
- Author: DNYoussef
- GitHub username: DNYoussef
- License: MIT
- Repository: https://github.com/DNYoussef/ai-chrome-extension/tree/main/.claude/skills/quick-quality-check
- Ref: c579efd02184f1128d6741d16e6c8d951d7d4208
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: confirmation\_required
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: external\_commands
- Quality score: 38
- Quality tier: warning
- Public page: https://skillstore.pages.dev/skills/dnyoussef-quick-quality-check
- Manifest: https://skillstore.pages.dev/api/skills/dnyoussef-quick-quality-check/manifest

## Capabilities

- Defines an input contract for checking a file or directory path.
- Runs theater detection, style audit, security scan, test coverage, and token usage checks.
- Initializes a claude-flow swarm and specialized quality agent for parallel work.
- Aggregates separate check outputs into a unified quality report.
- Ranks issues by severity and reports a quality score.

## Use Cases

- Pre-Commit Quality Pass: Check changed files before a commit and identify urgent quality issues fast.
- Pull Request Triage: Run a quick scan before review and focus discussion on high-severity problems.
- Release Readiness Snapshot: Create a compact quality report before a release or production-readiness check.

## Prompt Templates

### Check Current Directory

```
Run a quick quality check on the current directory. Summarize critical, high, medium, and low issues.
```

### Check One Source Folder

```
Run quick-quality-check on the src directory. Highlight security, linting, test, and placeholder findings separately.
```

### Review Before Pull Request

```
Run a quick quality check on the changed application files. Prioritize findings that should block a pull request.
```

### Assess Release Risk

```
Run a quick quality check for the release candidate path. Compare results across checks and recommend whether deeper audit is needed.
```

## Limitations

- Requires claude-flow, GNU parallel, jq, and related command-line tools.
- The sample commands need careful path validation and shell quoting.
- Quick mode can miss complex defects that require deeper analysis.
- The skill does not define automatic fixes for reported issues.

## Best Practices

- Confirm all required CLI tools are installed before running the skill.
- Use trusted local paths and validate paths before shell execution.
- Review security findings manually before merging or publishing.

## Anti Patterns

- Running checks on untrusted path values without validation.
- Treating a quick score as a complete security review.
- Ignoring failed checks because other parallel checks succeeded.

## Security Audit

- Audited at: 2026-07-05T12:26:27.764\+00:00
- Summary: Most static findings are Markdown code fence or inline-code false positives. One real command-execution concern remains in the Bash execution flow, where external tools run against an interpolated path. Additional review should address shell quoting and unpinned npx execution before publication.

## Stats

- Views: 211
- Downloads: 8
- Favorites: 0
- Popularity score: 0
