-
-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Use this page to move from a public repository checkout to a verified skill installation.
You need:
- Git;
- GitHub CLI with an authenticated account;
- a GitHub CLI version that provides the
gh skillpreview command; - an agent host that supports the installed skill format.
The repository is public. Skill installation and preview still depend on the capabilities and authentication state of your local GitHub CLI.
git clone https://github.com/jeremylongworth-source/AgentInvestigate.git
cd AgentInvestigate
.\scripts\validate-all.ps1A passing validation run confirms repository contracts and fixtures. It does not certify legal correctness, privacy compliance, licensing eligibility, professional competence, emergency readiness, forensic admissibility, or live model behavior.
Start with the conservative request-routing skill:
gh skill preview jeremylongworth-source/AgentInvestigate classify-request-typeThe package is located at skills/<family>/<skill>/SKILL.md. Read its frontmatter, inputs, gates, output contract, limitations, and references before relying on it.
For general agent-skill use:
gh skill install jeremylongworth-source/AgentInvestigate classify-request-typeFor GitHub Copilot:
gh skill install jeremylongworth-source/AgentInvestigate classify-request-type --agent github-copilot --scope userAfter installation, start or reload the agent session and confirm that the host can list the installed skill. The gh skill command is a preview feature and may change.
For a new task:
- classify the request;
- check prohibited capabilities;
- identify sensitivity and jurisdiction;
- validate role, authority, lawful purpose, scope, source access, privacy basis, and human review when needed;
- use the narrowest relevant skill;
- preserve uncertainty, limitations, stop conditions, and escalation needs.
Appropriate first tasks include organizing supplied records into an evidence matrix, preparing neutral interview questions, constructing a chronology, or drafting a documentation-gap review.