session-verify

Orchestrate specialized review agents to verify Python code for bugs and security issues.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/101mare/skill-library --skill session-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-verify
Source: https://github.com/101mare/skill-library/tree/main/skills/workflow/session-verify
Command: npx skills add https://github.com/101mare/skill-library --skill session-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures that all code changes made during a development session are thoroughly reviewed for bugs, security vulnerabilities, efficiency, and adherence to requirements, preventing issues before they are committed.

Core Features & Use Cases

  • Comprehensive Code Review: Orchestrates specialized agents to check for bugs, security flaws, dead code, and performance bottlenecks.
  • Requirement Validation: Verifies that the implemented code fulfills the original session's requirements.
  • Documentation Update: Prompts for and assists in updating relevant documentation based on changes.
  • Use Case: After implementing a new feature, you can run this skill to get a full report on code quality, security, and whether the feature meets the initial request, before you finalize your work.

Quick Start

Run a full verification of all changes made this session.

Frequently Asked Questions about session-verify

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

FAQPage Schema
How do I automate code review for bugs and security vulnerabilities at the end of a development session?

Automated end-of-session code review orchestrates specialized agents to check your changes for bugs, security vulnerabilities, dead code, and efficiency issues before finalizing your work.

What is the best way to verify implemented features against original requirements before committing?

Requirement validation verifies implemented features against original requirements by orchestrating review agents to ensure code changes fulfill the initial session request and prompt for documentation updates.

Can I use automated verification to detect dead code and performance bottlenecks in Python?

Automated verification detects dead code and performance bottlenecks in Python by injecting custom agent prompts into Task tool calls to perform comprehensive code analysis.

How does agent orchestration work for comprehensive code quality assurance?

Agent orchestration for code quality assurance works by deploying specialized review agents that independently check for security flaws, bugs, and efficiency issues, then compile a full verification report.

Does session verification prompt for documentation updates after checking code completeness?

Session verification prompts for documentation updates after checking code completeness, assisting in updating relevant documentation based on the validated code changes made during the session.

When do I need to run end-of-session verification on my code changes?

You need to run end-of-session verification when you have implemented a new feature and want a full report on code quality, security, and requirement adherence before finalizing your work.