grad-servqual
Apply the SERVQUAL model (Parasuraman, Zeithaml, and Berry, 1988) to measure service quality gaps across five dimensions. Use this skill when the user needs to diagnose service quality shortfalls, benchmark customer expectations against perceptions, design service improvement programs, or when they ask 'where is our service failing', 'what do customers expect vs experience', or 'how do we measure service quality'.
pinned to #4e7f4f8updated last month
Ask your AI client: “install skills/grad-servqual”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/grad-servqualmetahub onboarded this repo on the author's behalf.
If you own github.com/asgard-ai-platform/skills on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
225
Last commit
last month
Latest release
published
- #ai-agent
- #anthropic
- #claude
- #claude-agent-skills
- #claude-code
- #coding-agent
- #knowledge-base
- #mcp
- #methodology
- #open-source
- #prompt-engineering
- #skills
- #taiwan
Automated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.4e7f4f8· last month
Documentation
8 passed1 warningHomepage or repository declaredwarn
No homepage or repository declared.
Add a "homepage" or "repository" field to SKILL.md.
Description quality
60 words · 417 chars — "Apply the SERVQUAL model (Parasuraman, Zeithaml, and Berry, 1988) to measure ser…"
README is present and substantial
33,936 chars · 20 sections · 3 code blocks
Tags / topics declared
13 total — ai-agent, anthropic, claude, claude-agent-skills, claude-code, coding-agent (+7)
README has usage / example sections
no labeled section but 3 code blocks document usage
Homepage / docs URL declared
https://vault.asgard-ai.com/skills/
Description is substantive
Description is 60 words.
Documentation present and substantive
Documentation present (SKILL.md, 720 words).
Documentation shows usage
Documentation includes 2 code examples.
Release history
1- releasecurrent4e7f4f8warnlast month
Contents
SERVQUAL Model
Overview
SERVQUAL measures service quality as the gap between customer expectations and perceptions across five dimensions: Tangibles, Reliability, Responsiveness, Assurance, and Empathy. The broader Gap Model identifies five organizational gaps that cause service quality failures.
When to Use
- Measuring and benchmarking service quality
- Identifying which service dimensions need improvement
- Diagnosing root causes of customer dissatisfaction
- Comparing service quality across branches, competitors, or time periods
When NOT to Use
- Evaluating product quality (use Garvin's 8 dimensions)
- When only transaction-level satisfaction is needed (use CSAT/NPS)
- Pure self-service digital products with no human interaction component
Assumptions
IRON LAW: Service quality = Perception − Expectation. Both sides MUST
be measured independently. Measuring only satisfaction conflates the
two and hides diagnostic insight.
Key assumptions:
- Customers form expectations before the service encounter
- Quality is judged comparatively (perception vs expectation)
- The five dimensions are universal across service industries
- Gaps are additive — multiple small gaps compound into poor overall quality
Methodology
Step 1 — Measure expectations and perceptions
Administer paired 7-point Likert scales for each dimension (22 items total):
| Dimension | Focus | Example Item |
|---|---|---|
| Tangibles | Physical facilities, equipment, appearance | "Modern-looking equipment" |
| Reliability | Deliver promised service dependably | "Provide service at promised time" |
| Responsiveness | Willingness to help, prompt service | "Employees give prompt service" |
| Assurance | Knowledge, courtesy, trust | "Employees instill confidence" |
| Empathy | Caring, individualized attention | "Understand specific needs" |
Step 2 — Calculate gap scores
Gap Score = Perception Score − Expectation Score (negative = shortfall)
Step 3 — Diagnose organizational gaps
| Gap | Description | Root Cause |
|---|---|---|
| Gap 1 | Management perception vs customer expectation | Poor market research |
| Gap 2 | Service quality specs vs management perception | Inadequate standards |
| Gap 3 | Service delivery vs specifications | Poor execution |
| Gap 4 | External communication vs delivery | Overpromising |
| Gap 5 | Customer perception vs expectation | Cumulative result of Gaps 1-4 |
Step 4 — Prioritize and intervene
Rank dimensions by gap magnitude weighted by importance. Target the largest negative gaps first.
Output Format
## SERVQUAL Analysis: [Service Context]
### Gap Scores by Dimension
| Dimension | Expectation (E) | Perception (P) | Gap (P-E) | Priority |
|-----------|----------------|-----------------|-----------|----------|
| Tangibles | | | | |
| Reliability | | | | |
| Responsiveness | | | | |
| Assurance | | | | |
| Empathy | | | | |
### Organizational Gap Diagnosis
- Gap 1 (Knowledge): ...
- Gap 2 (Standards): ...
- Gap 3 (Delivery): ...
- Gap 4 (Communication): ...
### Improvement Recommendations
1. [Dimension]: [specific action]
2. ...
Gotchas
- Expectation scores tend to cluster high (ceiling effect), compressing diagnostic variance
- The 22-item instrument is often adapted — document any modifications for validity
- Reliability and Responsiveness typically dominate importance weights across industries
- Zone of tolerance exists between desired and adequate expectations — measure both for richer insight
- SERVPERF (Cronin & Taylor, 1992) argues perception-only measurement is sufficient — know the debate
- Cultural norms shift dimension weights: collectivist cultures weight Empathy higher
References
- Parasuraman, A., Zeithaml, V. A., & Berry, L. L. (1988). SERVQUAL: A multiple-item scale for measuring consumer perceptions of service quality. Journal of Retailing, 64(1), 12-40.
- Parasuraman, A., Zeithaml, V. A., & Berry, L. L. (1985). A conceptual model of service quality and its implications for future research. Journal of Marketing, 49(4), 41-50.
- Cronin, J. J., & Taylor, S. A. (1992). Measuring service quality: A reexamination and extension. Journal of Marketing, 56(3), 55-68.
Reviews
No reviews yet. Be the first.
Related
Verification Before Completion
Evidence before assertions, always
Writing Plans
Turn specs into phased implementation plans
Test-Driven Development
Red → green → refactor discipline for any feature or bugfix
mh install skills/grad-servqual