devkit.prompt-optimize
Provides expert prompt optimization using advanced techniques (CoT, few-shot, constitutional AI) for LLM performance enhancement. Use when you need to improve…
Generates comprehensive security assessment document after security audit completion. Use when you need to create a structured security report.
> /plugin marketplace add giuseppe-trisciuoglio/developer-kit > /plugin install developer-kit@developer-kit
How it fires
How this command gets triggered: by you, by Claude, or both.
/devkit.generate-security-assessmentContext preview
What this command does when you run it.
Generates comprehensive security assessment document after security audit completion. Use when you need to create a structured security report.
allowed-tools: Read, Write, Edit, Grep, Glob argument-hint: "[language] [output-format]" description: Generates comprehensive security assessment document after security audit completion. Use when you need to create a structured security report.
Generates comprehensive security assessment document after security audit completion. Use when you need to create a structured security report.
/devkit.generate-security-assessment $ARGUMENTS
| Argument | Description | |----------|-------------| | `$ARGUMENTS` | Combined arguments passed to the command |
**Agent Selection**: To execute this generation task, use the following approach:
**Target Project**: $ARGUMENTS
First, I'll analyze the project structure and security audit findings:
1. **Project Analysis**: Examine codebase structure and technologies 2. **Security Review**: Check recent security audit results 3. **Risk Assessment**: Identify critical security areas 4. **Compliance Check**: Verify regulatory requirements
Based on security audit analysis, generating comprehensive assessment document with the following structure:
---
**Language**: Language detection from arguments... **Format**: Output format configuration... **Generation Date**: Current timestamp...
[Auto-generated based on codebase analysis]
**Identified Technologies**: [Framework detection from package.json/pom.xml] **Application Size**: [Lines of code, number of files] **Application Type**: [Web, API, Desktop, Mobile]
**Assessment Perimeter**:
**Exclusions**: [Components not in scope]
[Analysis of authentication mechanisms]
[Access control analysis]
[Session security evaluation]
[Cryptography implementation analysis]
[Sensitive data handling]
[Data backup strategies]
[Network security configuration]
[Attack prevention measures]
[Security monitoring setup]
[Coding standards analysis]
[Security review practices]
[Security testing strategy]
[Incident response procedures]
[Incident reporting structure]
Modular plugin marketplace for Claude Code and agentic CLIs, with validated, spec-driven skills, agents, commands, and workflows for Java, TypeScript, Python, PHP, AWS, and AI.
Repo: giuseppe-trisciuoglio/developer-kit
Provides expert prompt optimization using advanced techniques (CoT, few-shot, constitutional AI) for LLM performance enhancement. Use when you need to improve…
Provides guided feature development capability with codebase understanding and architecture focus. Use when implementing a new feature from scratch.
Provides guided bug fixing and debugging capability with systematic root cause analysis. Use when encountering bugs, errors, or unexpected behavior.
Creates a GitHub pull request with branch creation, commits, and detailed description. Use when you need to submit changes for review.
Provides comprehensive GitHub pull request review with code quality, security, and best practices analysis. Use when reviewing a PR before merging.
Provides guided code refactoring capability with deep codebase understanding, compatibility options, and comprehensive verification. Use when restructuring or…