Context Hunter
Discover codebase patterns, conventions, and unwritten rules before making changes. Use when implementing features, fixing bugs, or refactoring code.
MCP get_skill({ skillId: "context-hunter-73617d38" })Use this skill with your agent
Create a free account and connect via MCP
# Context Hunter Before writing code, investigate how similar problems are already solved in this codebase. ## Before Implementation ### Discover Existing Patterns 1. **Find analogous features**: Search for code that solves similar problems. Study it before proposing your approach. 2. **Trace data flow**: How does similar data move through the system? Note caching, validation, and error handling patterns. 3. **Identify utilities**: Search for existing helpers before creating new ones. ### Detect Unwritten Conventions Look for implicit rules encoded in the codebase: - **Schema patterns**: `deleted_at` columns indicate soft-deletion. Audit columns indicate tracking requirements. - **Naming patterns**: Note consistency in `user_id` vs `userId` vs `userID`. - **Test patterns**: What's tested thoroughly reveals team priorities. ### Verify Assumptions - Run the test suite to understand current state - Check linter and formatter configs - Read recent commits in affected areas - Examine database schemas for constraints ## During Implementation ### Match Existing Code Your changes should be indistinguishable from existing code: - Use the same patterns, abstractions, and utilities - Follow the same error handling approach - Respect module boundaries - Match naming conventions exactly ### Surface Concerns When you discover conflicts between requirements and existing patterns: - Ask clarifying questions before proceeding - Flag risks you've identified - Offer alternatives that align with codebase conventions ## Checklist Before proposing changes, confirm: - [ ] Studied analogous features in the codebase - [ ] Checked for reusable utilities - [ ] Reviewed test patterns for similar functionality - [ ] Noted naming and schema conventions - [ ] Verified approach matches existing patterns
Related Skills
More skills in Software Engineering
Accessibility Standards
Comprehensive web accessibility standards based on WCAG 2.2 AA, with 38+ anti-patterns, legal enforcement context (EAA, ADA Title II), WAI-ARIA patterns, and framework-specific fixes for modern web frameworks and libraries.
Accord
Authoring unified specification packages across Business/Development/Design teams via staged elaboration (L0 Vision → L1 Requirements → L2 Team Detail → L3 Acceptance Criteria). No code. Use when authoring cross-team specs, building L0-L3 packages, or aligning Biz/Dev/Design on a single source of truth.
Acquire Codebase Knowledge
Use this skill when the user explicitly asks to map, document, or onboard into an existing codebase. Trigger for prompts like "map this codebase", "document this architecture", "onboard me to this repo", or "create codebase docs". Do not trigger for routine feature implementation, bug fixes, or narrow code edits unless the user asks for repository-level discovery.
Acreadiness Assess
Run the AgentRC readiness assessment on the current repository and produce a static HTML dashboard at reports/index.html. Wraps `npx github:microsoft/agentrc readiness` and hands off rendering to the @ai-readiness-reporter custom agent. Supports policies (--policy) for org-specific scoring. Use when asked to assess, audit, or score the AI readiness of a repo.
Acreadiness Generate Instructions
Generate tailored AI agent instruction files via AgentRC instructions command. Produces .github/copilot-instructions.md (default, recommended for Copilot in VS Code) plus optional per-area .instructions.md files with applyTo globs for monorepos. Use after running /acreadiness-assess to close gaps in the AI Tooling pillar.
Acreadiness Policy
Help the user pick, write, or apply an AgentRC policy. Policies customise readiness scoring by disabling irrelevant checks, overriding impact/level, setting pass-rate thresholds, or chaining org baselines with team overrides. Use when the user asks about strict mode, AI-only scoring, custom weights, CI gating, or wants org-wide standardisation.
Explore Other Categories
Skills from other categories with shared topics
Lambda Labs GPU Cloud
Reserved and on-demand GPU cloud instances for ML training and inference. Use when you need dedicated GPU instances with simple SSH access, persistent filesystems, or high-performance multi-node clusters for large-scale training.
Local Vco Roles
Codex-local role pack for dialectic multi-agent reviews, designed to be compatible with the local vibe skill.
Modal Serverless GPU
Serverless GPU cloud platform for running ML workloads. Use when you need on-demand GPU access without infrastructure management, deploying ML models as APIs, or running batch jobs with automatic scaling.