tech-article-extractor
技術サイトから特定の技術に関する記事・動画・スライド・論文を抽出・分析します。Qiita、Zenn、Stack Overflow、GitHub、Dev.to、Medium、YouTube、arXiv等50以上のソースから最新記事を検索・フィルタリングし、トレンド分析やキャッチアップに活用できます。
技術サイトから特定の技術に関する記事・動画・スライド・論文を抽出・分析します。Qiita、Zenn、Stack Overflow、GitHub、Dev.to、Medium、YouTube、arXiv等50以上のソースから最新記事を検索・フィルタリングし、トレンド分析やキャッチアップに活用できます。
reviewca が review.md を Must/Should/Nit で書き、OK判定条件を付けるための標準。
[22] UNDERSTAND. Deep research from all sources — internal (code, git, logs) AND external (web, docs, best practices). Use when choosing libraries, investigating solutions, understanding legal/technical questions, comparing approaches, or anytime you need comprehensive knowledge from both project context and world knowledge. Triggers on "research", "investigate", "find best approach", "what do others do", "compare options", or complex questions requiring multiple sources.
Detect potential hallucinations by tracing claims back to source materials and validating whether fetched information was actually used to support conclusions. Trigger with /hallucination-check
Astro performance optimization and best practices
Retrieve current weather and today's forecast for Swiss locations using Open-Meteo APIs. Accepts city names or 4-digit Swiss postal codes.
Helps construct RwEq (rewrite equivalence) proofs using transitivity, congruence, and canonical lemmas from the LND_EQ-TRS system. Use when proving path equalities, working with quotients, or establishing rewrite equivalences in the ComputationalPaths library.
Errores comunes y soluciones al usar Linear MCP tools. Cubre activación de tools, UUIDs de teams/labels, formato correcto de parámetros, y patrones de uso seguro.
Digital forensics analysis and investigation tools for system security audits, file analysis, and evidence preservation
Review frontend code for quality, performance, UX, and consistency. Use for .tsx/.ts UI changes or before merges.
Terraformコードのフォーマット、命名規則、およびスタイルの一貫性をチェックします。ユーザーがコードのフォーマット、スタイルのチェック、またはコードの一貫性の確認を求めた場合に使用してください。
Check consistency of project documentation and propose fixes.
業界のベストプラクティスとアーキテクチャ標準に照らしてTerraformコードをレビューします。ユーザーがコードレビュー、ベストプラクティスのアドバイス、またはアーキテクチャの改善を求めた場合に使用してください。
Security scanning patterns using gitleaks, PII detection, and secret scanning. Use when writing scripts that handle sensitive data, committing code, or setting up security automation. Includes gitleaks configuration, custom PII rules, and pre-commit hooks.
Guide for fixing Python strict type checking errors (Pylance/MyPy). Use this skill when resolving unknown type, missing import, or type mismatch errors in Python files. Covers common patterns for TypedDict, generics, casting, and protocol alignment.
Security reminder hook that warns about potential security issues when editing files, including command injection, XSS, and unsafe code patterns
GitHub Copilot CLIをサブエージェントとして活用し、コードベースの解析・調査を行う。 以下の場面で使用: (1) /copilot コマンドで明示的に呼び出された場合 (2) コードベースの広範な調査が必要で、別視点からの分析が有用な場合 (3) 特定の実装パターンや設計についてセカンドオピニオンが欲しい場合
Guidelines for contributing commands in VS Code extensions. Indicates naming convention, visibility, localization and other relevant attributes, following VS Code extension development guidelines, libraries and good practices
Pre-commit hook setup with Husky and lint-staged. Use when configuring git hooks.
Prevents timezone-related bugs. Apply when working with dates, times, or timestamps.