Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
These rules are specific to the `ci_cd_automation` module and supplement `general.cursorrules`. Always adhere to `general.cursorrules` unless explicitly overridden here for a specific reason pertinent to this module.
Sign in to like and favorite skills
These rules are specific to the
ci_cd_automation module and supplement general.cursorrules. Always adhere to general.cursorrules unless explicitly overridden here for a specific reason pertinent to this module.
README.md for an overview.ci_cd_automation ModuleWhen working within this module, pay close attention to:
README.md: High-level overview, setup, and usage of the CI/CD Automation module.API_SPECIFICATION.md: Details for programmatic interfaces (functions, classes) provided by this module.CHANGELOG.md: All notable changes to this module must be logged here.SECURITY.md: Specific security considerations for CI/CD processes and deployments.requirements.txt: Python dependencies for this module.docs/: In-depth documentation, technical overviews, and tutorials specific to CI/CD Automation.src/ (or primary Python package folders, e.g., ci_cd_automation/ itself if it contains Python sources directly): Core logic of the module.tests/: Unit and integration tests for this module..gitignore: Module-specific ignored files.pipeline_manager.py: Core pipeline management functionality.deployment_orchestrator.py: Deployment orchestration logic.rollback_manager.py: Rollback and recovery management.pipeline_monitor.py: Pipeline monitoring and analytics.ci_cd_automationci_cd_automation module.ci_cd_automationtests/unit/ and/or tests/integration/.ci_cd_automation/tests/README.md.ci_cd_automationREADME.md, API_SPECIFICATION.md, docs/ directory, and other relevant documentation files meticulously up-to-date.ci_cd_automationci_cd_automationbuild_synthesis and containerization.