Skip to main content

In this article

Utility Reference

Use these cross-cutting utilities when your workflow spans multiple roles or lifecycle stages. These tools handle documentation maintenance, media processing, Git workflows, installation management, and diagnostics. Each stateful workflow resumes from its own durable artifacts rather than a general memory or checkpoint capability.

Utility Categories

CategoryPurpose
ContinuityResume from each workflow's durable artifacts
DocumentationDocumentation audit, drift, authoring, and validation
MediaVideo-to-GIF conversion with FFmpeg optimization
GitCommit messages, merge workflows, PR creation
InstallationSelective component adoption and environment setup
DiagnosticsBuild information retrieval and CI/CD status checks

Usage Patterns

Workflow Continuity

Resume a workflow from the state and evidence files it owns. For RPI, reference the dated research, plan, phase details, changes, and review artifacts with the same stable task ID. Backlog managers and planning agents use their domain-specific state files and handoff records.

/rpi Continue task authentication-refactor from the latest dated plan,
phase details, changes record, and review evidence. Resume the next
incomplete task without repeating completed research.

Documentation Operations

The documentation agent handles documentation audit, drift, authoring, and validation through its four modes. Resume a documentation session from its durable session artifacts when available.

Select documentation agent:

Update documentation for the notification service. The v2.3 release added
WebSocket support for real-time notifications. Update the API reference in
docs/api/notifications.md and add a WebSocket connection example to the
getting started guide.
Select documentation agent in drift mode. Sync docs with recent changes.

Media Processing

The video-to-gif skill converts video files to optimized GIF format using FFmpeg two-pass encoding. Invoke the skill directly when you need this conversion.

Refer to the video-to-gif skill for detailed usage, parameters, and optimization options.

Git Workflows

Git utilities manage commit messages, merge operations, and pull request creation across all roles.

PromptPurposeInvoke
git-commitConventional commit message generation/git-commit
git-commit-messageCommit message from staged changes/git-commit-message
git-mergeMerge, rebase, and conflict resolution/git-merge
pull-requestPull request creation with templates/pull-request
git-setupGit configuration and environment setup/git-setup

Asset Resolution

When you reference a prompt, instruction, agent, or skill that does not exist in the current project directory, Copilot falls back to the hve-core repository location. This resolution follows the hve-core-location.instructions.md pattern, walking up the directory tree until the asset is found.

This fallback activates automatically. No manual configuration is needed.

Full Asset Reference

Agents

AgentCategoryDescription
documentationDocumentationDocumentation audit, drift, authoring, and validation

Prompts

PromptCategoryInvokeDescription
git-commitGit/git-commitConventional commit message generation
git-commit-messageGit/git-commit-messageCommit message from staged changes
git-mergeGit/git-mergeMerge, rebase, and conflict resolution workflows
pull-requestGit/pull-requestPull request creation with template support
git-setupGit/git-setupGit configuration and environment setup
ado-get-build-infoDiagnostics/ado-get-build-infoAzure DevOps build status and log retrieval

Skills

SkillCategoryDescription
installerInstallationHVE Core customized installation
video-to-gifMediaFFmpeg two-pass video-to-GIF conversion

Tips

DoDon't
Resume from the durable artifacts owned by each workflowRely on a conversation transcript as authoritative state
Use /git-commit for all commits to maintain conventionsWrite ad-hoc commit messages that skip conventional format
Ask an agent to use hve-core-installer for selective clone setupCopy components without reviewing paths and maturity
Refer to the skill docs for media processing parametersGuess at FFmpeg options without consulting the skill file

Next Steps

TIP

Find your role-specific guide: Role Guides Overview Explore role-specific tools: Role Overview Get started with installation: Install Guide


🤖 Crafted with precision by ✨Copilot following brilliant human instruction, then carefully refined by our team of discerning human reviewers.