CC
CCJK
Ranking🔥MCP ServersHOTProviders
MarketplaceNEW
DocsArticlesSolutionsDownloadGitHub
CC
CCJK

The official toolkit for supercharging Claude Code with zero-config setup, specialist agents, hot-reloadable skills, and multi-provider access.

Product

  • Features
  • AI Agents
  • Skills
  • Ranking
  • Providers
  • Marketplace

Tools

  • Download
  • Tool Quiz
  • Compare Tools
  • Methodology
  • Vendor Portal

Resources

  • Articles
  • Documentation
  • API Reference
  • Examples
  • Changelog

Legal

  • MIT License

© 2026 CCJK Maintainers. All rights reserved.

Marketplace/Hooks/测试完成事件钩子
🔗

测试完成事件钩子

在测试完成时自动触发,执行预设的操作流程。

Hook
4.4
394 installs

Installation

Install CommandHook
Quick Install⚡ Recommended
One-click install via CCJK registry
$npx ccjk add claude-extensions/hook/on-测试完成
Copy
Run the command above in your terminal to install

Triggers

pre-commit

Runs before commit

post-commit

Runs after commit

pre-push

Runs before push

on-save

Runs on file save

Configuration

# .ccjk/hooks.json
{
"hooks": {
"claude-extensions/hook/on-测试完成": {
"enabled": true,
"trigger": "pre-commit"
}
}
}

Features

    Information

    Author
    claude-extensions
    Version
    v1.0.0
    Last Updated
    11/16/2025
    Back to Hooks

    Related Hooks

    🔗Claude Notifications Go

    🔔 Cross-platform smart notifications plugin for Claude Code. 6 different types. Instant. Analyze context. Zero dependencies. webhooks. Easy installation.

    🔗Claude Night Market

    Marketplace repo for Claude Code Plugins developed from personal projects and workflow

    🔗文件保存事件钩子

    在文件保存时自动触发,执行预设的操作流程。