بنقرة واحدة
build
Build the olx-tracker project. Use when compiling the project or when the user asks to build.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Build the olx-tracker project. Use when compiling the project or when the user asks to build.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Search OLX.pt listings, track prices, and detect deals. Use for finding products, monitoring prices, and getting alerts on good deals in Portugal and other OLX regions.
Create a new filter for the tracker system. Use when adding custom filtering logic or when the user asks to create a filter.
Create a new notification backend (e.g., Telegram, Email, Slack). Use when adding custom notification channels.
Create a git commit following project conventions. Use when the user asks to commit changes or create a commit.
Check code quality and formatting. Use when checking code style, running pre-commit checks, or when the user asks to lint or format code.
Run olx-tracker CLI commands. Use when executing tracker operations, managing searches, or testing the application.
| name | build |
| description | Build the olx-tracker project. Use when compiling the project or when the user asks to build. |
| argument-hint | ["--release for optimized build"] |
| allowed-tools | Bash(cargo *) |
Compile the olx-tracker project.
# Debug build (faster compile, larger binary, includes debug symbols)
cargo build
# Release build (optimized, smaller binary with LTO enabled)
cargo build --release
When $ARGUMENTS contains "--release" or "release", build in release mode. Otherwise, build in debug mode.
target/debug/olx-trackertarget/release/olx-trackerThe release profile includes: