feat: GitHub Actions CIログ解析エージェントとスキルを追加#72
Merged
stotic-dev merged 2 commits intomainfrom Jan 31, 2026
Merged
Conversation
- ci-log-analyzerエージェントの定義を追加 - ログ構造の理解とパターン認識 - 問題の重要度判断基準 - 根本原因の特定と解決策提案 - analyze-ci-logsスキルの定義を追加 - gh CLIを使用したログ取得方法 - フィルタリングとログ解析手法 - エラー調査とステータス確認の出力形式
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
CI/CDパイプラインのトラブルシューティングを効率化するため、GitHub Actionsのログを自動解析するエージェントとスキルを追加しました。
追加内容
1. ci-log-analyzerエージェント
GitHub Actionsのログ解析に特化したエージェント定義
主な機能:
2. analyze-ci-logsスキル
CIログ解析を実行するスキル定義
主な機能:
メリット
変更ファイル
.claude/agents/ci-log-analyzer.md: エージェント定義.claude/skills/analyze-ci-logs/SKILL.md: スキル定義