skills/dami-randle/persona-testing/SKILL.md
Test LogiDocs Certify features from customer persona perspectives. Use when the user wants to test features as a customer, get simulated feedback, review UI from user perspective, or mentions "test as Aftrac", "test as Sirius", "customer feedback", "user testing", or "persona review".
npx skillsauth add aiskillstore/marketplace persona-testingInstall 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.
Test LogiDocs Certify from customer perspectives to identify UX issues, missing features, and friction points before actual customer feedback.
Use this skill when:
Agent: aftrac-tester
User: Thabo Molefe - Quality & Compliance Manager
Context: First-time compliance, CE/UKCA marking, ~50 components
Invoke: "Test this feature as Aftrac" or "What would Thabo think of this?"
Agent: sirius-tester
User: Kate & Steve - Senior ISO Consultants
Context: 1,200+ clients, ISO 9001/14001/45001
Invoke: "Review this as Sirius" or "Would Kate recommend this to clients?"
Review the documents page from Aftrac's perspective.
As Sirius, test the signup flow and evaluate credibility.
Generate feedback Aftrac would give after uploading 20 documents.
| Aspect | Aftrac | Sirius | |--------|--------|--------| | Role | End User | Consultant | | Expertise | Limited | Expert | | Need | Guidance | Efficiency | | Risk | Getting lost | Reputation damage | | UX Priority | Clarity | Speed |
After testing, generate:
## Persona Testing Report: [Feature]
### Tested As: [Persona]
### First Impressions
- [What they notice immediately]
### Positive Observations
- [What works well]
### Friction Points
- [Where they struggle]
### Missing Features
- [What they expected]
### Recommendations
- [Priority fixes]
### Quote (In Character)
> "[What they would actually say]"
This skill works with the persona agents:
.claude/agents/aftrac-tester.md.claude/agents/sirius-tester.mdThe agents contain detailed persona context, while this skill provides testing methodology.
development
Apple Human Interface Guidelines for content display components. Use this skill when the user asks about charts component, collection view, image view, web view, color well, image well, activity view, lockup, data visualization, content display, displaying images, rendering web content, color pickers, or presenting collections of items in Apple apps. Also use when the user says how should I display charts, what's the best way to show images, should I use a web view, how do I build a grid of items, what component shows media, or how do I present a share sheet. Cross-references: hig-foundations for color/typography/accessibility, hig-patterns for data visualization patterns, hig-components-layout for structural containers, hig-platforms for platform-specific component behavior.
tools
Automate HelpDesk tasks via Rube MCP (Composio): list tickets, manage views, use canned responses, and configure custom fields. Always search tools first for current schemas.
testing
Expert Haskell engineer specializing in advanced type systems, pure functional design, and high-reliability software. Use PROACTIVELY for type-level programming, concurrency, and architecture guidance.
tools
GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper controls, clients can craft queries that bring down your server. This skill covers schema design, resolvers, DataLoader for N+1 prevention, federation for microservices, and client integration with Apollo/urql. Key insight: GraphQL is a contract. The schema is the API documentation. Design it carefully.