Tyrizx avatar

Tyrizx

Official

@Tyrizx

0Followers
|
3Public Repos
|
63Published Skills

Tyrizx brings a fully offline, Android‑optimized code editor based on OpenVSCode Server experience on mobile.

Skills Distribution
DomainDeveloper To...VS Code Core Devel.. (35%)Testing & CI/CD Pi.. (25%)Performance & Memo.. (20%)Agent Customizatio.. (12%)

Agent Skills by Tyrizx

Showing 63 vetted skills indexed across 1 GitHub repositories.

TyrizxTyrizx

launch

Launch Code OSS builds with isolated profiles and unique debug ports for Playwright automation and dap-cli debugging.

Official
Advanced
TyrizxTyrizx

github-copilot-upgrader

Upgrades the @github/copilot npm package and resolves resulting compilation and test failures.

Official
Intermediate
TyrizxTyrizx

init

Generate or update agent instruction files and chat customizations for AI coding agents.

Official
Intermediate
TyrizxTyrizx

agent-customization

Create and troubleshoot VS Code Copilot customization files including instructions, prompts, agents, hooks, and skills.

Official
Intermediate
TyrizxTyrizx

troubleshoot

Diagnose unexpected chat agent behavior by analyzing Copilot debug JSONL logs.

Official
Advanced
TyrizxTyrizx

project-setup-info-local

Scaffolds complete project structures for VS Code extensions, Next.js, Vite, MCP servers, and Python projects.

Official
Intermediate
TyrizxTyrizx

create-prompt

Creates reusable .prompt.md files for repeatable AI assistant tasks.

Official
Basic
TyrizxTyrizx

project-setup-info-context7

Scaffolds complete project structures in VS Code workspaces using context7 library documentation.

Official
Basic
TyrizxTyrizx

create-skill

Creates reusable SKILL.md files that package workflows into discoverable skills.

Official
Basic
TyrizxTyrizx

install-vscode-extension

Installs VS Code extensions by extension ID using the workbench command.

Official
Basic
TyrizxTyrizx

create-instructions

Create .instructions.md files that codify project rules and coding conventions.

Official
Intermediate
TyrizxTyrizx

create-agent

Creates custom .agent.md agent definition files for specialized jobs.

Official
Basic
TyrizxTyrizx

chronicle

Analyze Copilot session history to generate standup reports, usage tips, and session search results.

Official
Advanced
TyrizxTyrizx

get-search-view-results

Retrieve current search results from the VS Code Search view.

Official
Basic
TyrizxTyrizx

create-hook

Creates JSON hook files that enforce policies or automate agent lifecycle events.

Official
Intermediate
TyrizxTyrizx

code-oss-logs

Locate and read timestamped process logs from Code OSS dev builds.

Official
Intermediate
TyrizxTyrizx

chat-customizations-editor

Guides development and testing of the VS Code Chat Customizations management editor.

Official
Advanced
TyrizxTyrizx

policy-and-managed-settings

Route enterprise Copilot and VS Code controls to the correct policy implementation channel.

Official
Advanced
TyrizxTyrizx

memory-leak-audit

Audit TypeScript code for memory leaks and disposable lifecycle issues.

Official
Intermediate
TyrizxTyrizx

component-fixtures

Creates and updates component fixtures for screenshot testing of VS Code UI components.

Official
Advanced
TyrizxTyrizx

author-contributions

Identifies all files an author contributed to on a branch, tracing contributions through git renames.

Official
Intermediate
TyrizxTyrizx

symbolicate-crash-dump

Symbolicate native VS Code crash dumps into readable backtraces using electron-minidump.

Official
Advanced
TyrizxTyrizx

azure-pipelines

Queue, monitor, and cancel Azure DevOps pipeline builds for VS Code validation.

Official
Advanced
TyrizxTyrizx

fix-ci-failures

Diagnose and fix failing CI checks on GitHub pull requests using the gh CLI.

Official
Advanced

Frequently Asked Questions About Tyrizx

FAQPage Schema
What tasks can I accomplish using Tyrizx's skills?▼

You can develop and debug VS Code itself: launch isolated Code OSS instances, run unit/integration/smoke tests, fix CI failures, symbolicate crash dumps, analyze heap snapshots and CPU profiles, create agent customization files (.agent.md, .instructions.md, SKILL.md), manage git sessions, and open draft pull requests.

Who are Tyrizx's skills designed for?▼

They target VS Code core contributors and extension engineers working in the microsoft/vscode repository. Personas include workbench UI developers, agent host engineers, performance investigators, and maintainers handling Azure DevOps pipelines, flaky smoke tests, and error telemetry.

How do I run and debug VS Code from sources with these skills?▼

Use the launch skill to start Code OSS with a throwaway profile and unique debug ports, then drive the workbench via @playwright/cli while attaching a Node debugger through dap-cli. The code-oss-logs skill locates timestamped main, renderer, and extension host logs for diagnosis.

What prerequisites and dependencies do these skills require?▼

Most skills assume a local microsoft/vscode checkout. Specific requirements include the gh CLI for CI failure fixing, Azure CLI for flaky smoke-test artifacts, macOS or Linux for crash dump symbolication, and @playwright/cli for UI scenario validation and screenshot capture.

Do these skills cover testing and performance validation?▼

Yes. Dedicated skills cover unit tests, integration tests, smoke tests, agent-host E2E tests with record/replay fixtures, chat performance benchmarks, memory leak audits, heap snapshot comparison, and CPU profile analysis, including flaky-test diagnosis via the Azure DevOps pipeline.