ui-test

Automate CC Director WPF UI interactions via the cc-click CLI tool.

94|11|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/thefrederiksen/cc-director --skill ui-test-thefrederiksen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-test
Source: https://github.com/thefrederiksen/cc-director/tree/main/.claude/skills/ui-test
Command: npx skills add https://github.com/thefrederiksen/cc-director --skill ui-test-thefrederiksen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows for programmatic interaction with and testing of the CC Director desktop application, automating UI actions and verifying application behavior.

Core Features & Use Cases

  • UI Automation: Execute clicks, type text, and perform right-clicks on UI elements within the CC Director application.
  • Testing & Verification: Capture screenshots, list UI elements, and read text content to validate application state and functionality.
  • Use Case: Automatically open a new session, type a command into the prompt, and then take a screenshot to confirm the action was successful.

Quick Start

Use the ui-test skill to click the '+ New Session' button in the CC Director application.

Frequently Asked Questions about ui-test

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

FAQPage Schema
How do I automate UI interactions for the CC Director desktop application?

You can automate UI interactions for the CC Director desktop application by using the ui-test Skill to execute clicks, type text, and perform right-clicks via the cc-click CLI tool.

Can I capture screenshots to verify application state during UI automation?

Yes, you can capture screenshots to verify application state during UI automation; the Skill supports screenshot capture, listing UI elements, and reading text content to validate functionality.

Do I need the .NET 10 Desktop Runtime to run UI tests on CC Director?

Yes, you need the .NET 10 Desktop Runtime installed and the cc-click executable available to run UI tests on the CC Director WPF application.

What's the best way to programmatically open a new session and type a command in CC Director?

The best way to programmatically open a new session and type a command in CC Director is to use the Skill to click the '+ New Session' button, type into the prompt, and capture a screenshot to confirm the action.

Does UI automation for WPF applications require a specific CLI tool?

UI automation for the CC Director WPF application requires the cc-click CLI tool, which enables UI element manipulation, screenshot capture, and text reading for operational control.