Audit and improve skill collections with an 8-dimension scoring framework, duplication detection, remediation planning, and CI quality gates; use when evaluating skill quality, generating remediation plans, validating report format, or enforcing repository-wide skill artifact conventions.
Does it follow best practices?
Evaluation — 93%
↑ 1.33xAgent success when using this tile
Validation for skill structure
Your development team maintains a technical documentation library covering various software engineering practices. Recent user feedback indicates that while the documentation explains what to do correctly, it lacks clarity about what NOT to do and why certain approaches fail.
Users have specifically requested more guidance on common mistakes and pitfalls. They want to understand not just the right way to implement features, but also the consequences of wrong approaches so they can avoid making costly errors in production.
The documentation lead wants you to enhance existing technical content by adding comprehensive guidance about problematic patterns, common mistakes, and their real-world consequences. The enhanced documentation should use strong, clear language to warn about dangerous practices and provide concrete examples showing both bad and good approaches.
Create enhanced documentation that includes:
The following files are provided as inputs. Extract them before beginning.
=============== FILE: inputs/original-guide.md ===============
Use secure authentication methods in your applications.
Always validate user input to prevent issues.
Use proper database access patterns for security.
Handle errors appropriately in your application.
Here are some good examples:
// Authentication
const user = authenticate(token);
// Validation
const isValid = validate(input);
// Database
const result = db.query(sql, params);=============== FILE: inputs/user-feedback.json ===============
{
"feedback_items": [
"Need more examples of what NOT to do",
"Want to understand why certain approaches fail",
"Show consequences of common mistakes",
"Use stronger language for dangerous practices",
"Include real-world failure scenarios"
],
"priority_areas": [
"SQL injection vulnerabilities",
"Authentication bypasses",
"Input validation failures"
]
}Install with Tessl CLI
npx tessl i pantheon-ai/skill-quality-auditorevals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
references
scripts