スキル一覧に戻る
grandinh

validation-trigger

by grandinh

Multi-agent orchestration framework with cc-sessions. Some pipelines awaken. This one hungers.

2🍴 0📅 2025年12月6日
GitHubで見るManusで実行

SKILL.md


name: validation-trigger description: Natural language wrapper for validation commands - automatically triggers /validate-and-fix when users request quality checks, linting, or auto-fixes schema_version: 1.0

validation-trigger

Type: WRITE-CAPABLE DAIC Modes: IMPLEMENT only Priority: Medium

Trigger Reference

This skill activates on:

  • Keywords: "fix linting", "validate code", "quality check", "auto-fix", "run quality checks", "fix issues", "lint", "format code", "fix formatting"
  • Intent Patterns: (fix|validate|check).*(lint|quality|code|issues), auto.*?fix, quality.*?(check|validate), run.*?checks, (format|lint).*?code

From: skill-rules.json - validation-trigger configuration

Purpose

Automatically trigger validation and auto-fix commands (/validate-and-fix) when users request code quality checks or automatic fixes using natural language.

Core Behavior

When activated in IMPLEMENT mode:

  1. Validation Intent Detection

    • Detect quality check and auto-fix requests
    • Route to validation command
  2. Command Invocation

    • "fix linting" → /validate-and-fix
    • Command runs linting, type checks, tests, and auto-fixes issues

Natural Language Examples

Triggers this skill:

  • ✓ "Fix linting errors"
  • ✓ "Validate code quality"
  • ✓ "Auto-fix issues"
  • ✓ "Run quality checks"
  • ✓ "Format code"

Safety Guardrails

WRITE-CAPABLE RULES:

  • ✓ Only execute in IMPLEMENT mode
  • ✓ Verify active task before auto-fixing
  • ✓ Command modifies files to fix issues

スコア

総合スコア

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

レビュー

💬

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