codex-test-bridge

Expose HTTP endpoints for health checks, metadata access, and object CRUD on 1C test infobases.

41|5|Updated May 28, 2026
One-click install
npx skills add https://github.com/msrv-tech/skills --skill codex-test-bridge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-test-bridge
Source: https://github.com/msrv-tech/skills/tree/main/codex-test-bridge
Command: npx skills add https://github.com/msrv-tech/skills --skill codex-test-bridge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ibcmd, and includes scripts (resource) components.

What problem does it solve?

Codex Test Bridge provides an HTTP API bridge to interact with 1C test and demo infobases, enabling remote testing without direct COM access.

Core Features & Use Cases

  • Exposes health, metadata, describe, query, and execution endpoints over HTTP for fast validation.
  • Publishes a 1C extension service so developers can simulate production workflows against demo data.
  • Use cases include health checks, metadata browsing, object creation/read/update, and server-side tasks via a safe, isolated environment.

Quick Start

Publish the CodexTestBridge CFE to your 1C server and start using the HTTP endpoints for health, metadata, and commands.

Frequently Asked Questions about codex-test-bridge

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

FAQPage Schema
How do I perform remote testing on 1C test and demo infobases without direct COM access?

Remote testing on 1C test and demo infobases without direct COM access is achieved by using an HTTP API bridge. This bridge exposes endpoints to execute health checks, browse metadata, and perform object CRUD operations safely.

What do I need to set up an HTTP bridge for 1C demo bases?

To set up an HTTP bridge for 1C demo bases, you need ibcmd-based tooling and VRD/http-service configuration. You must publish the CodexTestBridge CFE extension to your 1C server to access the endpoints.

Can I execute server-side tasks on 1C infobases over HTTP?

Yes, you can execute server-side tasks on 1C infobases over HTTP. The bridge provides execution endpoints that allow you to simulate production workflows and run commands against demo data remotely.

What HTTP endpoints are available for interacting with 1C test environments?

Available HTTP endpoints for 1C test environments include health, metadata, describe, query, and execution paths. These endpoints facilitate fast validation, metadata browsing, and object creation or updates.

Is this HTTP API bridge safe for simulating production workflows on 1C?

This HTTP API bridge is safe for simulating production workflows because it specifically targets controlled 1C test and demo infobases. It operates within an isolated environment to prevent impact on live data.