What problem does it solve? Starting work on a large full-stack codebase wastes context window space when the agent loads backend code irrelevant to a UI task. This Skill primes the agent with only the frontend portion — components, routing, state management, and styling — so frontend work begins with focused, accurate understanding. ## Core Features & Use Cases - Targeted Frontend Analysis: Locates the frontend root (frontend/, client/, web/, app/), reads entry points, routing, state setup, and representative components while skipping unrelated backend code. - External Task Context: Optionally pulls Jira issues and Confluence pages via Atlassian MCP tools first, anchoring the analysis to actual acceptance criteria and specs. - Structured Summary Report: Produces a scannable report covering framework, component patterns, directory map, conventions, and current git state. - Use Case: At the start of a session scoped to a UI ticket like ACC-2, run the skill with the Jira key so the agent loads the issue's acceptance criteria and then maps the relevant React components and styling conventions before writing any code. ## Quick Start Ask the agent to prime the frontend context for this repository, optionally passing a Jira issue key such as ACC-2 to include its task context.