briefing

Generate a person-focused briefing stub from trigger prompts for fixture testing.

1|Updated May 9, 2026
One-click install
npx skills add https://github.com/weiping/gbrain-cn --skill briefing-weiping
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: briefing
Source: https://github.com/weiping/gbrain-cn/tree/main/test/fixtures/openclaw-mixed-merge/skills/briefing
Command: npx skills add https://github.com/weiping/gbrain-cn --skill briefing-weiping

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps convert a request about a specific person into a concise briefing, reducing time spent on manual summarization.

Core Features & Use Cases

  • Briefing output stub for fixture testing: Provides a predictable placeholder for regression tests.
  • Trigger-driven invocation: Activates when the input matches a “Briefing on someone” trigger pattern.
  • Use case: When running automated tests for briefing-style agent flows, use this stub to validate wiring without relying on live generation.

Quick Start

Ask your AI agent for a briefing on someone to trigger the briefing stub used in fixture testing.

Frequently Asked Questions about briefing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a briefing stub for regression testing?

A briefing stub provides a predictable placeholder output for regression testing. It validates agent wiring and fixture behavior during automated test harness scenarios without relying on live data generation.

What is fixture testing for agent triggers?

Fixture testing for agent triggers validates that deterministic inputs produce expected outputs. This Skill supplies a predictable briefing stub to test harness scenarios, ensuring agent wiring functions correctly without live generation dependencies.

Can I use a briefing stub for automated test harness scenarios?

Yes, you can use this briefing stub for automated test harness scenarios. It activates via trigger-driven invocation when the input matches a briefing on someone pattern, providing deterministic fixture behavior for regression validation.

Do I need external dependencies to trigger a briefing on someone?

No external runtime dependencies are required to trigger a briefing on someone. The Skill supports trigger metadata and requires only YAML frontmatter with a name and description to function within the test harness.

How does trigger-driven invocation work for person-focused briefings?

Trigger-driven invocation activates when user prompts match a briefing on someone pattern. This mechanism generates a person-focused briefing stub, reducing manual summarization effort during automated regression testing flows.

When should I use a deterministic briefing stub instead of live generation?

Use a deterministic briefing stub instead of live generation when running automated tests for briefing-style agent flows. It validates wiring predictably in regression scenarios where live data generation would introduce instability.