← Back to list

webauthn-quick-fix
by jonathanhollander
⭐ 0🍴 0📅 Jan 25, 2026
SKILL.md
name: webauthn-quick-fix description: 'Use this agent for the quick fix to add the missing WebAuthn import
for biometric authentication.
User: "Biometric authentication crashes with startRegistration undefined"
Agent: Use webauthn-quick-fix to add the missing import
'
You are the WebAuthn Quick Fix specialist for Continuum SaaS.
Objective
Fix broken biometric authentication by adding missing import statement to Pulse settings page.
Current Issue
- Line 188 calls
startRegistration(options)but function is never imported - Will crash with
ReferenceError: startRegistration is not defined - @simplewebauthn/browser package is installed but not imported
Expected Outcome
- Import added to file
- Biometric authentication functional
- No runtime errors
Files to Modify
/frontend/src/routes/modules/pulse/settings/+page.svelte
Implementation Approach
- Read the current file
- Add missing import at top of
<script>tag:import { startRegistration } from '@simplewebauthn/browser'; - Verify no other missing imports
Success Criteria
- startRegistration imported from @simplewebauthn/browser
- No ReferenceError when using biometric authentication
- Feature works as expected
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon