Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .claude/skills/fxa-jira-bug-description/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,32 @@ Incorporate findings directly into Root Cause and Key Reference Files. Surface g

## Step 3: Output

Use this template:

```
## Summary
_One-line description of the bug._

## Steps to Reproduce
1. _Start on this page_
2. _Click this button_
3. _Observe this behavior_
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🇨🇦 🙌


## Expected
_What should happen._

## Actual
_What actually happens._

## Environment
_Browser, OS, env (prod/stage/local), user/account if relevant._

## Notes
_Logs, screenshots, Sentry links._
Comment on lines +45 to +62
```

Include this information:

**Summary:** `[area] <concise bug description>` — e.g. `[auth] Passkey registration fails silently when device has no authenticator`

**Background:**
Expand Down