Skip to content

Feat/python hypothesis property testing#1391

Closed
lfr-ai wants to merge 1 commit intogithub:stagedfrom
lfr-ai:feat/python-hypothesis-property-testing
Closed

Feat/python hypothesis property testing#1391
lfr-ai wants to merge 1 commit intogithub:stagedfrom
lfr-ai:feat/python-hypothesis-property-testing

Conversation

@lfr-ai
Copy link
Copy Markdown

@lfr-ai lfr-ai commented Apr 14, 2026

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution adds a new instruction, prompt, agent, skill, or workflow file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.
  • I am targeting the staged branch for this pull request.

Description

Add instructions and skills for property testing in python using the hypothesis framework


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • Update to existing instruction, prompt, agent, plugin, skill, or workflow.
  • Other (please specify):

Additional Notes

N/A


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 14, 2026

🔍 Skill Validator Results

⚠️ Warnings or advisories found

Scope Checked
Skills 1
Agents 1
Total 2
Severity Count
--- ---:
❌ Errors 0
⚠️ Warnings 1
ℹ️ Advisories 0

Summary

Level Finding
ℹ️ Found 1 skill(s)
ℹ️ [python-hypothesis-property-testing] 📊 python-hypothesis-property-testing: 1,819 BPE tokens [chars/4: 1,800] (detailed ✓), 44 sections, 21 code blocks
ℹ️ [python-hypothesis-property-testing] ⚠ No numbered workflow steps — agents follow sequenced procedures more reliably.
ℹ️ ✅ All checks passed (1 skill(s))
Full validator output ```text Found 1 skill(s) [python-hypothesis-property-testing] 📊 python-hypothesis-property-testing: 1,819 BPE tokens [chars/4: 1,800] (detailed ✓), 44 sections, 21 code blocks [python-hypothesis-property-testing] ⚠ No numbered workflow steps — agents follow sequenced procedures more reliably. ✅ All checks passed (1 skill(s)) ```

Adds comprehensive property-based testing guidance for Python with Hypothesis framework:
- Instructions file for automatic application to test patterns
- Comprehensive skill for on-demand property testing workflows
- Covers strategies, stateful testing, migration, debugging, and best practices

Follows contribution guidelines and established patterns from existing skills/instructions.
@lfr-ai lfr-ai force-pushed the feat/python-hypothesis-property-testing branch from 6299ffb to ca563eb Compare April 14, 2026 06:56
@lfr-ai lfr-ai closed this Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants