Skip to content

Repository files navigation

CodeCurrent Studio — Public Workflow Sample

This repository contains one intentionally limited, read-only sample of the evidence-aware workflow style used by CodeCurrent Studio.

The sample turns an incomplete bug report into:

  • a fact/assumption/hypothesis ledger;
  • a minimal reproduction plan;
  • the next discriminating diagnostic step;
  • a reviewable triage report.

It does not claim to inspect a repository, run tests, identify a root cause, or complete a repair when that evidence is unavailable.

Try it

Native skill folder

Install the complete skills/cc-sample-triage-bug folder using the skill interface or filesystem location supported by your assistant. The folder follows the common filesystem shape: one skill directory with a SKILL.md file at its root.

Portable prompt

If your assistant does not support native filesystem skills, copy portable-prompts/cc-sample-triage-bug.md into a new conversation and add your bug report beneath it.

Example request

Checkout sometimes times out after payment. It started recently. Can you fix it?

The expected first response is a bounded triage artifact, not a fabricated patch. See examples/fictional-checkout-timeout.md.

Full systems

CodeCurrent Complete connects four software-delivery boundaries: specification, bug repair, release readiness, and client handoff. It includes 30 native skills, 12 worked examples, templates, portable prompts, installation guidance, and compatibility notes.

Read the free workflow walkthrough:

https://codecurrent-studio.vercel.app/guides/ai-bug-triage-workflow/?utm_source=github&utm_medium=sample_repo&utm_campaign=codecurrent_launch_2026_07&utm_content=readme_primary

Compatibility and independence

The folder is designed for filesystem-based skill support in Codex and Claude Agent Skills. The portable prompt can be copied into other assistants. Availability, installation surfaces, permissions, and behavior vary by product and plan.

CodeCurrent Studio is independent and is not affiliated with or endorsed by OpenAI, Anthropic, Google, Microsoft, or any other model or platform vendor.

Safety

This repository contains Markdown instructions only—no scripts, network calls, installers, credentials, or automatic destructive actions. The sample tells an agent to respect its existing permissions and to request authorization before consequential actions.

License

The files in this public sample repository are available under the MIT License. Paid CodeCurrent products use a separate single-user commercial license.