agent-prompt

Execute selected prompts from a prompts directory against codebases.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/brianbartilet/harqis-work --skill agent-prompt-brianbartilet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-prompt
Source: https://github.com/brianbartilet/harqis-work/tree/main/.claude/skills/agent-prompt
Command: npx skills add https://github.com/brianbartilet/harqis-work --skill agent-prompt-brianbartilet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of crafting and executing AI prompts within codebases, enabling faster and more accurate analysis and documentation.

Core Features & Use Cases

  • Prompt Management: Read and select prompts from prompts/ directory based on user input.
  • Execution Workflow: Apply prompts to the current codebase context for issue identification, documentation gaps, or activity summaries.
  • Use Case: A developer wants to analyze the codebase for code smells; this Skill automatically fetches the relevant prompt, executes it, and presents the results in a structured manner.

Quick Start

Run the agent prompt skill with the prompt name code_smells to analyze the codebase for potential issues.

Frequently Asked Questions about agent-prompt

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

FAQPage Schema
How do I automate AI agent prompts for codebase analysis?

You can automate AI agent prompts for codebase analysis by using a Skill that reads prompt files from a directory, applies them to your code context, and presents structured results for code reviews or documentation gaps.

What is the best way to run a code review using AI prompts?

Running a code review using AI prompts involves selecting a specific prompt like 'code_smells' from your prompts directory, which the system then dynamically executes against your codebase to identify potential issues and report them.

Can I use dynamic prompting to find documentation gaps in my code?

Yes, you can use dynamic prompting to find documentation gaps by applying targeted AI prompts to your current codebase context, which analyzes the code and generates summaries of missing or incomplete documentation.

Do I need prompt files in a specific directory to execute AI tasks against a codebase?

Yes, you need prompt files stored in a 'prompts/' directory and scripting capabilities, as the system reads and selects prompts from this location to execute contextual AI tasks against your codebase.

What types of code analysis can I perform with automated AI prompt execution?

With automated AI prompt execution, you can perform code analysis tasks such as identifying code smells, generating activity summaries, and detecting documentation gaps, all through dynamic prompt selection and contextual application.

Does AI agent prompting work without manual prompt selection?

AI agent prompting requires manual input to specify the prompt name, but the system automatically fetches the corresponding prompt file, applies it to the codebase context, and presents the analysis results.