auroraview: Command for Claude Code

.codebuddy/commands/mcp-quick-test.md

mcp-quick-test is a command for Claude Code from loonghao/auroraview. It costs 0 tokens per session (582 once invoked), scanned A, original, MIT.

A command for checking the main functions of the AuroraView MCP server, a service that lets coding tools interact with the AuroraView application. It also guides you through recording results and summarizing problems.

In plain words
What is it for?
Checking project information, examples, running instances, screenshots, page structure, and API methods, then documenting failures and choosing whether to fix them, create a branch, open an issue, or propose a design change.
Why use it?
It provides a repeatable checklist for confirming that the server connects, exposes its examples, controls a running application, and bridges to its Python API.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md).

This is loonghao/auroraview's own configuration. It tells Claude Code how to work on auroraview itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything auroraview configures →

Reuse

Borrowing it

Nothing to install: this file belongs to loonghao/auroraview. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/loonghao/auroraview/main/.codebuddy/commands/mcp-quick-test.md
Clone the repo
git clone --depth 1 https://github.com/loonghao/auroraview

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mcp-quick-test

README.md
[![agentmods](https://agentmods.dev/badge/commands/loonghao/auroraview/mcp-quick-test.svg)](https://agentmods.dev/commands/loonghao/auroraview/mcp-quick-test)
Your own site
<a href="https://agentmods.dev/commands/loonghao/auroraview/mcp-quick-test"><img src="https://agentmods.dev/badge/commands/loonghao/auroraview/mcp-quick-test.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 582 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00582
Opus 5 $0.00000 $0.00291
Sonnet 5 $0.00000 $0.00116
Haiku 4.5 $0.00000 $0.00058

Measured 8d ago against content hash 30a7538305f7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

mcp-quick-test scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.codebuddy/commands/mcp-quick-test.md · 72 lines

What it actually says

快速测试 auroraview-dev MCP 服务器的所有核心功能。

测试流程

请依次执行以下测试:

  1. 获取项目信息 - 调用 get_project_info 验证 MCP 服务器正常运行
  2. 获取可用示例 - 调用 get_samples 列出所有可用示例
  3. 发现实例 - 调用 discover_instances 查看运行中的 AuroraView 实例
  4. 启动 Gallery - 如果没有实例,调用 run_gallery 启动 Gallery (端口 9222)
  5. 连接实例 - 调用 connect(port=9222) 连接到 Gallery
  6. 截图验证 - 调用 take_screenshot 截图确认连接成功
  7. 获取页面快照 - 调用 get_snapshot 获取页面结构
  8. 测试 API - 调用 list_api_methodscall_api 测试 Python API 桥接

测试报告

测试完成后,生成测试报告:

步骤 工具 状态 结果/问题
1 get_project_info ?
2 get_samples ?
... ... ...

问题处理

如果发现问题,请按以下格式总结:

## Issue Summary

**Type**: Bug / Missing Feature / Design Flaw
**Severity**: Critical / High / Medium / Low
**Component**: affected file/module

**Problem**: Brief description

**Root Cause**: Why this happens

**Impact**: What is affected

然后等待开发者确认如何处理:

  1. 在当前分支修复 - 小改动,直接修复
  2. 创建新分支 - 较大改动,需要隔离 (基于 remote main)
  3. 创建 GitHub Issue - 记录待办,暂不处理
  4. 创建 RFC 提案 - 设计变更,需要讨论

请选择: [1/2/3/4]

创建新分支流程 (选项 2)

# 1. 获取最新的 remote main
git fetch origin main

# 2. 基于 remote main 创建新分支
git checkout -b fix/issue-name origin/main

# 3. 修改代码...

# 4. 提交并推送
git add -A
git commit -m "fix: description"
git push -u origin fix/issue-name

# 5. 创建 PR (可选)
gh pr create --title "fix: description" --body "..."
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 72 lines · 0 tokens per session scan A 30a7538305f7

Subscribe to this mod's changes

mcp-quick-test is a command published in the GitHub repository loonghao/auroraview (44 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 582 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.