context-prime

Gather repository context including README, file tree, commits, and test status.

42|9|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/drvoss/everything-copilot-cli --skill context-prime-drvoss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-prime
Source: https://github.com/drvoss/everything-copilot-cli/tree/main/skills/copilot-exclusive/context-prime
Command: npx skills add https://github.com/drvoss/everything-copilot-cli --skill context-prime-drvoss

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers often begin a Copilot CLI session without the model knowing the current repository state, causing missed context and less effective assistance.

Core Features & Use Cases

  • Live Project Overview: Reads the README, .github/copilot-instructions.md, and shows a snapshot of the file tree.
  • Version History Insight: Displays recent commits and branch status.
  • Tech Stack Detection: Summarizes dependencies from package.json, pyproject.toml, and .csproj files.
  • Optional Test Snapshot: Provides a brief view of recent test results. Use cases include starting work on an unfamiliar codebase, resuming after a long break, or preparing for large autopilot or fleet tasks.

Quick Start

Ask Copilot to run the context‑prime skill to load the repository’s README, file list, recent commits, tech stack, and test status in one concise briefing.

Frequently Asked Questions about context-prime

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

FAQPage Schema
How do I prime my AI session with current git repository context?

To prime your AI session with git repository context, trigger the context-prime skill to load the README, copilot-instructions.md, git-tracked file lists, recent commit logs, and branch status into a concise project brief.

What is the best way to give Copilot CLI an overview of an unfamiliar codebase?

Providing Copilot CLI with an overview of an unfamiliar codebase is done by running context-prime, which reads the README, file tree, and tech stack dependencies to generate a concise project briefing for the model.

Does context-prime detect the tech stack from package.json and pyproject.toml files?

Yes, context-prime detects the tech stack by summarizing dependencies from package.json, pyproject.toml, and .csproj files, ensuring the AI model understands the project's framework and libraries.

Can I include recent test results when priming a development session?

Yes, you can include recent test results when priming a development session by utilizing the optional test snapshot feature, which adds a brief view of test status to the project brief.

When should I load repository context before running large autopilot tasks?

You should load repository context before running large autopilot or fleet tasks to ensure the model has the current file structure, recent commits, and branch status, preventing missed context and ineffective assistance.