Finding Classifier
Independent PiSkill directory guide. The original prompt remains hosted by Microsoft PromptKit.
What does this prompt do?
Classifies review or audit findings by evidence, impact, scope, confidence, and remediation type so teams can prioritize real issues consistently.
Primary use case
Triage a collection of technical or security findings.
Expected output
A normalized finding table with rationale and priority.
Inputs or variables
- findings
- classification criteria
- context
Related prompts
Code Compliance Audit
Audits implementation code against explicit engineering requirements and reports supported compliance gaps without substituting preferences for documented rules.
Implementation Alignment Audit
Compares an implementation with its specification or plan and identifies missing behavior, unapproved divergence, and unsupported completion claims.
Interface Contract Audit
Checks APIs or component boundaries against a declared interface contract, including inputs, outputs, errors, compatibility, and behavioral invariants.
Pull Request Review
Reviews a pull request against repository evidence and reports actionable findings without inventing unsupported issues.
Infrastructure Review
Reviews infrastructure definitions and deployment topology for correctness, security, resilience, maintainability, cost risks, and consistency with operational requirements.
Integration Compliance Audit
Reviews an integration against interface, configuration, security, lifecycle, error, and operational requirements, separating proven compliance from missing evidence.