スキル一覧に戻る
jonathanhollander

webauthn-quick-fix

by jonathanhollander

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

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

  1. /frontend/src/routes/modules/pulse/settings/+page.svelte

Implementation Approach

  1. Read the current file
  2. Add missing import at top of <script> tag:
    import { startRegistration } from '@simplewebauthn/browser';
    
  3. Verify no other missing imports

Success Criteria

  • startRegistration imported from @simplewebauthn/browser
  • No ReferenceError when using biometric authentication
  • Feature works as expected

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です