clous-hr/skills/interview-assessments/SKILL.md
Use when the user wants to evaluate engineering assessments (take-homes, live coding, system design) with structured rubrics and avoid over-indexing on trivia or memorization.
npx skillsauth add clous-ai/agents interview-assessmentsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Evaluate engineering candidates’ assessments using consistent rubrics that prioritize problem-solving, code quality, and communication over algorithm trivia or memorized answers.
Use this skill when:
Do not use this skill when:
hiring-pipeline.career-path.templates/rubric-template.json.templates/candidate-report.md).templates/feedback-template.md) when appropriate.Weights below are defaults; adjust per role and document any changes.
Assess how the candidate approaches problems:
Scoring guidance:
Trivia guardrail:
Evaluate production readiness relative to role level:
Scoring guidance:
Look at how they verify their work:
Scoring guidance:
Assess how they communicate under pressure:
Scoring guidance:
Warning signs in the assessment itself:
Examples:
Rebalancing strategies:
Use templates/rubric-template.json as the canonical schema:
{
"candidate": "Name",
"assessment_type": "take-home|live-coding|system-design",
"evaluation": {
"problem_solving": {
"score": 4,
"weight": 0.40,
"evidence": "Methodical approach, asked clarifying questions, handled edge cases."
},
"code_quality": {
"score": 3,
"weight": 0.30,
"evidence": "Functional code, mostly clear structure; naming can improve."
},
"testing": {
"score": 5,
"weight": 0.20,
"evidence": "Comprehensive tests, covered edge cases and failure modes."
},
"communication": {
"score": 4,
"weight": 0.10,
"evidence": "Explained decisions clearly, receptive to feedback."
}
},
"weighted_score": 4.0,
"recommendation": "Strong Hire",
"feedback": "Excellent problem-solving and testing; naming consistency could improve.",
"trivia_concerns": false
}
Structure candidate feedback using templates/feedback-template.md:
## Strengths
- [Specific strength with code or interview example]
- [Specific strength with example]
## Areas for Growth
- [Constructive suggestion with example]
- [Constructive suggestion with example]
## Overall Assessment
[Summary and recommendation aligned to rubric]
Best practices:
templates/rubric-template.json – Assessment rubric schema (JSON).templates/candidate-report.md – Manager-facing evaluation summary.templates/feedback-template.md – Candidate feedback structure.references/anti-patterns.md – Common assessment anti-patterns.references/trivia-vs-skills.md – Distinguishing memorization from real ability (see also anti-patterns).references/calibration.md – Interview calibration and panel alignment.scripts/check-interview-assessments.sh – Pre-run checks for the skill.scripts/validate-interview-assessments.py – Validate rubric JSON and report structure.Your goal is to produce an evaluation that is consistent, auditable, and clearly tied to the role’s actual needs rather than interviewer preferences.
This skill supports evaluation and feedback only; it is not legal advice. Rejection and feedback language may have employment-law implications. Consult HR/legal for final candidate communications and record retention.
development
Use when an AI agent needs to inspect, create, update, delete, or troubleshoot Clous webhook subscriptions and events.
tools
Use when an external AI agent needs to operate Clous safely across MCP, SDK, CLI, and API surfaces while preserving user/company context and avoiding unsafe mutations.
tools
Use when reading, creating, updating, or deleting Clous objects such as employees, candidates, jobs, reviews, skills, and forms.
tools
Use when an AI agent can call Clous remote MCP tools to inspect or operate the Clous platform, HR, or employee surfaces.