Pavel Malove avatar

Pavel Malove

Community

@PVMalove

0Followers
|
16Public Repos
|
33Published Skills

Pavel Malove maintains a 33-skill agent harness for software project orchestration, covering issue triage, ticket decomposition, code review, TDD, and delivery analytics.

Skills Distribution
DomainDeveloper To...Project Orchestrat.. (35%)Code Quality & Rev.. (25%)Software Design & .. (20%)Testing & Debugging (12%)

Agent Skills by Pavel Malove

Showing 33 vetted skills indexed across 1 GitHub repositories.

PVMalovePVMalove

integrate-project

Audit an existing codebase and integrate the agent harness without disrupting current conventions.

Community
Advanced
PVMalovePVMalove

start-project

Initialize new projects and assemble portable agent harnesses from confirmed manifests.

Community
Advanced
PVMalovePVMalove

qa-gate

Runs the project's configured lint, typecheck, and test commands and reports a bounded pass/fail summary.

Community
Intermediate
PVMalovePVMalove

wayfinder

Plan large efforts as decision-ticket maps on an issue tracker.

Community
Advanced
PVMalovePVMalove

to-pull-requests

Opens a pull request for a pushed issue branch after validating branch state and QA evidence.

Community
Advanced
PVMalovePVMalove

to-guide

Generates step-by-step implementation guides with ready-to-paste AI IDE prompts for human-coded tickets.

Community
Intermediate
PVMalovePVMalove

code-review

Reviews a git diff against coding standards and the originating spec using parallel sub-agents.

Community
Intermediate
PVMalovePVMalove

to-tickets

Breaks plans and specs into tracer-bullet tickets with blocking edges and publishes them to an issue tracker.

Community
Advanced
PVMalovePVMalove

ask-matt

Routes user situations to the appropriate skill or workflow in the repository.

Community
Intermediate
PVMalovePVMalove

to-spec

Synthesizes conversation context into a specification and publishes it as a GitHub epic issue.

Community
Intermediate
PVMalovePVMalove

triage

Move issues and external PRs through a label-based triage state machine.

Community
Advanced
PVMalovePVMalove

delivery-stats

Generates delivery cost and token usage reports for completed epics and tickets.

Community
Intermediate
PVMalovePVMalove

grill-with-docs

Runs a structured interview to sharpen plans while generating ADRs and a glossary.

Community
Basic
PVMalovePVMalove

implement

Coordinates one backend ticket through architect, developer, review, QA, and publish dispatches.

Community
Advanced
PVMalovePVMalove

setup-labels

Creates and updates GitHub repository labels from the triage taxonomy using the gh CLI.

Community
Basic
PVMalovePVMalove

grill-me

Runs a structured interview session to sharpen a plan or design.

Community
Basic
PVMalovePVMalove

grilling

Stress-tests plans and decisions through structured rounds of interrogative questions.

Community
Intermediate
PVMalovePVMalove

fast-implement

Implements a ticket in one session without coordinator approval gates.

Community
Advanced
PVMalovePVMalove

research

Investigates questions against primary sources and saves cited findings as Markdown files.

Community
Basic
PVMalovePVMalove

domain-modeling

Build and maintain a project domain model with CONTEXT.md glossaries and ADR records.

Community
Intermediate
PVMalovePVMalove

setup-matt-pocock-skills

Configure a repository's issue tracker, triage labels, and domain doc layout for engineering skills.

Community
Intermediate
PVMalovePVMalove

diagnosing-bugs

Diagnose hard bugs and performance regressions through a six-phase feedback-loop workflow.

Community
Advanced
PVMalovePVMalove

wizard

Generate interactive bash wizards that walk humans through manual setup procedures.

Community
Intermediate
PVMalovePVMalove

improve-codebase-architecture

Scan a codebase for shallow modules and present deepening refactors as a visual HTML report.

Community
Advanced

Frequently Asked Questions About Pavel Malove

FAQPage Schema
What tasks can I accomplish with Pavel Malove's skill collection?▼

You can start or integrate projects into an agent harness, triage issues, convert specs into tickets, coordinate backend implementation through architect-developer-review-QA handoffs, run code reviews against standards and specs, practice TDD, diagnose bugs, resolve merge conflicts, and collect delivery statistics per epic.

Who is the target audience for these skills?▼

Software engineers and technical leads managing repositories with issue trackers. The skills suit developers who want structured spec-to-ticket decomposition, parallel code review sub-agents, domain modeling with ADRs and glossaries, and manual implementation guides for AI IDEs like Cursor or Copilot Chat.

How do I set up and run these skills in a repository?▼

Run setup-matt-pocock-skills once to configure the issue tracker, triage label vocabulary, and domain doc layout, then run setup-labels to create GitHub labels. Use start-project for new repos or integrate-project for existing codebases, then invoke individual skills like triage, implement, or qa-gate.

What prerequisites do these skills require?▼

A repository with a configured issue tracker (GitHub), the harness files including AGENTS.md and .harness/project.json defining lint, typecheck, and test commands, and the label vocabulary from docs/agents/triage-labels.md. The qa-gate skill specifically reads commands from .harness/project.json.

How does the code review skill evaluate changes?▼

The code-review skill examines changes since a fixed point such as a commit, branch, tag, or merge-base along two axes: Standards, checking documented coding conventions, and Spec, verifying the code matches the originating issue. Both reviews run in parallel sub-agents and report side by side.