issue-audit
Understand how a team organizes work in Linear. Helps PMs onboarding to new teams learn conventions, see examples, and know what questions to ask.
What this skill does
# Issue Audit
Understand how a team organizes and writes issues in Linear. Helps PMs onboarding to new teams learn conventions, see examples, and know what questions to ask.
## Prerequisites
- Linear MCP must be configured
## Entry Point
When this skill is invoked, start with:
```
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ISSUE AUDIT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Learn how a team organizes work in Linear.
Helps you onboard faster and follow team conventions.
Which team do you want to analyze?
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
```
## Usage
```
/issue-audit [team name]
```
**Examples:**
- `/issue-audit Customer Experience`
- `/issue-audit Platform`
- `/issue-audit "Data Engineering"`
## What Happens
1. Invokes the **team-organization-analyzer** agent with your team name
2. Agent fetches team structure: workflow states, labels, cycles
3. Samples 9 issues (3 active, 3 completed, 3 backlog)
4. Analyzes patterns and infers conventions
## What You'll Learn
- **Workflow**: How issues flow through states (Triage -> Done)
- **Labels**: What taxonomy the team uses (Type, Area, Priority)
- **Cycles**: Whether they use sprints and cadence
- **Patterns**: How they write issues (descriptions, titles, hierarchy)
- **Conventions**: What a new PM should follow
## Sample Size Philosophy
9 issues is intentional - enough to observe patterns without overwhelming. The agent:
- Won't apologize for limited data
- Reports specific observations ("5 of 9 have descriptions")
- Infers conventions from patterns
- Offers concrete drill-down prompts
## After the Report
Explore further:
- "Show me issue [ID]" - Full details on any sample
- "Show me 3 parent issues" - See epic structure
- "Show me issues labeled [X]" - Filter by label
- "Run /issue-audit on [other team]" - Compare patterns
## Relationship to Other Commands
```
/linear-calibrate → Workspace-wide health (30,000 ft view)
↓
┌────┴────┐
↓ ↓
/project-health /issue-audit
[project] [team]
(execution health) (organization patterns) ← THIS COMMAND
```
- `/linear-calibrate` flags workspace-level issues
- `/project-health` checks if a specific project is on track
- `/issue-audit` helps PM understand how a team works
---
*Part of PM Thought Partner Linear analysis suite*
Related in Security
mac-ops
IncludedComprehensive macOS workstation operations — diagnose kernel panics, identify failing drives, audit launchd startup items, decode wake reasons, triage TCC permission denials, manage APFS snapshots, recover from no-boot. Use for: Mac is slow, slow bootup, won't boot, kernel panic, kernel_task hot, mds_stores CPU, photoanalysisd, cloudd, login loop, gray screen, sleep wake failure, drive failing, IO errors, APFS snapshots eating space, Time Machine local snapshots, Spotlight indexing, launchd, LaunchAgent, LaunchDaemon, login items, TCC permissions, Full Disk Access, Screen Recording denied, Gatekeeper, quarantine, com.apple.quarantine, app is damaged, helper tool, /Library/PrivilegedHelperTools, pmset, wake reasons, dark wake, sysdiagnose, panic.ips, DiagnosticReports, configuration profile, MDM profile, remote diagnostics over SSH.
a11y-audit
IncludedRun accessibility audits on web projects combining automated scanning (axe-core, Lighthouse) with WCAG 2.1 AA compliance mapping, manual check guidance, and structured reporting. Output is configurable: markdown report only, markdown plus machine-readable JSON, or markdown plus issue tracker integration. Use this skill whenever the user mentions "accessibility audit", "a11y audit", "WCAG audit", "accessibility check", "compliance scan", or asks to check a web project for accessibility issues. Also trigger when the user wants to verify WCAG conformance or map findings to a specific standard (CAN-ASC-6.2, EN 301 549, ADA/AODA).
erpclaw
IncludedAI-native ERP system with self-extending OS. Full accounting, invoicing, inventory, purchasing, tax, billing, HR, payroll, advanced accounting (ASC 606/842, intercompany, consolidation), and financial reporting. 413 actions across 14 domains, 43 expansion modules. Constitutional guardrails, adversarial audit, schema migration. Double-entry GL, immutable audit trail, US GAAP.
assess
IncludedAssesses and rates quality 0-10 across multiple dimensions (correctness, maintainability, security, performance, testability, simplicity) with pros/cons analysis. Compares against project conventions and prior decisions from memory. Produces structured evaluation reports with actionable improvement suggestions. Use when evaluating code, designs, architectures, or comparing alternative approaches.
spring-boot-security-jwt
IncludedProvides JWT authentication and authorization patterns for Spring Boot 3.5.x covering token generation with JJWT, Bearer/cookie authentication, database/OAuth2 integration, and RBAC/permission-based access control using Spring Security 6.x. Use when implementing authentication or authorization in Spring Boot applications.
code-hardcode-audit
IncludedDetect hardcoded values, magic numbers, and leaked secrets. TRIGGERS - hardcode audit, magic numbers, PLR2004, secret scanning.