/whois auth # Who knows about authentication?
/whois # Show full team expertise map
/whois --user alice # What does Alice know about?
## Expertise Map: authentication
| Author | Expertise Score | Key Entries | Last Active |
|--------|----------------|-------------|-------------|
| Norrie Taylor | 0.85 | OAuth middleware, org restriction, auth audit | 2026-04-05 |
Related expertise: deployment, middleware, security
Summary
Add a
/whoisskill that maps team members to their areas of expertise based on their knowledge base contributions.Behavior
Implementation
Uses NetworkX (#138) to build an author→tag→entry graph:
nx.degree_centrality()ranks expertise areas per authorOutput
Dependencies
References