Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Execution Summary

ASecurity

Generate concise execution audit reports tracking documents consulted, MCP tools used, decisions made, and outcomes. Use when: - "Generate execution summary" - "Create execution report" - "Show workflow audit trail" - After completing any governance workflow (assessment, execution, troubleshooting) NOT for: starting a new workflow (use the appropriate skill instead).

36 stars
0 votes
0 copies
0 views
Added 9/22/2026
documentationgosecuritydocumentation

Works with

mcp

Security Analysis

A100/100

Scanned 9/22/2026

Install to Claude Code

$npx -y skills add NVlabs/Skill2Env --skill execution-summary --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Execution Summary?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Execution Summary
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/nvlabs-execution-summary/badge)](https://www.skillsdirectory.com/skills/nvlabs-execution-summary)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: execution-summary
description: |
  Generate concise execution audit reports tracking documents consulted, MCP tools used, decisions made, and outcomes.

  Use when:
  - "Generate execution summary"
  - "Create execution report"
  - "Show workflow audit trail"
  - After completing any governance workflow (assessment, execution, troubleshooting)

  NOT for: starting a new workflow (use the appropriate skill instead).
model: inherit
color: green
license: Apache-2.0
allowed-tools:
---

# Execution Summary

## Prerequisites

**Required MCP Servers**: None (this skill summarizes the actions already taken)

## When to Use This Skill

Use this skill when:
- After completing a governance assessment workflow
- After completing a governed execution
- After completing forensic troubleshooting
- User asks for an execution summary or audit trail
- As the final step in any agent workflow

Do NOT use when:
- Starting a new workflow (use the appropriate agent or skill)
- During a workflow (generate summary only at the end)

## Workflow

### Step 1: Collect Execution Data

Review the current conversation/session to extract:

1. **Documents Consulted**: Which `.md` files were read using the Read tool, and what topic they informed
2. **MCP Tools Invoked**: Which MCP tools were called, with which parameters, and what they returned (summary, not raw data)
3. **Decisions Made**: What governance decisions were made based on document knowledge (risk classification, PASS/GAP/WARN, classification type)
4. **Human Interactions**: What approvals were requested and what the user decided
5. **Outcomes**: Final results of the workflow

### Step 2: Generate Structured Report

**Output format**:

```
## Execution Summary

**Workflow**: [Assessment / Execution / Troubleshooting]
**Initiated**: [timestamp]
**Duration**: [time span]
**Status**: [Completed / Partially Completed / Aborted]

---

### Documents Consulted

| Document | Topic | Citation |
|---|---|---|
| [governance-readiness.md](docs/aap/governance-readiness.md) | 7-domain assessment framework | Red Hat AAP 2.5 Security Best Practices (Ch. 15), Workflows (Ch. 9), Notifications (Ch. 25) |
| [execution-governance.md](docs/aap/execution-governance.md) | Risk classification, check mode | Red Hat AAP 2.5 Job Templates (Ch. 9), Controller Best Practices |
| [job-troubleshooting.md](docs/aap/job-troubleshooting.md) | Event parsing, failure patterns | Red Hat AAP 2.6 Troubleshooting Guide |
| [error-classification.md](docs/references/error-classification.md) | Error taxonomy | Red Hat AAP 2.6 Troubleshooting Guide |

### MCP Tools Used

| Server | Tool | Purpose | Result |
|---|---|---|---|
| [server] | [tool_name] | [what it was used for] | [summary of result] |

### Governance Decisions

| Decision | Basis | Outcome |
|---|---|---|
| [e.g., "Classified Production as CRITICAL risk"] | [e.g., "Per execution-governance.md: inventory name contains 'prod'"] | [e.g., "Check mode required before execution"] |

### Human Interactions

| Prompt | User Decision | Timestamp |
|---|---|---|
| [e.g., "Proceed with full execution?"] | [e.g., "Approved"] | [time] |

### Outcome

[Final result of the workflow]

---

**Audit Note**: All governance decisions in this workflow are traceable to official Red Hat documentation as cited in the Documents Consulted section.
```

## Dependencies

### Required MCP Servers
- None

### Required MCP Tools
- None (this skill summarizes actions already taken)

### Related Skills
- All other skills (this skill summarizes their execution)

### Reference Documentation
- All docs consulted during the workflow being summarized

## Example Usage

**User**: "Generate an execution summary for the job we just ran"

**Agent** produces a structured summary showing: execution-governance.md was consulted (citing Red Hat Ch. 9 and Ch. 15), `job_templates_launch_create` was called twice (check mode + full run), risk was classified as CRITICAL (based on inventory name "Production"), user approved after check mode passed, and the execution succeeded on 1 host with 3 changes.

Attribution

NVlabsNVlabs
View sourceMore from NVlabs →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Context Fundamentals

Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.

179001 votes

release-notes

Draft release notes and changelog entries from git history or merged PRs between two refs (tags/SHAs/branches), including breaking changes, migrations, and upgrade steps. Use when the user asks for release notes, changelog updates, or a GitHub Release draft.

1301 votes

docs-style-guide

Documentation style guide enforcer by @planetabhi. Applies and reviews the writing style guide when authoring or editing product documentation and tutorials. Use to check prose for voice, tense, word choice, inclusive language, formatting, code block, UI, Markdown, and number/date conventions.

11 votes

Caveman Help

Quick-reference card for caveman modes, skills and commands. Trigger: /caveman-help or "caveman help".

1066600 votes

How It Works

Explain how claude-mem captures observations, when memory injection kicks in, and where data lives. Use when the user asks "how does claude-mem work?" or "what is this thing doing?".

945230 votes
View all in documentation →