What problem does it solve?
This Skill automates the orchestration of layered ACSL verification for C projects, simplifying the process of Frama-C WP verification, and providing a streamlined workflow for layered project analysis.
Core Features & Use Cases
- Layered Directory Verification: Perform ACSC verification on a layered C project directory.
- Contract Management: Automatically fill stubs with lower-level contracts.
- Concurrent Execution: Run verifications concurrently within the same layer.
- Admission Control: Handle admit usage with specific policies and fallbacks.
- Error Handling: Manage function failures with conservative contracts and logging.
- Use Case: Imagine you have a large C project with multiple layers. Use this Skill to automatically verify each layer and ensure contract adherence, while handling failures and generating a summary of the verification results.
Quick Start
Run the spec-orchestrate skill on your project directory to start the ACSL verification process.