Best for
- Use when reviewing a repo's architecture, finding refactoring targets, or assessing code health.
jackchuka/skills/dev-code-quality/SKILL.md
Systematic codebase quality scan for identifying duplication, redundancy, and improvement opportunities. Use when reviewing a repo's architecture, finding refactoring targets, or assessing code health. Triggers: "scan the repo", "find code duplication", "suggest improvements", "code quality review", "is there redundant code", "refactoring plan", "architecture review".
Decision brief
Systematic codebase scan that identifies duplication, redundancy, architectural issues, and improvement opportunities. Produces a prioritized action plan.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/jackchuka/skills --skill "dev-code-quality"Inspect the Agent Skill "dev-code-quality" from https://github.com/jackchuka/skills/blob/7b0b33f68b8f11522e43622e5cb3bacd802999d2/dev-code-quality/SKILL.md at commit 7b0b33f68b8f11522e43622e5cb3bacd802999d2. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
Determine the scan scope:
Determine the scan scope:
1. Project layout: Map the directory structure and identify the architecture pattern (flat, layered, hexagonal, etc.) 2. Dependency graph: Trace imports between packages to identify: - Circular dependencies - Unexpected cross-layer dependencies - Packages that import too many ot…
Search for code duplication across the codebase:
1. Dead code: Functions, types, or constants that are never referenced 2. Unused imports/dependencies: Check go.mod, package.json for unused entries 3. Overlapping abstractions: Multiple types or interfaces serving the same purpose 4. Unnecessary complexity: Over-abstracted code…
Permission review
The documentation asks the agent to read local files, directories, or repositories.
User: "scan the repo and suggest improvements"Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 83/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 15 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Systematic codebase scan that identifies duplication, redundancy, architectural issues, and improvement opportunities. Produces a prioritized action plan.
Determine the scan scope:
Search for code duplication across the codebase:
For each duplication found, report:
Evaluate the overall design:
Present findings as a prioritized list:
Code Quality Scan Results:
High Priority:
1. [Issue] — [Location] — [Impact] — [Suggested fix]
2. ...
Medium Priority:
3. [Issue] — [Location] — [Impact] — [Suggested fix]
4. ...
Low Priority (nice to have):
5. ...
Prioritization criteria:
Ask the user which items to address, then work through them.
output or formatter packageExample 1: Full repo scan
User: "scan the repo and suggest improvements"
Action:
1. Map project structure
2. Trace dependencies between packages
3. Search for duplicated patterns
4. Check for dead code
5. Assess architecture
6. Present prioritized report
Example 2: Post-refactor validation
User: "find code duplications and refactoring plan"
Action:
1. Focus on structural and logic duplication
2. Identify extraction candidates
3. Propose concrete refactoring steps with file references
4. Estimate scope of each refactoring
Alternatives
event4u-app/agent-config
Use when the user says "review the design", "check the UI", or wants a comprehensive UI/UX review. Uses a 7-phase methodology covering interaction, responsiveness, accessibility, and more.
K-Dense-AI/scientific-agent-skills
Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.
K-Dense-AI/scientific-agent-skills
Use NeuroKit2 to build or audit reproducible research workflows for physiological time-series preprocessing, event/interval analysis, multimodal alignment, variability, and complexity. Trigger when code imports neurokit2 or needs its current APIs, schemas, and method-aware validation—not for diagnosis or device validation.
affaan-m/ECC
Use it for engineering and operations tasks; the detail page covers purpose, installation, and practical steps.