Qlty Check
Analyzes text for quality issues like grammar, style, and tone, ensuring polished and effective communication.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add qlty-check npx -- -y @trustedskills/qlty-check
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"qlty-check": {
"command": "npx",
"args": [
"-y",
"@trustedskills/qlty-check"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The qlty-check skill enables AI agents to execute quality assurance checks within software development workflows. It integrates with the QLTY platform to validate code changes, ensuring they meet predefined standards before deployment. This capability streamlines the CI/CD pipeline by automating rigorous testing and reporting processes.
When to use it
- Trigger automated validation immediately after a pull request is created to catch issues early.
- Integrate into continuous integration pipelines to enforce quality gates before merging code.
- Generate detailed reports on code health, security vulnerabilities, and performance metrics.
- Verify that new features adhere to specific architectural or style guidelines defined in the repository.
Key capabilities
- Executes comprehensive static analysis on codebases.
- Provides actionable feedback on potential bugs and security risks.
- Supports integration with various version control systems for seamless workflow automation.
- Delivers structured reports detailing the results of quality checks.
Example prompts
- "Run a full qlty-check on the latest changes in the
feature/user-authbranch." - "Generate a summary report of the recent qlty-check results and highlight any critical failures."
- "Configure qlty-check to enforce new security standards before allowing any code to be merged."
Tips & gotchas
Ensure your repository has QLTY properly configured with relevant rulesets before relying on this skill for validation. While the skill automates checks, it should complement, not replace, manual code reviews for complex logic.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.