General
orient_quality - Claude MCP Skill
Orient: Quality Assessment
SEO Guide: Enhance your AI agent with the orient_quality tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to orient: quality assessment... Download and configure this skill to unlock new capabilities for your AI workflow.
🌟1 stars • 0 forks
📥0 downloads
Documentation
SKILL.md# Orient: Quality Assessment
## R17: Validate Quality Criteria Are Boolean
Before applying criteria, validate AGENTS.md defines boolean criteria:
**Check each criterion:**
- Is it PASS/FAIL? (boolean)
- Is it yes/no? (boolean)
- Is it true/false? (boolean)
- Does it have a clear threshold? (boolean)
**Warn about non-boolean criteria:**
- Subjective scores (1-5, percentages)
- Ambiguous language ("good", "adequate", "reasonable")
- Relative comparisons ("better than", "worse than")
- Vague thresholds ("most", "some", "few")
**Examples of boolean criteria:**
- ✅ "All functions have docstrings" (PASS/FAIL)
- ✅ "Test coverage > 80%" (PASS/FAIL with clear threshold)
- ✅ "No functions exceed 50 lines" (PASS/FAIL)
- ❌ "Code quality is good" (subjective, no threshold)
- ❌ "Documentation is adequate" (ambiguous)
- ❌ "Performance is acceptable" (vague)
**If non-boolean criteria found:**
- Document in Operational Learnings section of AGENTS.md
- Suggest boolean alternatives
- Proceed with available boolean criteria only
## R18: Apply Boolean Criteria per AGENTS.md
Apply the quality criteria defined in AGENTS.md:
- What boolean criteria apply? (specs or implementation)
- What are the specific thresholds?
- What metrics or checks are defined?
- Evaluate each criterion systematically
- Document findings for each criterion
## R19: Identify Human Markers
Search for indicators of quality issues:
- TODOs, FIXMEs, HACKs in code or specs
- Code smells (duplication, long functions, complex conditionals)
- Unclear language in specs (ambiguous, vague, contradictory)
- Missing documentation
- Incomplete implementations
- Inconsistent patterns
- Dead code or unused specs
## R20: Score Each Criterion PASS/FAIL
For each quality criterion:
- PASS: criterion is met, no action needed
- FAIL: criterion is not met, refactoring required
Use boolean scoring only - no subjective grades or percentages.
Determine overall assessment:
- If all criteria PASS: no refactoring needed
- If any criteria FAIL: refactoring plan required
- Identify which specific criteria failed
- Prioritize by impact and severitySignals
Avg rating⭐ 0.0
Reviews0
Favorites0
Information
- Repository
- jomadu/ai-resource-manager
- Author
- jomadu
- Last Sync
- 3/12/2026
- Repo Updated
- 2/6/2026
- Created
- 2/6/2026
Reviews (0)
No reviews yet. Be the first to review this skill!