Source profileQuality 64/100

affaan-m/ECC/docs/ja-JP/skills/canary-watch/SKILL.md

canary-watch

Review canary-watch's use cases, installation, workflow, and original source instructions.

Source repository stars
234,327
Declared platforms
0
Static risk flags
1
Last source update
2026-07-27
Source checked
2026-07-28

Decision brief

What it does—and where it fits

このスキルを使用して、デプロイメント、マージ、または依存関係アップグレード後にデプロイされたURLの回帰を監視します。

Best for

    Not for

    • Tasks that require unconfirmed production actions or broad system permissions.
    • Environments where the pinned source and install steps cannot be inspected.

    Compatibility matrix

    Platform support, with evidence labels

    PlatformStatusEvidenceWhat to check
    CodexNot declaredNo explicit evidencePortability before use
    Claude CodeNot declaredNo explicit evidencePortability before use
    CursorNot declaredNo explicit evidencePortability before use
    Gemini CLINot declaredNo explicit evidencePortability before use
    Open the compatibility checker

    Installation

    Inspect first. Install second.

    The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

    Source-detected install commandSource
    npx skills add https://github.com/affaan-m/ECC --skill "docs/ja-JP/skills/canary-watch"
    Safe inspection promptEditorial

    Inspect the Agent Skill "canary-watch" from https://github.com/affaan-m/ECC/blob/4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38/docs/ja-JP/skills/canary-watch/SKILL.md at commit 4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

    Workflow

    What the source asks the agent to do

    1. 01

      使用時期

      本番またはステージングへのデプロイ後

      本番またはステージングへのデプロイ後危険なPRをマージした後修正が実際に修正されたことを確認したい場合
    2. 02

      動作方法

      デプロイされたURLの回帰を監視します。停止されるか監視ウィンドウが期限切れになるまで、ループで実行されます。

      デスクトップ通知(macOS/Linux)オプション:Slack/Discord Webhook/.claude/canary-watch.logにログ
    3. 03

      監視内容

      Review the “監視内容” section in the pinned source before continuing.

      Review and apply the “監視内容” source section.

    Permission review

    Static risk signals and limitations

    Network access

    medium · line 30

    The documentation includes network, browsing, or remote request actions.

    /canary-watch https://myapp.com

    Network access

    medium · line 35

    The documentation includes network, browsing, or remote request actions.

    /canary-watch https://myapp.com --interval 5m --duration 2h

    Evidence record

    Why each signal appears

    EvidenceSourceComputedTestedEditorial
    SignalValueEvidence typeMeaning
    Quality score64/100ComputedDocumentation, specificity, maintenance, and trust rules
    Repository stars234,327SourceRepository attention, not individual Skill quality
    Compatibility0 platformsSourceDeclared in the catalog source record
    Usage guidecatalog recordEditorialGenerated or reviewed according to the visible evidence level

    Pinned source

    Provenance and original SKILL.md

    Repository
    affaan-m/ECC
    Skill path
    docs/ja-JP/skills/canary-watch/SKILL.md
    Commit
    4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38
    License
    MIT
    Collected
    2026-07-28
    Default branch
    main
    View the original SKILL.md

    カナリアウォッチ — デプロイ後の監視

    使用時期

    • 本番またはステージングへのデプロイ後
    • 危険なPRをマージした後
    • 修正が実際に修正されたことを確認したい場合
    • ローンチウィンドウ中の継続的監視
    • 依存関係アップグレード後

    動作方法

    デプロイされたURLの回帰を監視します。停止されるか監視ウィンドウが期限切れになるまで、ループで実行されます。

    監視内容

    1. HTTPステータス — ページは200を返していますか?
    2. コンソールエラー — 以前なかった新しいエラーはありますか?
    3. ネットワークの障害 — 失敗したAPIコール、5xx応答?
    4. パフォーマンス — LCP/CLS/INPの回帰対ベースライン?
    5. コンテンツ — 主要な要素は消えましたか?(h1、nav、footer、CTA)
    6. API健康 — 重要なエンドポイントはSLA内で応答していますか?
    

    監視モード

    クイックチェック(デフォルト):シングルパス、レポート結果

    /canary-watch https://myapp.com
    

    継続監視:N分ごとにM時間チェック

    /canary-watch https://myapp.com --interval 5m --duration 2h
    

    差分モード:ステージング対本番を比較

    /canary-watch --compare https://staging.myapp.com https://myapp.com
    

    警告しきい値

    critical:  # 即座の警告
      - HTTPステータス != 200
      - コンソールエラー数 > 5(新しいエラーのみ)
      - LCP > 4s
      - APIエンドポイントは5xxを返す
    
    warning:   # レポートで報告
      - LCP ベースラインから > 500ms増加
      - CLS > 0.1
      - 新しいコンソール警告
      - レスポンス時間 > 2xベースライン
    
    info:      # ログのみ
      - マイナーパフォーマンス分散
      - 新しいネットワークリクエスト(サードパーティスクリプトが追加された?)
    

    通知

    重大なしきい値を超えたとき:

    • デスクトップ通知(macOS/Linux)
    • オプション:Slack/Discord Webhook
    • ~/.claude/canary-watch.logにログ

    出力

    ## Canary Report — myapp.com — 2026-03-23 03:15 PST
    
    ### Status
    - ✓ HTTP 200
    - ✓ No critical errors
    - ✓ LCP within SLA (1.8s)
    
    ### Diffs from Baseline
    - CLS: 0.08 (↓ 0.02)
    - Response: 245ms (↑ 12ms, OK)
    - Network: 42 requests (↑ 3, investigate third-party?)
    

    統合

    • /benchmarkとペアリングしてパフォーマンス比較
    • /browser-qaとペアリングして完全なUIテスト
    • CI/CDパイプラインに組み込んでオートメーション監視

    Alternatives

    Compare before choosing